Shades of Willow Brook #DCE2C9
Tints of Willow Brook #DCE2C9
RGB
CMYK
RGB Variations
Color information
#DCE2C9 (or 0xDCE2C9) is known color: Willow Brook. HEX triplet: DC, E2 and C9. RGB value is (220,226,201). Sum of RGB (Red+Green+Blue) = 220+226+201=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2C9 is #231D36. Grayscale: #DDDDDD. Windows color (decimal): -2301239 or 13230812. OLE color: 13230812.
HSL color Cylindrical-coordinate representation of color #DCE2C9: hue angle of 74.4º 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 #DCE2C9 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 201 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.11 |
| HSL | 74.4º | 0.3% | 0.84% | - |
| HSV(B) | 74.4º | 0.11% | 0.89% | - |
| XYZ | 67.25 | 73.83 | 65.96 | - |
| YUV | 221.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 201 | 0.03 | 0 | 0.11 | 0.11 | 74.4 | 0.3 | 0.84 |
| Hex | DC | E2 | C9 | 3 | 0 | B | B | 4A | 1E | 54 |
| Octal | 334 | 342 | 311 | 3 | 0 | 13 | 13 | 112 | 36 | 124 |
| Binary | 11011100 | 11100010 | 11001001 | 11 | 0 | 1011 | 1011 | 1001010 | 11110 | 1010100 |
Color Harmonies of #DCE2C9
Complementary color
Monochromatic Colors of #DCE2C9
Black with #DCE2C9
Text Example
Text Example
White with #DCE2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2C9; }
p { color: rgb(220,226,201); }
H1.HeaderClassName
{
color: #DCE2C9;
}
.AnyTagClassName
{
color: #DCE2C9;
}
</style>
background-color css
<style>
a { background-color: #DCE2C9; }
a { background-color: rgb(220,226,201); }
div.DivClassName
{
background-color: #DCE2C9;
}
.BgClassName
{
background-color: #DCE2C9;
}
</style>
border-color css
<style>
span { border-color: #DCE2C9; }
span { border-color: rgb(220,226,201); }
td.TdClassName
{
border-color: #DCE2C9;
}
.TagClassName
{
border-color: #DCE2C9;
}
</style>