#cdddbb color space conversions
Hex:
        #cdddbb
        RGB:
        205, 221, 187
        CMY:
        20, 13, 27
        CMYK:
        7, 0, 15, 13
      HSL:
        88°, 33.3333%, 80.0000%
        HSV (HSB):
        88°, 15.3846%, 86.6667%
        XYZ:
        60.0029, 68.2799, 57.0306
        xyY:
        0.3238, 0.3685, 68.2799
      CIE-Lab:
        86.1462, -11.3604, 14.8965
        CIE-LCH:
        86.1462, 18.7341, 127.3299
        CIE-Luv:
        86.1462, -7.4362, 23.7486
        Hunter-Lab:
        82.6316, -14.9877, 16.9215
      #cdddbb color charts
#cdddbb RGB chart
      #cdddbb CMYK chart
      #cdddbb RGB pie chart
      #cdddbb color shades, tints & tones
#cdddbb color schemes
#cdddbb color preview, HTML & CSS examples
           This text has a color of #cdddbb        
        
          <p style="color:#cdddbb;">Text here</p>
        
        
          .mytext {color:#cdddbb;}
        
        Text color #cdddbb
      
           This box has a color of #cdddbb        
        
          <div style="background-color:#cdddbb;">Content here</div>
        
        
          .mybackground {background-color:#cdddbb;}
        
        Background color #cdddbb
      
           Border around this has a color of #cdddbb        
        
          <div style="border:2px solid #cdddbb;">Content here</div>
        
        
          .myborder {border:2px solid #cdddbb;}
        
        Border color #cdddbb