#cdaafe color space conversions
Hex:
        #cdaafe
        RGB:
        205, 170, 254
        CMY:
        20, 33, 0
        CMYK:
        19, 33, 0, 0
      HSL:
        265°, 97.6744%, 83.1373%
        HSV (HSB):
        265°, 33.0709%, 99.6078%
        XYZ:
        57.4410, 48.8843, 100.1741
        xyY:
        0.2782, 0.2367, 48.8843
      CIE-Lab:
        75.3793, 28.8549, -36.9683
        CIE-LCH:
        75.3793, 46.8963, 307.9731
        CIE-Luv:
        75.3793, 12.4602, -63.8508
        Hunter-Lab:
        69.9173, 24.2923, -36.0056
      #cdaafe color charts
#cdaafe RGB chart
      #cdaafe CMYK chart
      #cdaafe RGB pie chart
      #cdaafe color shades, tints & tones
#cdaafe color schemes
#cdaafe color preview, HTML & CSS examples
           This text has a color of #cdaafe        
        
          <p style="color:#cdaafe;">Text here</p>
        
        
          .mytext {color:#cdaafe;}
        
        Text color #cdaafe
      
           This box has a color of #cdaafe        
        
          <div style="background-color:#cdaafe;">Content here</div>
        
        
          .mybackground {background-color:#cdaafe;}
        
        Background color #cdaafe
      
           Border around this has a color of #cdaafe        
        
          <div style="border:2px solid #cdaafe;">Content here</div>
        
        
          .myborder {border:2px solid #cdaafe;}
        
        Border color #cdaafe