#dfebce color space conversions
Hex:
        #dfebce
        RGB:
        223, 235, 206
        CMY:
        13, 8, 19
        CMYK:
        5, 0, 12, 8
      HSL:
        85°, 42.0290%, 86.4706%
        HSV (HSB):
        85°, 12.3404%, 92.1569%
        XYZ:
        71.2803, 79.5609, 69.9924
        xyY:
        0.3228, 0.3603, 79.5609
      CIE-Lab:
        91.4875, -9.0383, 12.7155
        CIE-LCH:
        91.4875, 15.6005, 125.4058
        CIE-Luv:
        91.4875, -5.3449, 20.4902
        Hunter-Lab:
        89.1969, -13.4490, 15.9132
      #dfebce color charts
#dfebce RGB chart
      #dfebce CMYK chart
      #dfebce RGB pie chart
      #dfebce color shades, tints & tones
#dfebce color schemes
#dfebce color preview, HTML & CSS examples
           This text has a color of #dfebce        
        
          <p style="color:#dfebce;">Text here</p>
        
        
          .mytext {color:#dfebce;}
        
        Text color #dfebce
      
           This box has a color of #dfebce        
        
          <div style="background-color:#dfebce;">Content here</div>
        
        
          .mybackground {background-color:#dfebce;}
        
        Background color #dfebce
      
           Border around this has a color of #dfebce        
        
          <div style="border:2px solid #dfebce;">Content here</div>
        
        
          .myborder {border:2px solid #dfebce;}
        
        Border color #dfebce