#afdace color space conversions
Hex:
        #afdace
        RGB:
        175, 218, 206
        CMY:
        31, 15, 19
        CMYK:
        20, 0, 6, 15
      HSL:
        163°, 36.7521%, 77.0588%
        HSV (HSB):
        163°, 19.7248%, 85.4902%
        XYZ:
        53.8912, 63.7130, 67.8500
        xyY:
        0.2906, 0.3436, 63.7130
      CIE-Lab:
        83.8161, -16.4045, 1.2684
        CIE-LCH:
        83.8161, 16.4534, 175.5786
        CIE-Luv:
        83.8161, -21.9531, 4.7256
        Hunter-Lab:
        79.8204, -19.1705, 5.4758
      #afdace color charts
#afdace RGB chart
      #afdace CMYK chart
      #afdace RGB pie chart
      #afdace color shades, tints & tones
#afdace color schemes
#afdace color preview, HTML & CSS examples
           This text has a color of #afdace        
        
          <p style="color:#afdace;">Text here</p>
        
        
          .mytext {color:#afdace;}
        
        Text color #afdace
      
           This box has a color of #afdace        
        
          <div style="background-color:#afdace;">Content here</div>
        
        
          .mybackground {background-color:#afdace;}
        
        Background color #afdace
      
           Border around this has a color of #afdace        
        
          <div style="border:2px solid #afdace;">Content here</div>
        
        
          .myborder {border:2px solid #afdace;}
        
        Border color #afdace