#cd90ae color space conversions
Hex:
        #cd90ae
        RGB:
        205, 144, 174
        CMY:
        20, 44, 32
        CMYK:
        0, 30, 15, 20
      HSL:
        330°, 37.8882%, 68.4314%
        HSV (HSB):
        330°, 29.7561%, 80.3922%
        XYZ:
        42.7901, 35.9816, 44.7343
        xyY:
        0.3465, 0.2913, 35.9816
      CIE-Lab:
        66.5059, 27.5824, -6.4299
        CIE-LCH:
        66.5059, 28.3219, 346.8778
        CIE-Luv:
        66.5059, 35.4231, -14.2706
        Hunter-Lab:
        59.9847, 22.3597, -2.2269
      #cd90ae color charts
#cd90ae RGB chart
      #cd90ae CMYK chart
      #cd90ae RGB pie chart
      #cd90ae color shades, tints & tones
#cd90ae color schemes
#cd90ae color preview, HTML & CSS examples
           This text has a color of #cd90ae        
        
          <p style="color:#cd90ae;">Text here</p>
        
        
          .mytext {color:#cd90ae;}
        
        Text color #cd90ae
      
           This box has a color of #cd90ae        
        
          <div style="background-color:#cd90ae;">Content here</div>
        
        
          .mybackground {background-color:#cd90ae;}
        
        Background color #cd90ae
      
           Border around this has a color of #cd90ae        
        
          <div style="border:2px solid #cd90ae;">Content here</div>
        
        
          .myborder {border:2px solid #cd90ae;}
        
        Border color #cd90ae