#afddec color space conversions
Hex:
        #afddec
        RGB:
        175, 221, 236
        CMY:
        31, 13, 7
        CMYK:
        26, 6, 0, 7
      HSL:
        195°, 61.6162%, 80.5882%
        HSV (HSB):
        195°, 25.8475%, 92.5490%
        XYZ:
        58.6760, 66.8830, 89.1740
        xyY:
        0.2733, 0.3115, 66.8830
      CIE-Lab:
        85.4448, -11.5227, -12.2162
        CIE-LCH:
        85.4448, 16.7931, 226.6736
        CIE-Luv:
        85.4448, -23.6561, -17.2782
        Hunter-Lab:
        81.7820, -15.0505, -7.4016
      #afddec color charts
#afddec RGB chart
      #afddec CMYK chart
      #afddec RGB pie chart
      #afddec color shades, tints & tones
#afddec color schemes
#afddec color preview, HTML & CSS examples
           This text has a color of #afddec        
        
          <p style="color:#afddec;">Text here</p>
        
        
          .mytext {color:#afddec;}
        
        Text color #afddec
      
           This box has a color of #afddec        
        
          <div style="background-color:#afddec;">Content here</div>
        
        
          .mybackground {background-color:#afddec;}
        
        Background color #afddec
      
           Border around this has a color of #afddec        
        
          <div style="border:2px solid #afddec;">Content here</div>
        
        
          .myborder {border:2px solid #afddec;}
        
        Border color #afddec