Shades of Willow Brook #DCEEC0
Tints of Willow Brook #DCEEC0
RGB
CMYK
RGB Variations
Color information
#DCEEC0 (or 0xDCEEC0) is known color: Willow Brook. HEX triplet: DC, EE and C0. RGB value is (220,238,192). Sum of RGB (Red+Green+Blue) = 220+238+192=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEC0 is #23113F. Grayscale: #E3E3E3. Windows color (decimal): -2298176 or 12644060. OLE color: 12644060.
HSL color Cylindrical-coordinate representation of color #DCEEC0: hue angle of 83.48º degrees, saturation: 0.57, 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 #DCEEC0 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 192 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.07 |
| HSL | 83.48º | 0.58% | 0.84% | - |
| HSV(B) | 83.48º | 0.19% | 0.93% | - |
| XYZ | 69.6 | 80.17 | 61.68 | - |
| YUV | 227.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 192 | 0.08 | 0 | 0.19 | 0.07 | 83.48 | 0.58 | 0.84 |
| Hex | DC | EE | C0 | 8 | 0 | 13 | 7 | 53 | 3A | 54 |
| Octal | 334 | 356 | 300 | 10 | 0 | 23 | 7 | 123 | 72 | 124 |
| Binary | 11011100 | 11101110 | 11000000 | 1000 | 0 | 10011 | 111 | 1010011 | 111010 | 1010100 |
Color Harmonies of #DCEEC0
Complementary color
Monochromatic Colors of #DCEEC0
Black with #DCEEC0
Text Example
Text Example
White with #DCEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEC0; }
p { color: rgb(220,238,192); }
H1.HeaderClassName
{
color: #DCEEC0;
}
.AnyTagClassName
{
color: #DCEEC0;
}
</style>
background-color css
<style>
a { background-color: #DCEEC0; }
a { background-color: rgb(220,238,192); }
div.DivClassName
{
background-color: #DCEEC0;
}
.BgClassName
{
background-color: #DCEEC0;
}
</style>
border-color css
<style>
span { border-color: #DCEEC0; }
span { border-color: rgb(220,238,192); }
td.TdClassName
{
border-color: #DCEEC0;
}
.TagClassName
{
border-color: #DCEEC0;
}
</style>