#ce1add color space conversions
Hex:
        #ce1add
        RGB:
        206, 26, 221
        CMY:
        19, 90, 13
        CMYK:
        7, 88, 0, 13
      HSL:
        295°, 78.9474%, 48.4314%
        HSV (HSB):
        295°, 88.2353%, 86.6667%
        XYZ:
        38.8741, 19.0811, 70.0407
        xyY:
        0.3037, 0.1491, 19.0811
      CIE-Lab:
        50.7819, 83.2924, -57.5062
        CIE-LCH:
        50.7819, 101.2156, 325.3783
        CIE-Luv:
        50.7819, 61.1925, -97.3570
        Hunter-Lab:
        43.6819, 82.4106, -64.4899
      #ce1add color charts
#ce1add RGB chart
      #ce1add CMYK chart
      #ce1add RGB pie chart
      #ce1add color shades, tints & tones
#ce1add color schemes
#ce1add color preview, HTML & CSS examples
           This text has a color of #ce1add        
        
          <p style="color:#ce1add;">Text here</p>
        
        
          .mytext {color:#ce1add;}
        
        Text color #ce1add
      
           This box has a color of #ce1add        
        
          <div style="background-color:#ce1add;">Content here</div>
        
        
          .mybackground {background-color:#ce1add;}
        
        Background color #ce1add
      
           Border around this has a color of #ce1add        
        
          <div style="border:2px solid #ce1add;">Content here</div>
        
        
          .myborder {border:2px solid #ce1add;}
        
        Border color #ce1add