#affbbd color space conversions
Hex:
        #affbbd
        RGB:
        175, 251, 189
        CMY:
        31, 2, 26
        CMYK:
        30, 0, 25, 2
      HSL:
        131°, 90.4762%, 83.5294%
        HSV (HSB):
        131°, 30.2789%, 98.4314%
        XYZ:
        61.3617, 81.7824, 60.6956
        xyY:
        0.3010, 0.4012, 81.7824
      CIE-Lab:
        92.4788, -35.4423, 22.4326
        CIE-LCH:
        92.4788, 41.9450, 147.6689
        CIE-Luv:
        92.4788, -37.1370, 38.8432
        Hunter-Lab:
        90.4336, -37.1418, 23.5104
      #affbbd color charts
#affbbd RGB chart
      #affbbd CMYK chart
      #affbbd RGB pie chart
      #affbbd color shades, tints & tones
#affbbd color schemes
#affbbd color preview, HTML & CSS examples
           This text has a color of #affbbd        
        
          <p style="color:#affbbd;">Text here</p>
        
        
          .mytext {color:#affbbd;}
        
        Text color #affbbd
      
           This box has a color of #affbbd        
        
          <div style="background-color:#affbbd;">Content here</div>
        
        
          .mybackground {background-color:#affbbd;}
        
        Background color #affbbd
      
           Border around this has a color of #affbbd        
        
          <div style="border:2px solid #affbbd;">Content here</div>
        
        
          .myborder {border:2px solid #affbbd;}
        
        Border color #affbbd