#dfbdac color space conversions
Hex:
        #dfbdac
        RGB:
        223, 189, 172
        CMY:
        13, 26, 33
        CMYK:
        0, 15, 23, 13
      HSL:
        20°, 44.3478%, 77.4510%
        HSV (HSB):
        20°, 22.8700%, 87.4510%
        XYZ:
        56.0754, 55.0617, 46.7022
        xyY:
        0.3553, 0.3488, 55.0617
      CIE-Lab:
        79.0768, 9.5407, 13.0951
        CIE-LCH:
        79.0768, 16.2020, 53.9239
        CIE-Luv:
        79.0768, 22.2153, 16.9625
        Hunter-Lab:
        74.2036, 5.0356, 14.6266
      #dfbdac color charts
#dfbdac RGB chart
      #dfbdac CMYK chart
      #dfbdac RGB pie chart
      #dfbdac color shades, tints & tones
#dfbdac color schemes
#dfbdac color preview, HTML & CSS examples
           This text has a color of #dfbdac        
        
          <p style="color:#dfbdac;">Text here</p>
        
        
          .mytext {color:#dfbdac;}
        
        Text color #dfbdac
      
           This box has a color of #dfbdac        
        
          <div style="background-color:#dfbdac;">Content here</div>
        
        
          .mybackground {background-color:#dfbdac;}
        
        Background color #dfbdac
      
           Border around this has a color of #dfbdac        
        
          <div style="border:2px solid #dfbdac;">Content here</div>
        
        
          .myborder {border:2px solid #dfbdac;}
        
        Border color #dfbdac