#c4ddde color space conversions
Hex:
        #c4ddde
        RGB:
        196, 221, 222
        CMY:
        23, 13, 13
        CMYK:
        12, 0, 0, 13
      HSL:
        182°, 28.2609%, 81.9608%
        HSV (HSB):
        182°, 11.7117%, 87.0588%
        XYZ:
        61.8062, 68.7226, 79.1145
        xyY:
        0.2948, 0.3278, 68.7226
      CIE-Lab:
        86.3665, -8.0554, -3.3084
        CIE-LCH:
        86.3665, 8.7083, 202.3282
        CIE-Luv:
        86.3665, -13.4225, -3.6964
        Hunter-Lab:
        82.8991, -11.9910, 1.4461
      #c4ddde color charts
#c4ddde RGB chart
      #c4ddde CMYK chart
      #c4ddde RGB pie chart
      #c4ddde color shades, tints & tones
#c4ddde color schemes
#c4ddde color preview, HTML & CSS examples
           This text has a color of #c4ddde        
        
          <p style="color:#c4ddde;">Text here</p>
        
        
          .mytext {color:#c4ddde;}
        
        Text color #c4ddde
      
           This box has a color of #c4ddde        
        
          <div style="background-color:#c4ddde;">Content here</div>
        
        
          .mybackground {background-color:#c4ddde;}
        
        Background color #c4ddde
      
           Border around this has a color of #c4ddde        
        
          <div style="border:2px solid #c4ddde;">Content here</div>
        
        
          .myborder {border:2px solid #c4ddde;}
        
        Border color #c4ddde