#dabefa color space conversions
Hex:
        #dabefa
        RGB:
        218, 190, 250
        CMY:
        15, 25, 2
        CMYK:
        13, 24, 0, 2
      HSL:
        268°, 85.7143%, 86.2745%
        HSV (HSB):
        268°, 24.0000%, 98.0392%
        XYZ:
        64.5822, 58.6345, 98.3562
        xyY:
        0.2915, 0.2646, 58.6345
      CIE-Lab:
        81.0903, 21.0777, -25.9380
        CIE-LCH:
        81.0903, 33.4223, 309.0978
        CIE-Luv:
        81.0903, 11.2057, -44.7789
        Hunter-Lab:
        76.5731, 16.5449, -22.5553
      #dabefa color charts
#dabefa RGB chart
      #dabefa CMYK chart
      #dabefa RGB pie chart
      #dabefa color shades, tints & tones
#dabefa color schemes
#dabefa color preview, HTML & CSS examples
           This text has a color of #dabefa        
        
          <p style="color:#dabefa;">Text here</p>
        
        
          .mytext {color:#dabefa;}
        
        Text color #dabefa
      
           This box has a color of #dabefa        
        
          <div style="background-color:#dabefa;">Content here</div>
        
        
          .mybackground {background-color:#dabefa;}
        
        Background color #dabefa
      
           Border around this has a color of #dabefa        
        
          <div style="border:2px solid #dabefa;">Content here</div>
        
        
          .myborder {border:2px solid #dabefa;}
        
        Border color #dabefa