Shades of Green White #DFDECB
Tints of Green White #DFDECB
RGB
CMYK
RGB Variations
Color information
#DFDECB (or 0xDFDECB) is known color: Green White. HEX triplet: DF, DE and CB. RGB value is (223,222,203). Sum of RGB (Red+Green+Blue) = 223+222+203=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDECB is #202134. Grayscale: #DCDCDC. Windows color (decimal): -2105653 or 13360863. OLE color: 13360863.
HSL color Cylindrical-coordinate representation of color #DFDECB: hue angle of 57º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFDECB is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 203 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.13 |
| HSL | 57º | 0.24% | 0.84% | - |
| HSV(B) | 57º | 0.09% | 0.87% | - |
| XYZ | 67.33 | 72.24 | 66.9 | - |
| YUV | 220.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 203 | 0 | 0.00 | 0.09 | 0.13 | 57 | 0.24 | 0.84 |
| Hex | DF | DE | CB | 0 | 0 | 9 | D | 39 | 18 | 54 |
| Octal | 337 | 336 | 313 | 0 | 0 | 11 | 15 | 71 | 30 | 124 |
| Binary | 11011111 | 11011110 | 11001011 | 0 | 0 | 1001 | 1101 | 111001 | 11000 | 1010100 |
Color Harmonies of #DFDECB
Complementary color
Monochromatic Colors of #DFDECB
Black with #DFDECB
Text Example
Text Example
White with #DFDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDECB; }
p { color: rgb(223,222,203); }
H1.HeaderClassName
{
color: #DFDECB;
}
.AnyTagClassName
{
color: #DFDECB;
}
</style>
background-color css
<style>
a { background-color: #DFDECB; }
a { background-color: rgb(223,222,203); }
div.DivClassName
{
background-color: #DFDECB;
}
.BgClassName
{
background-color: #DFDECB;
}
</style>
border-color css
<style>
span { border-color: #DFDECB; }
span { border-color: rgb(223,222,203); }
td.TdClassName
{
border-color: #DFDECB;
}
.TagClassName
{
border-color: #DFDECB;
}
</style>