Shades of Willow Brook #DCE6CA
Tints of Willow Brook #DCE6CA
RGB
CMYK
RGB Variations
Color information
#DCE6CA (or 0xDCE6CA) is known color: Willow Brook. HEX triplet: DC, E6 and CA. RGB value is (220,230,202). Sum of RGB (Red+Green+Blue) = 220+230+202=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6CA is #231935. Grayscale: #DFDFDF. Windows color (decimal): -2300214 or 13297372. OLE color: 13297372.
HSL color Cylindrical-coordinate representation of color #DCE6CA: hue angle of 81.43º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE6CA is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 202 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.10 |
| HSL | 81.43º | 0.36% | 0.85% | - |
| HSV(B) | 81.43º | 0.12% | 0.9% | - |
| XYZ | 68.47 | 76.07 | 66.95 | - |
| YUV | 223.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 202 | 0.04 | 0 | 0.12 | 0.10 | 81.43 | 0.36 | 0.85 |
| Hex | DC | E6 | CA | 4 | 0 | C | A | 51 | 24 | 55 |
| Octal | 334 | 346 | 312 | 4 | 0 | 14 | 12 | 121 | 44 | 125 |
| Binary | 11011100 | 11100110 | 11001010 | 100 | 0 | 1100 | 1010 | 1010001 | 100100 | 1010101 |
Color Harmonies of #DCE6CA
Complementary color
Monochromatic Colors of #DCE6CA
Black with #DCE6CA
Text Example
Text Example
White with #DCE6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6CA; }
p { color: rgb(220,230,202); }
H1.HeaderClassName
{
color: #DCE6CA;
}
.AnyTagClassName
{
color: #DCE6CA;
}
</style>
background-color css
<style>
a { background-color: #DCE6CA; }
a { background-color: rgb(220,230,202); }
div.DivClassName
{
background-color: #DCE6CA;
}
.BgClassName
{
background-color: #DCE6CA;
}
</style>
border-color css
<style>
span { border-color: #DCE6CA; }
span { border-color: rgb(220,230,202); }
td.TdClassName
{
border-color: #DCE6CA;
}
.TagClassName
{
border-color: #DCE6CA;
}
</style>