#caadde color space conversions
Hex:
        #caadde
        RGB:
        202, 173, 222
        CMY:
        21, 32, 13
        CMYK:
        9, 22, 0, 13
      HSL:
        276°, 42.6087%, 77.4510%
        HSV (HSB):
        276°, 22.0721%, 87.0588%
        XYZ:
        52.4855, 47.7176, 75.5514
        xyY:
        0.2986, 0.2715, 47.7176
      CIE-Lab:
        74.6465, 19.4900, -20.7745
        CIE-LCH:
        74.6465, 28.4858, 313.1729
        CIE-Luv:
        74.6465, 12.7876, -35.5924
        Hunter-Lab:
        69.0779, 14.7381, -16.4916
      #caadde color charts
#caadde RGB chart
      #caadde CMYK chart
      #caadde RGB pie chart
      #caadde color shades, tints & tones
#caadde color schemes
#caadde color preview, HTML & CSS examples
           This text has a color of #caadde        
        
          <p style="color:#caadde;">Text here</p>
        
        
          .mytext {color:#caadde;}
        
        Text color #caadde
      
           This box has a color of #caadde        
        
          <div style="background-color:#caadde;">Content here</div>
        
        
          .mybackground {background-color:#caadde;}
        
        Background color #caadde
      
           Border around this has a color of #caadde        
        
          <div style="border:2px solid #caadde;">Content here</div>
        
        
          .myborder {border:2px solid #caadde;}
        
        Border color #caadde