Shades of Willow Brook #DCE4CB
Tints of Willow Brook #DCE4CB
RGB
CMYK
RGB Variations
Color information
#DCE4CB (or 0xDCE4CB) is known color: Willow Brook. HEX triplet: DC, E4 and CB. RGB value is (220,228,203). Sum of RGB (Red+Green+Blue) = 220+228+203=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4CB is #231B34. Grayscale: #DEDEDE. Windows color (decimal): -2300725 or 13362396. OLE color: 13362396.
HSL color Cylindrical-coordinate representation of color #DCE4CB: hue angle of 79.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE4CB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 203 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.11 |
| HSL | 79.2º | 0.32% | 0.85% | - |
| HSV(B) | 79.2º | 0.11% | 0.89% | - |
| XYZ | 68.04 | 75.01 | 67.39 | - |
| YUV | 222.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 203 | 0.04 | 0 | 0.11 | 0.11 | 79.2 | 0.32 | 0.85 |
| Hex | DC | E4 | CB | 4 | 0 | B | B | 4F | 20 | 55 |
| Octal | 334 | 344 | 313 | 4 | 0 | 13 | 13 | 117 | 40 | 125 |
| Binary | 11011100 | 11100100 | 11001011 | 100 | 0 | 1011 | 1011 | 1001111 | 100000 | 1010101 |
Color Harmonies of #DCE4CB
Complementary color
Monochromatic Colors of #DCE4CB
Black with #DCE4CB
Text Example
Text Example
White with #DCE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4CB; }
p { color: rgb(220,228,203); }
H1.HeaderClassName
{
color: #DCE4CB;
}
.AnyTagClassName
{
color: #DCE4CB;
}
</style>
background-color css
<style>
a { background-color: #DCE4CB; }
a { background-color: rgb(220,228,203); }
div.DivClassName
{
background-color: #DCE4CB;
}
.BgClassName
{
background-color: #DCE4CB;
}
</style>
border-color css
<style>
span { border-color: #DCE4CB; }
span { border-color: rgb(220,228,203); }
td.TdClassName
{
border-color: #DCE4CB;
}
.TagClassName
{
border-color: #DCE4CB;
}
</style>