Shades of Willow Brook #DCECB9
Tints of Willow Brook #DCECB9
RGB
CMYK
RGB Variations
Color information
#DCECB9 (or 0xDCECB9) is known color: Willow Brook. HEX triplet: DC, EC and B9. RGB value is (220,236,185). Sum of RGB (Red+Green+Blue) = 220+236+185=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECB9 is #231346. Grayscale: #E1E1E1. Windows color (decimal): -2298695 or 12184796. OLE color: 12184796.
HSL color Cylindrical-coordinate representation of color #DCECB9: hue angle of 78.82º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCECB9 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 185 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.07 |
| HSL | 78.82º | 0.57% | 0.83% | - |
| HSV(B) | 78.82º | 0.22% | 0.93% | - |
| XYZ | 68.27 | 78.71 | 57.49 | - |
| YUV | 225.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 185 | 0.07 | 0 | 0.22 | 0.07 | 78.82 | 0.57 | 0.83 |
| Hex | DC | EC | B9 | 7 | 0 | 16 | 7 | 4F | 39 | 53 |
| Octal | 334 | 354 | 271 | 7 | 0 | 26 | 7 | 117 | 71 | 123 |
| Binary | 11011100 | 11101100 | 10111001 | 111 | 0 | 10110 | 111 | 1001111 | 111001 | 1010011 |
Color Harmonies of #DCECB9
Complementary color
Monochromatic Colors of #DCECB9
Black with #DCECB9
Text Example
Text Example
White with #DCECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECB9; }
p { color: rgb(220,236,185); }
H1.HeaderClassName
{
color: #DCECB9;
}
.AnyTagClassName
{
color: #DCECB9;
}
</style>
background-color css
<style>
a { background-color: #DCECB9; }
a { background-color: rgb(220,236,185); }
div.DivClassName
{
background-color: #DCECB9;
}
.BgClassName
{
background-color: #DCECB9;
}
</style>
border-color css
<style>
span { border-color: #DCECB9; }
span { border-color: rgb(220,236,185); }
td.TdClassName
{
border-color: #DCECB9;
}
.TagClassName
{
border-color: #DCECB9;
}
</style>