Shades of Willow Brook #DCECC1
Tints of Willow Brook #DCECC1
RGB
CMYK
RGB Variations
Color information
#DCECC1 (or 0xDCECC1) is known color: Willow Brook. HEX triplet: DC, EC and C1. RGB value is (220,236,193). Sum of RGB (Red+Green+Blue) = 220+236+193=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECC1 is #23133E. Grayscale: #E2E2E2. Windows color (decimal): -2298687 or 12709084. OLE color: 12709084.
HSL color Cylindrical-coordinate representation of color #DCECC1: hue angle of 82.33º degrees, saturation: 0.53, 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 #DCECC1 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 193 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.07 |
| HSL | 82.33º | 0.53% | 0.84% | - |
| HSV(B) | 82.33º | 0.18% | 0.93% | - |
| XYZ | 69.14 | 79.06 | 62.07 | - |
| YUV | 226.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 193 | 0.07 | 0 | 0.18 | 0.07 | 82.33 | 0.53 | 0.84 |
| Hex | DC | EC | C1 | 7 | 0 | 12 | 7 | 52 | 35 | 54 |
| Octal | 334 | 354 | 301 | 7 | 0 | 22 | 7 | 122 | 65 | 124 |
| Binary | 11011100 | 11101100 | 11000001 | 111 | 0 | 10010 | 111 | 1010010 | 110101 | 1010100 |
Color Harmonies of #DCECC1
Complementary color
Monochromatic Colors of #DCECC1
Black with #DCECC1
Text Example
Text Example
White with #DCECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECC1; }
p { color: rgb(220,236,193); }
H1.HeaderClassName
{
color: #DCECC1;
}
.AnyTagClassName
{
color: #DCECC1;
}
</style>
background-color css
<style>
a { background-color: #DCECC1; }
a { background-color: rgb(220,236,193); }
div.DivClassName
{
background-color: #DCECC1;
}
.BgClassName
{
background-color: #DCECC1;
}
</style>
border-color css
<style>
span { border-color: #DCECC1; }
span { border-color: rgb(220,236,193); }
td.TdClassName
{
border-color: #DCECC1;
}
.TagClassName
{
border-color: #DCECC1;
}
</style>