#a1ddaf color space conversions
Hex:
        #a1ddaf
        RGB:
        161, 221, 175
        CMY:
        37, 13, 31
        CMYK:
        27, 0, 21, 13
      HSL:
        134°, 46.8750%, 74.9020%
        HSV (HSB):
        134°, 27.1493%, 86.6667%
        XYZ:
        48.2923, 62.3851, 50.0537
        xyY:
        0.3005, 0.3881, 62.3851
      CIE-Lab:
        83.1178, -28.2532, 16.5373
        CIE-LCH:
        83.1178, 32.7372, 149.6585
        CIE-Luv:
        83.1178, -29.7484, 28.8321
        Hunter-Lab:
        78.9842, -29.0846, 17.7159
      #a1ddaf color charts
#a1ddaf RGB chart
      #a1ddaf CMYK chart
      #a1ddaf RGB pie chart
      #a1ddaf color shades, tints & tones
#a1ddaf color schemes
#a1ddaf color preview, HTML & CSS examples
           This text has a color of #a1ddaf        
        
          <p style="color:#a1ddaf;">Text here</p>
        
        
          .mytext {color:#a1ddaf;}
        
        Text color #a1ddaf
      
           This box has a color of #a1ddaf        
        
          <div style="background-color:#a1ddaf;">Content here</div>
        
        
          .mybackground {background-color:#a1ddaf;}
        
        Background color #a1ddaf
      
           Border around this has a color of #a1ddaf        
        
          <div style="border:2px solid #a1ddaf;">Content here</div>
        
        
          .myborder {border:2px solid #a1ddaf;}
        
        Border color #a1ddaf