Shades of Willow Brook #DEE3CB
Tints of Willow Brook #DEE3CB
RGB
CMYK
RGB Variations
Color information
#DEE3CB (or 0xDEE3CB) is known color: Willow Brook. HEX triplet: DE, E3 and CB. RGB value is (222,227,203). Sum of RGB (Red+Green+Blue) = 222+227+203=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3CB is #211C34. Grayscale: #DEDEDE. Windows color (decimal): -2169909 or 13362142. OLE color: 13362142.
HSL color Cylindrical-coordinate representation of color #DEE3CB: hue angle of 72.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE3CB is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 203 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.11 |
| HSL | 72.5º | 0.3% | 0.84% | - |
| HSV(B) | 72.5º | 0.11% | 0.89% | - |
| XYZ | 68.37 | 74.78 | 67.33 | - |
| YUV | 222.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 203 | 0.02 | 0 | 0.11 | 0.11 | 72.5 | 0.3 | 0.84 |
| Hex | DE | E3 | CB | 2 | 0 | B | B | 48 | 1E | 54 |
| Octal | 336 | 343 | 313 | 2 | 0 | 13 | 13 | 110 | 36 | 124 |
| Binary | 11011110 | 11100011 | 11001011 | 10 | 0 | 1011 | 1011 | 1001000 | 11110 | 1010100 |
Color Harmonies of #DEE3CB
Complementary color
Monochromatic Colors of #DEE3CB
Black with #DEE3CB
Text Example
Text Example
White with #DEE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3CB; }
p { color: rgb(222,227,203); }
H1.HeaderClassName
{
color: #DEE3CB;
}
.AnyTagClassName
{
color: #DEE3CB;
}
</style>
background-color css
<style>
a { background-color: #DEE3CB; }
a { background-color: rgb(222,227,203); }
div.DivClassName
{
background-color: #DEE3CB;
}
.BgClassName
{
background-color: #DEE3CB;
}
</style>
border-color css
<style>
span { border-color: #DEE3CB; }
span { border-color: rgb(222,227,203); }
td.TdClassName
{
border-color: #DEE3CB;
}
.TagClassName
{
border-color: #DEE3CB;
}
</style>