Shades of Willow Brook #DCE5C9
Tints of Willow Brook #DCE5C9
RGB
CMYK
RGB Variations
Color information
#DCE5C9 (or 0xDCE5C9) is known color: Willow Brook. HEX triplet: DC, E5 and C9. RGB value is (220,229,201). Sum of RGB (Red+Green+Blue) = 220+229+201=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5C9 is #231A36. Grayscale: #DFDFDF. Windows color (decimal): -2300471 or 13231580. OLE color: 13231580.
HSL color Cylindrical-coordinate representation of color #DCE5C9: hue angle of 79.29º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE5C9 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 201 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.10 |
| HSL | 79.29º | 0.35% | 0.84% | - |
| HSV(B) | 79.29º | 0.12% | 0.9% | - |
| XYZ | 68.08 | 75.47 | 66.24 | - |
| YUV | 223.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 201 | 0.04 | 0 | 0.12 | 0.10 | 79.29 | 0.35 | 0.84 |
| Hex | DC | E5 | C9 | 4 | 0 | C | A | 4F | 23 | 54 |
| Octal | 334 | 345 | 311 | 4 | 0 | 14 | 12 | 117 | 43 | 124 |
| Binary | 11011100 | 11100101 | 11001001 | 100 | 0 | 1100 | 1010 | 1001111 | 100011 | 1010100 |
Color Harmonies of #DCE5C9
Complementary color
Monochromatic Colors of #DCE5C9
Black with #DCE5C9
Text Example
Text Example
White with #DCE5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5C9; }
p { color: rgb(220,229,201); }
H1.HeaderClassName
{
color: #DCE5C9;
}
.AnyTagClassName
{
color: #DCE5C9;
}
</style>
background-color css
<style>
a { background-color: #DCE5C9; }
a { background-color: rgb(220,229,201); }
div.DivClassName
{
background-color: #DCE5C9;
}
.BgClassName
{
background-color: #DCE5C9;
}
</style>
border-color css
<style>
span { border-color: #DCE5C9; }
span { border-color: rgb(220,229,201); }
td.TdClassName
{
border-color: #DCE5C9;
}
.TagClassName
{
border-color: #DCE5C9;
}
</style>