#aff0dc color space conversions
Hex:
        #aff0dc
        RGB:
        175, 240, 220
        CMY:
        31, 6, 14
        CMYK:
        27, 0, 8, 6
      HSL:
        162°, 68.4211%, 81.3725%
        HSV (HSB):
        162°, 27.0833%, 94.1176%
        XYZ:
        61.7576, 76.6014, 79.2407
        xyY:
        0.2838, 0.3520, 76.6014
      CIE-Lab:
        90.1379, -24.4250, 3.0984
        CIE-LCH:
        90.1379, 24.6207, 172.7705
        CIE-Luv:
        90.1379, -31.9874, 8.9207
        Hunter-Lab:
        87.5223, -27.2106, 7.5857
      #aff0dc color charts
#aff0dc RGB chart
      #aff0dc CMYK chart
      #aff0dc RGB pie chart
      #aff0dc color shades, tints & tones
#aff0dc color schemes
#aff0dc color preview, HTML & CSS examples
           This text has a color of #aff0dc        
        
          <p style="color:#aff0dc;">Text here</p>
        
        
          .mytext {color:#aff0dc;}
        
        Text color #aff0dc
      
           This box has a color of #aff0dc        
        
          <div style="background-color:#aff0dc;">Content here</div>
        
        
          .mybackground {background-color:#aff0dc;}
        
        Background color #aff0dc
      
           Border around this has a color of #aff0dc        
        
          <div style="border:2px solid #aff0dc;">Content here</div>
        
        
          .myborder {border:2px solid #aff0dc;}
        
        Border color #aff0dc