#ddd1bc color space conversions
Hex:
        #ddd1bc
        RGB:
        221, 209, 188
        CMY:
        13, 18, 26
        CMYK:
        0, 5, 15, 13
      HSL:
        38°, 32.6733%, 80.1961%
        HSV (HSB):
        38°, 14.9321%, 86.6667%
        XYZ:
        61.6964, 64.6039, 56.7950
        xyY:
        0.3370, 0.3528, 64.6039
      CIE-Lab:
        84.2792, 0.6847, 11.8998
        CIE-LCH:
        84.2792, 11.9195, 86.7069
        CIE-Luv:
        84.2792, 8.3482, 17.2377
        Hunter-Lab:
        80.3766, -3.6439, 14.3686
      #ddd1bc color charts
#ddd1bc RGB chart
      #ddd1bc CMYK chart
      #ddd1bc RGB pie chart
      #ddd1bc color shades, tints & tones
#ddd1bc color schemes
#ddd1bc color preview, HTML & CSS examples
           This text has a color of #ddd1bc        
        
          <p style="color:#ddd1bc;">Text here</p>
        
        
          .mytext {color:#ddd1bc;}
        
        Text color #ddd1bc
      
           This box has a color of #ddd1bc        
        
          <div style="background-color:#ddd1bc;">Content here</div>
        
        
          .mybackground {background-color:#ddd1bc;}
        
        Background color #ddd1bc
      
           Border around this has a color of #ddd1bc        
        
          <div style="border:2px solid #ddd1bc;">Content here</div>
        
        
          .myborder {border:2px solid #ddd1bc;}
        
        Border color #ddd1bc