Shades of Willow Brook #DCE4CA
Tints of Willow Brook #DCE4CA
RGB
CMYK
RGB Variations
Color information
#DCE4CA (or 0xDCE4CA) is known color: Willow Brook. HEX triplet: DC, E4 and CA. RGB value is (220,228,202). Sum of RGB (Red+Green+Blue) = 220+228+202=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4CA is #231B35. Grayscale: #DEDEDE. Windows color (decimal): -2300726 or 13296860. OLE color: 13296860.
HSL color Cylindrical-coordinate representation of color #DCE4CA: hue angle of 78.46º degrees, saturation: 0.32, 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 #DCE4CA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 202 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.11 |
| HSL | 78.46º | 0.33% | 0.84% | - |
| HSV(B) | 78.46º | 0.11% | 0.89% | - |
| XYZ | 67.92 | 74.97 | 66.77 | - |
| YUV | 222.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 202 | 0.04 | 0 | 0.11 | 0.11 | 78.46 | 0.33 | 0.84 |
| Hex | DC | E4 | CA | 4 | 0 | B | B | 4E | 20 | 54 |
| Octal | 334 | 344 | 312 | 4 | 0 | 13 | 13 | 116 | 40 | 124 |
| Binary | 11011100 | 11100100 | 11001010 | 100 | 0 | 1011 | 1011 | 1001110 | 100000 | 1010100 |
Color Harmonies of #DCE4CA
Complementary color
Monochromatic Colors of #DCE4CA
Black with #DCE4CA
Text Example
Text Example
White with #DCE4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4CA; }
p { color: rgb(220,228,202); }
H1.HeaderClassName
{
color: #DCE4CA;
}
.AnyTagClassName
{
color: #DCE4CA;
}
</style>
background-color css
<style>
a { background-color: #DCE4CA; }
a { background-color: rgb(220,228,202); }
div.DivClassName
{
background-color: #DCE4CA;
}
.BgClassName
{
background-color: #DCE4CA;
}
</style>
border-color css
<style>
span { border-color: #DCE4CA; }
span { border-color: rgb(220,228,202); }
td.TdClassName
{
border-color: #DCE4CA;
}
.TagClassName
{
border-color: #DCE4CA;
}
</style>