Shades of Willow Brook #DCE5CC
Tints of Willow Brook #DCE5CC
RGB
CMYK
RGB Variations
Color information
#DCE5CC (or 0xDCE5CC) is known color: Willow Brook. HEX triplet: DC, E5 and CC. RGB value is (220,229,204). Sum of RGB (Red+Green+Blue) = 220+229+204=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5CC is #231A33. Grayscale: #DFDFDF. Windows color (decimal): -2300468 or 13428188. OLE color: 13428188.
HSL color Cylindrical-coordinate representation of color #DCE5CC: hue angle of 81.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE5CC is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 204 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.10 |
| HSL | 81.6º | 0.32% | 0.85% | - |
| HSV(B) | 81.6º | 0.11% | 0.9% | - |
| XYZ | 68.43 | 75.61 | 68.11 | - |
| YUV | 223.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 204 | 0.04 | 0 | 0.11 | 0.10 | 81.6 | 0.32 | 0.85 |
| Hex | DC | E5 | CC | 4 | 0 | B | A | 52 | 20 | 55 |
| Octal | 334 | 345 | 314 | 4 | 0 | 13 | 12 | 122 | 40 | 125 |
| Binary | 11011100 | 11100101 | 11001100 | 100 | 0 | 1011 | 1010 | 1010010 | 100000 | 1010101 |
Color Harmonies of #DCE5CC
Complementary color
Monochromatic Colors of #DCE5CC
Black with #DCE5CC
Text Example
Text Example
White with #DCE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5CC; }
p { color: rgb(220,229,204); }
H1.HeaderClassName
{
color: #DCE5CC;
}
.AnyTagClassName
{
color: #DCE5CC;
}
</style>
background-color css
<style>
a { background-color: #DCE5CC; }
a { background-color: rgb(220,229,204); }
div.DivClassName
{
background-color: #DCE5CC;
}
.BgClassName
{
background-color: #DCE5CC;
}
</style>
border-color css
<style>
span { border-color: #DCE5CC; }
span { border-color: rgb(220,229,204); }
td.TdClassName
{
border-color: #DCE5CC;
}
.TagClassName
{
border-color: #DCE5CC;
}
</style>