Shades of Willow Brook #DCECBF
Tints of Willow Brook #DCECBF
RGB
CMYK
RGB Variations
Color information
#DCECBF (or 0xDCECBF) is known color: Willow Brook. HEX triplet: DC, EC and BF. RGB value is (220,236,191). Sum of RGB (Red+Green+Blue) = 220+236+191=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECBF is #231340. Grayscale: #E2E2E2. Windows color (decimal): -2298689 or 12578012. OLE color: 12578012.
HSL color Cylindrical-coordinate representation of color #DCECBF: hue angle of 81.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCECBF is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 191 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.07 |
| HSL | 81.33º | 0.54% | 0.84% | - |
| HSV(B) | 81.33º | 0.19% | 0.93% | - |
| XYZ | 68.91 | 78.97 | 60.9 | - |
| YUV | 226.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 191 | 0.07 | 0 | 0.19 | 0.07 | 81.33 | 0.54 | 0.84 |
| Hex | DC | EC | BF | 7 | 0 | 13 | 7 | 51 | 36 | 54 |
| Octal | 334 | 354 | 277 | 7 | 0 | 23 | 7 | 121 | 66 | 124 |
| Binary | 11011100 | 11101100 | 10111111 | 111 | 0 | 10011 | 111 | 1010001 | 110110 | 1010100 |
Color Harmonies of #DCECBF
Complementary color
Monochromatic Colors of #DCECBF
Black with #DCECBF
Text Example
Text Example
White with #DCECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECBF; }
p { color: rgb(220,236,191); }
H1.HeaderClassName
{
color: #DCECBF;
}
.AnyTagClassName
{
color: #DCECBF;
}
</style>
background-color css
<style>
a { background-color: #DCECBF; }
a { background-color: rgb(220,236,191); }
div.DivClassName
{
background-color: #DCECBF;
}
.BgClassName
{
background-color: #DCECBF;
}
</style>
border-color css
<style>
span { border-color: #DCECBF; }
span { border-color: rgb(220,236,191); }
td.TdClassName
{
border-color: #DCECBF;
}
.TagClassName
{
border-color: #DCECBF;
}
</style>