Shades of Willow Brook #DCECC2
Tints of Willow Brook #DCECC2
RGB
CMYK
RGB Variations
Color information
#DCECC2 (or 0xDCECC2) is known color: Willow Brook. HEX triplet: DC, EC and C2. RGB value is (220,236,194). Sum of RGB (Red+Green+Blue) = 220+236+194=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC2 is #23133D. Grayscale: #E2E2E2. Windows color (decimal): -2298686 or 12774620. OLE color: 12774620.
HSL color Cylindrical-coordinate representation of color #DCECC2: hue angle of 82.86º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCECC2 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 194 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.07 |
| HSL | 82.86º | 0.53% | 0.84% | - |
| HSV(B) | 82.86º | 0.18% | 0.93% | - |
| XYZ | 69.25 | 79.1 | 62.66 | - |
| YUV | 226.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 194 | 0.07 | 0 | 0.18 | 0.07 | 82.86 | 0.53 | 0.84 |
| Hex | DC | EC | C2 | 7 | 0 | 12 | 7 | 53 | 34 | 54 |
| Octal | 334 | 354 | 302 | 7 | 0 | 22 | 7 | 123 | 64 | 124 |
| Binary | 11011100 | 11101100 | 11000010 | 111 | 0 | 10010 | 111 | 1010011 | 110100 | 1010100 |
Color Harmonies of #DCECC2
Complementary color
Monochromatic Colors of #DCECC2
Black with #DCECC2
Text Example
Text Example
White with #DCECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECC2; }
p { color: rgb(220,236,194); }
H1.HeaderClassName
{
color: #DCECC2;
}
.AnyTagClassName
{
color: #DCECC2;
}
</style>
background-color css
<style>
a { background-color: #DCECC2; }
a { background-color: rgb(220,236,194); }
div.DivClassName
{
background-color: #DCECC2;
}
.BgClassName
{
background-color: #DCECC2;
}
</style>
border-color css
<style>
span { border-color: #DCECC2; }
span { border-color: rgb(220,236,194); }
td.TdClassName
{
border-color: #DCECC2;
}
.TagClassName
{
border-color: #DCECC2;
}
</style>