Shades of Willow Brook #DCE8CB
Tints of Willow Brook #DCE8CB
RGB
CMYK
RGB Variations
Color information
#DCE8CB (or 0xDCE8CB) is known color: Willow Brook. HEX triplet: DC, E8 and CB. RGB value is (220,232,203). Sum of RGB (Red+Green+Blue) = 220+232+203=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8CB is #231734. Grayscale: #E1E1E1. Windows color (decimal): -2299701 or 13363420. OLE color: 13363420.
HSL color Cylindrical-coordinate representation of color #DCE8CB: hue angle of 84.83º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE8CB is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 203 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.09 |
| HSL | 84.83º | 0.39% | 0.85% | - |
| HSV(B) | 84.83º | 0.13% | 0.91% | - |
| XYZ | 69.15 | 77.24 | 67.76 | - |
| YUV | 225.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 203 | 0.05 | 0 | 0.12 | 0.09 | 84.83 | 0.39 | 0.85 |
| Hex | DC | E8 | CB | 5 | 0 | C | 9 | 55 | 27 | 55 |
| Octal | 334 | 350 | 313 | 5 | 0 | 14 | 11 | 125 | 47 | 125 |
| Binary | 11011100 | 11101000 | 11001011 | 101 | 0 | 1100 | 1001 | 1010101 | 100111 | 1010101 |
Color Harmonies of #DCE8CB
Complementary color
Monochromatic Colors of #DCE8CB
Black with #DCE8CB
Text Example
Text Example
White with #DCE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8CB; }
p { color: rgb(220,232,203); }
H1.HeaderClassName
{
color: #DCE8CB;
}
.AnyTagClassName
{
color: #DCE8CB;
}
</style>
background-color css
<style>
a { background-color: #DCE8CB; }
a { background-color: rgb(220,232,203); }
div.DivClassName
{
background-color: #DCE8CB;
}
.BgClassName
{
background-color: #DCE8CB;
}
</style>
border-color css
<style>
span { border-color: #DCE8CB; }
span { border-color: rgb(220,232,203); }
td.TdClassName
{
border-color: #DCE8CB;
}
.TagClassName
{
border-color: #DCE8CB;
}
</style>