#dabfff color space conversions
Hex:
        #dabfff
        RGB:
        218, 191, 255
        CMY:
        15, 25, 0
        CMYK:
        15, 25, 0, 0
      HSL:
        265°, 100.0000%, 87.4510%
        HSV (HSB):
        265°, 25.0980%, 100.0000%
        XYZ:
        65.5942, 59.3870, 102.6134
        xyY:
        0.2882, 0.2609, 59.3870
      CIE-Lab:
        81.5039, 21.5790, -27.9750
        CIE-LCH:
        81.5039, 35.3307, 307.6454
        CIE-Luv:
        81.5039, 10.2750, -48.2793
        Hunter-Lab:
        77.0630, 17.0749, -25.0037
      #dabfff color charts
#dabfff RGB chart
      #dabfff CMYK chart
      #dabfff RGB pie chart
      #dabfff color shades, tints & tones
#dabfff color schemes
#dabfff color preview, HTML & CSS examples
           This text has a color of #dabfff        
        
          <p style="color:#dabfff;">Text here</p>
        
        
          .mytext {color:#dabfff;}
        
        Text color #dabfff
      
           This box has a color of #dabfff        
        
          <div style="background-color:#dabfff;">Content here</div>
        
        
          .mybackground {background-color:#dabfff;}
        
        Background color #dabfff
      
           Border around this has a color of #dabfff        
        
          <div style="border:2px solid #dabfff;">Content here</div>
        
        
          .myborder {border:2px solid #dabfff;}
        
        Border color #dabfff