#ddbeac color space conversions
Hex:
        #ddbeac
        RGB:
        221, 190, 172
        CMY:
        13, 25, 33
        CMYK:
        0, 14, 22, 13
      HSL:
        22°, 41.8803%, 77.0588%
        HSV (HSB):
        22°, 22.1719%, 86.6667%
        XYZ:
        55.6786, 55.1776, 46.7455
        xyY:
        0.3533, 0.3501, 55.1776
      CIE-Lab:
        79.1435, 8.2620, 13.1634
        CIE-LCH:
        79.1435, 15.5414, 57.8856
        CIE-Luv:
        79.1435, 20.3142, 17.3081
        Hunter-Lab:
        74.2816, 3.8038, 14.6859
      #ddbeac color charts
#ddbeac RGB chart
      #ddbeac CMYK chart
      #ddbeac RGB pie chart
      #ddbeac color shades, tints & tones
#ddbeac color schemes
#ddbeac color preview, HTML & CSS examples
           This text has a color of #ddbeac        
        
          <p style="color:#ddbeac;">Text here</p>
        
        
          .mytext {color:#ddbeac;}
        
        Text color #ddbeac
      
           This box has a color of #ddbeac        
        
          <div style="background-color:#ddbeac;">Content here</div>
        
        
          .mybackground {background-color:#ddbeac;}
        
        Background color #ddbeac
      
           Border around this has a color of #ddbeac        
        
          <div style="border:2px solid #ddbeac;">Content here</div>
        
        
          .myborder {border:2px solid #ddbeac;}
        
        Border color #ddbeac