#caedaa color space conversions
Hex:
        #caedaa
        RGB:
        202, 237, 170
        CMY:
        21, 7, 33
        CMYK:
        15, 0, 28, 7
      HSL:
        91°, 65.0485%, 79.8039%
        HSV (HSB):
        91°, 28.2700%, 92.9412%
        XYZ:
        61.8970, 76.0272, 49.4426
        xyY:
        0.3304, 0.4058, 76.0272
      CIE-Lab:
        89.8720, -22.9532, 28.8131
        CIE-LCH:
        89.8720, 36.8381, 128.5416
        CIE-Luv:
        89.8720, -16.9727, 44.7171
        Hunter-Lab:
        87.1936, -25.8751, 27.4155
      #caedaa color charts
#caedaa RGB chart
      #caedaa CMYK chart
      #caedaa RGB pie chart
      #caedaa color shades, tints & tones
#caedaa color schemes
#caedaa color preview, HTML & CSS examples
           This text has a color of #caedaa        
        
          <p style="color:#caedaa;">Text here</p>
        
        
          .mytext {color:#caedaa;}
        
        Text color #caedaa
      
           This box has a color of #caedaa        
        
          <div style="background-color:#caedaa;">Content here</div>
        
        
          .mybackground {background-color:#caedaa;}
        
        Background color #caedaa
      
           Border around this has a color of #caedaa        
        
          <div style="border:2px solid #caedaa;">Content here</div>
        
        
          .myborder {border:2px solid #caedaa;}
        
        Border color #caedaa