Shades of Willow Brook #DCECBD
Tints of Willow Brook #DCECBD
RGB
CMYK
RGB Variations
Color information
#DCECBD (or 0xDCECBD) is known color: Willow Brook. HEX triplet: DC, EC and BD. RGB value is (220,236,189). Sum of RGB (Red+Green+Blue) = 220+236+189=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECBD is #231342. Grayscale: #E2E2E2. Windows color (decimal): -2298691 or 12446940. OLE color: 12446940.
HSL color Cylindrical-coordinate representation of color #DCECBD: hue angle of 80.43º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCECBD is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 189 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.07 |
| HSL | 80.43º | 0.55% | 0.83% | - |
| HSV(B) | 80.43º | 0.2% | 0.93% | - |
| XYZ | 68.7 | 78.88 | 59.75 | - |
| YUV | 225.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 189 | 0.07 | 0 | 0.20 | 0.07 | 80.43 | 0.55 | 0.83 |
| Hex | DC | EC | BD | 7 | 0 | 14 | 7 | 50 | 37 | 53 |
| Octal | 334 | 354 | 275 | 7 | 0 | 24 | 7 | 120 | 67 | 123 |
| Binary | 11011100 | 11101100 | 10111101 | 111 | 0 | 10100 | 111 | 1010000 | 110111 | 1010011 |
Color Harmonies of #DCECBD
Complementary color
Monochromatic Colors of #DCECBD
Black with #DCECBD
Text Example
Text Example
White with #DCECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECBD; }
p { color: rgb(220,236,189); }
H1.HeaderClassName
{
color: #DCECBD;
}
.AnyTagClassName
{
color: #DCECBD;
}
</style>
background-color css
<style>
a { background-color: #DCECBD; }
a { background-color: rgb(220,236,189); }
div.DivClassName
{
background-color: #DCECBD;
}
.BgClassName
{
background-color: #DCECBD;
}
</style>
border-color css
<style>
span { border-color: #DCECBD; }
span { border-color: rgb(220,236,189); }
td.TdClassName
{
border-color: #DCECBD;
}
.TagClassName
{
border-color: #DCECBD;
}
</style>