#cf01de color space conversions
Hex:
        #cf01de
        RGB:
        207, 1, 222
        CMY:
        19, 100, 13
        CMYK:
        7, 100, 0, 13
      HSL:
        296°, 99.1031%, 43.7255%
        HSV (HSB):
        296°, 99.5495%, 87.0588%
        XYZ:
        38.9278, 18.5610, 70.6382
        xyY:
        0.3038, 0.1449, 18.5610
      CIE-Lab:
        50.1696, 86.1022, -59.0514
        CIE-LCH:
        50.1696, 104.4062, 325.5565
        CIE-Luv:
        50.1696, 62.8510, -99.5962
        Hunter-Lab:
        43.0825, 85.8917, -67.0542
      #cf01de color charts
#cf01de RGB chart
      #cf01de CMYK chart
      #cf01de RGB pie chart
      #cf01de color shades, tints & tones
#cf01de color schemes
#cf01de color preview, HTML & CSS examples
           This text has a color of #cf01de        
        
          <p style="color:#cf01de;">Text here</p>
        
        
          .mytext {color:#cf01de;}
        
        Text color #cf01de
      
           This box has a color of #cf01de        
        
          <div style="background-color:#cf01de;">Content here</div>
        
        
          .mybackground {background-color:#cf01de;}
        
        Background color #cf01de
      
           Border around this has a color of #cf01de        
        
          <div style="border:2px solid #cf01de;">Content here</div>
        
        
          .myborder {border:2px solid #cf01de;}
        
        Border color #cf01de