#affdbe color space conversions
Hex:
        #affdbe
        RGB:
        175, 253, 190
        CMY:
        31, 1, 25
        CMYK:
        31, 0, 25, 1
      HSL:
        132°, 95.1220%, 83.9216%
        HSV (HSB):
        132°, 30.8300%, 99.2157%
        XYZ:
        62.0987, 83.0822, 61.4787
        xyY:
        0.3005, 0.4020, 83.0822
      CIE-Lab:
        93.0504, -36.1831, 22.7134
        CIE-LCH:
        93.0504, 42.7213, 147.8821
        CIE-Luv:
        93.0504, -38.0327, 39.4009
        Hunter-Lab:
        91.1495, -37.9022, 23.8145
      #affdbe color charts
#affdbe RGB chart
      #affdbe CMYK chart
      #affdbe RGB pie chart
      #affdbe color shades, tints & tones
#affdbe color schemes
#affdbe color preview, HTML & CSS examples
           This text has a color of #affdbe        
        
          <p style="color:#affdbe;">Text here</p>
        
        
          .mytext {color:#affdbe;}
        
        Text color #affdbe
      
           This box has a color of #affdbe        
        
          <div style="background-color:#affdbe;">Content here</div>
        
        
          .mybackground {background-color:#affdbe;}
        
        Background color #affdbe
      
           Border around this has a color of #affdbe        
        
          <div style="border:2px solid #affdbe;">Content here</div>
        
        
          .myborder {border:2px solid #affdbe;}
        
        Border color #affdbe