#dec1bc color space conversions
Hex:
        #dec1bc
        RGB:
        222, 193, 188
        CMY:
        13, 24, 26
        CMYK:
        0, 13, 15, 13
      HSL:
        9°, 34.0000%, 80.3922%
        HSV (HSB):
        9°, 15.3153%, 87.0588%
        XYZ:
        58.2713, 57.3004, 55.5658
        xyY:
        0.3405, 0.3348, 57.3004
      CIE-Lab:
        80.3482, 9.4643, 6.2922
        CIE-LCH:
        80.3482, 11.3651, 33.6175
        CIE-Luv:
        80.3482, 17.8503, 7.5172
        Hunter-Lab:
        75.6970, 4.9389, 9.4658
      #dec1bc color charts
#dec1bc RGB chart
      #dec1bc CMYK chart
      #dec1bc RGB pie chart
      #dec1bc color shades, tints & tones
#dec1bc color schemes
#dec1bc color preview, HTML & CSS examples
           This text has a color of #dec1bc        
        
          <p style="color:#dec1bc;">Text here</p>
        
        
          .mytext {color:#dec1bc;}
        
        Text color #dec1bc
      
           This box has a color of #dec1bc        
        
          <div style="background-color:#dec1bc;">Content here</div>
        
        
          .mybackground {background-color:#dec1bc;}
        
        Background color #dec1bc
      
           Border around this has a color of #dec1bc        
        
          <div style="border:2px solid #dec1bc;">Content here</div>
        
        
          .myborder {border:2px solid #dec1bc;}
        
        Border color #dec1bc