#c3ddae color space conversions
Hex:
        #c3ddae
        RGB:
        195, 221, 174
        CMY:
        24, 13, 32
        CMYK:
        12, 0, 21, 13
      HSL:
        93°, 40.8696%, 77.4510%
        HSV (HSB):
        93°, 21.2670%, 86.6667%
        XYZ:
        56.0021, 66.3710, 49.9037
        xyY:
        0.3251, 0.3853, 66.3710
      CIE-Lab:
        85.1853, -16.9718, 20.2563
        CIE-LCH:
        85.1853, 26.4265, 129.9580
        CIE-Luv:
        85.1853, -12.5854, 32.0225
        Hunter-Lab:
        81.4684, -19.8672, 20.7096
      #c3ddae color charts
#c3ddae RGB chart
      #c3ddae CMYK chart
      #c3ddae RGB pie chart
      #c3ddae color shades, tints & tones
#c3ddae color schemes
#c3ddae color preview, HTML & CSS examples
           This text has a color of #c3ddae        
        
          <p style="color:#c3ddae;">Text here</p>
        
        
          .mytext {color:#c3ddae;}
        
        Text color #c3ddae
      
           This box has a color of #c3ddae        
        
          <div style="background-color:#c3ddae;">Content here</div>
        
        
          .mybackground {background-color:#c3ddae;}
        
        Background color #c3ddae
      
           Border around this has a color of #c3ddae        
        
          <div style="border:2px solid #c3ddae;">Content here</div>
        
        
          .myborder {border:2px solid #c3ddae;}
        
        Border color #c3ddae