#ddd3bf color space conversions
Hex:
        #ddd3bf
        RGB:
        221, 211, 191
        CMY:
        13, 17, 25
        CMYK:
        0, 5, 14, 13
      HSL:
        40°, 30.6122%, 80.7843%
        HSV (HSB):
        40°, 13.5747%, 86.6667%
        XYZ:
        62.5170, 65.7223, 58.6809
        xyY:
        0.3345, 0.3516, 65.7223
      CIE-Lab:
        84.8546, 0.1159, 11.1292
        CIE-LCH:
        84.8546, 11.1298, 89.4033
        CIE-Luv:
        84.8546, 7.0583, 16.2822
        Hunter-Lab:
        81.0693, -4.2199, 13.8322
      #ddd3bf color charts
#ddd3bf RGB chart
      #ddd3bf CMYK chart
      #ddd3bf RGB pie chart
      #ddd3bf color shades, tints & tones
#ddd3bf color schemes
#ddd3bf color preview, HTML & CSS examples
           This text has a color of #ddd3bf        
        
          <p style="color:#ddd3bf;">Text here</p>
        
        
          .mytext {color:#ddd3bf;}
        
        Text color #ddd3bf
      
           This box has a color of #ddd3bf        
        
          <div style="background-color:#ddd3bf;">Content here</div>
        
        
          .mybackground {background-color:#ddd3bf;}
        
        Background color #ddd3bf
      
           Border around this has a color of #ddd3bf        
        
          <div style="border:2px solid #ddd3bf;">Content here</div>
        
        
          .myborder {border:2px solid #ddd3bf;}
        
        Border color #ddd3bf