#aecddb color space conversions
Hex:
        #aecddb
        RGB:
        174, 205, 219
        CMY:
        32, 20, 14
        CMYK:
        21, 6, 0, 14
      HSL:
        199°, 38.4615%, 77.0588%
        HSV (HSB):
        199°, 20.5479%, 85.8824%
        XYZ:
        52.0731, 57.7758, 75.4251
        xyY:
        0.2811, 0.3118, 57.7758
      CIE-Lab:
        80.6140, -7.3093, -10.3870
        CIE-LCH:
        80.6140, 12.7010, 234.8660
        CIE-Luv:
        80.6140, -16.6868, -14.8789
        Hunter-Lab:
        76.0104, -10.7317, -5.6262
      #aecddb color charts
#aecddb RGB chart
      #aecddb CMYK chart
      #aecddb RGB pie chart
      #aecddb color shades, tints & tones
#aecddb color schemes
#aecddb color preview, HTML & CSS examples
           This text has a color of #aecddb        
        
          <p style="color:#aecddb;">Text here</p>
        
        
          .mytext {color:#aecddb;}
        
        Text color #aecddb
      
           This box has a color of #aecddb        
        
          <div style="background-color:#aecddb;">Content here</div>
        
        
          .mybackground {background-color:#aecddb;}
        
        Background color #aecddb
      
           Border around this has a color of #aecddb        
        
          <div style="border:2px solid #aecddb;">Content here</div>
        
        
          .myborder {border:2px solid #aecddb;}
        
        Border color #aecddb