#afddbc color space conversions
Hex:
        #afddbc
        RGB:
        175, 221, 188
        CMY:
        31, 13, 26
        CMYK:
        21, 0, 15, 13
      HSL:
        137°, 40.3509%, 77.6471%
        HSV (HSB):
        137°, 20.8145%, 86.6667%
        XYZ:
        52.6127, 64.4577, 57.2455
        xyY:
        0.3018, 0.3698, 64.4577
      CIE-Lab:
        84.2035, -21.3729, 11.3447
        CIE-LCH:
        84.2035, 24.1972, 152.0407
        CIE-Luv:
        84.2035, -23.1743, 20.4280
        Hunter-Lab:
        80.2856, -23.5251, 13.9247
      #afddbc color charts
#afddbc RGB chart
      #afddbc CMYK chart
      #afddbc RGB pie chart
      #afddbc color shades, tints & tones
#afddbc color schemes
#afddbc color preview, HTML & CSS examples
           This text has a color of #afddbc        
        
          <p style="color:#afddbc;">Text here</p>
        
        
          .mytext {color:#afddbc;}
        
        Text color #afddbc
      
           This box has a color of #afddbc        
        
          <div style="background-color:#afddbc;">Content here</div>
        
        
          .mybackground {background-color:#afddbc;}
        
        Background color #afddbc
      
           Border around this has a color of #afddbc        
        
          <div style="border:2px solid #afddbc;">Content here</div>
        
        
          .myborder {border:2px solid #afddbc;}
        
        Border color #afddbc