Shades of Willow Brook #DCE3CA
Tints of Willow Brook #DCE3CA
RGB
CMYK
RGB Variations
Color information
#DCE3CA (or 0xDCE3CA) is known color: Willow Brook. HEX triplet: DC, E3 and CA. RGB value is (220,227,202). Sum of RGB (Red+Green+Blue) = 220+227+202=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3CA is #231C35. Grayscale: #DEDEDE. Windows color (decimal): -2300982 or 13296604. OLE color: 13296604.
HSL color Cylindrical-coordinate representation of color #DCE3CA: hue angle of 76.8º degrees, saturation: 0.31, 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 #DCE3CA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 202 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.11 |
| HSL | 76.8º | 0.31% | 0.84% | - |
| HSV(B) | 76.8º | 0.11% | 0.89% | - |
| XYZ | 67.64 | 74.42 | 66.68 | - |
| YUV | 222.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 202 | 0.03 | 0 | 0.11 | 0.11 | 76.8 | 0.31 | 0.84 |
| Hex | DC | E3 | CA | 3 | 0 | B | B | 4D | 1F | 54 |
| Octal | 334 | 343 | 312 | 3 | 0 | 13 | 13 | 115 | 37 | 124 |
| Binary | 11011100 | 11100011 | 11001010 | 11 | 0 | 1011 | 1011 | 1001101 | 11111 | 1010100 |
Color Harmonies of #DCE3CA
Complementary color
Monochromatic Colors of #DCE3CA
Black with #DCE3CA
Text Example
Text Example
White with #DCE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE3CA; }
p { color: rgb(220,227,202); }
H1.HeaderClassName
{
color: #DCE3CA;
}
.AnyTagClassName
{
color: #DCE3CA;
}
</style>
background-color css
<style>
a { background-color: #DCE3CA; }
a { background-color: rgb(220,227,202); }
div.DivClassName
{
background-color: #DCE3CA;
}
.BgClassName
{
background-color: #DCE3CA;
}
</style>
border-color css
<style>
span { border-color: #DCE3CA; }
span { border-color: rgb(220,227,202); }
td.TdClassName
{
border-color: #DCE3CA;
}
.TagClassName
{
border-color: #DCE3CA;
}
</style>