#affdfd color space conversions
Hex:
        #affdfd
        RGB:
        175, 253, 253
        CMY:
        31, 1, 1
        CMYK:
        31, 0, 0, 1
      HSL:
        180°, 95.1220%, 83.9216%
        HSV (HSB):
        180°, 30.8300%, 99.2157%
        XYZ:
        70.5341, 86.4564, 105.8987
        xyY:
        0.2683, 0.3289, 86.4564
      CIE-Lab:
        94.5071, -23.6450, -7.6263
        CIE-LCH:
        94.5071, 24.8444, 197.8762
        CIE-Luv:
        94.5071, -37.3582, -8.0747
        Hunter-Lab:
        92.9819, -27.3121, -2.4391
      #affdfd color charts
#affdfd RGB chart
      #affdfd CMYK chart
      #affdfd RGB pie chart
      #affdfd color shades, tints & tones
#affdfd color schemes
#affdfd color preview, HTML & CSS examples
           This text has a color of #affdfd        
        
          <p style="color:#affdfd;">Text here</p>
        
        
          .mytext {color:#affdfd;}
        
        Text color #affdfd
      
           This box has a color of #affdfd        
        
          <div style="background-color:#affdfd;">Content here</div>
        
        
          .mybackground {background-color:#affdfd;}
        
        Background color #affdfd
      
           Border around this has a color of #affdfd        
        
          <div style="border:2px solid #affdfd;">Content here</div>
        
        
          .myborder {border:2px solid #affdfd;}
        
        Border color #affdfd