Shades of Willow Brook #DCEDC4
Tints of Willow Brook #DCEDC4
RGB
CMYK
RGB Variations
Color information
#DCEDC4 (or 0xDCEDC4) is known color: Willow Brook. HEX triplet: DC, ED and C4. RGB value is (220,237,196). Sum of RGB (Red+Green+Blue) = 220+237+196=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDC4 is #23123B. Grayscale: #E3E3E3. Windows color (decimal): -2298428 or 12905948. OLE color: 12905948.
HSL color Cylindrical-coordinate representation of color #DCEDC4: hue angle of 84.88º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCEDC4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 196 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.07 |
| HSL | 84.88º | 0.53% | 0.85% | - |
| HSV(B) | 84.88º | 0.17% | 0.93% | - |
| XYZ | 69.76 | 79.77 | 63.94 | - |
| YUV | 227.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 196 | 0.07 | 0 | 0.17 | 0.07 | 84.88 | 0.53 | 0.85 |
| Hex | DC | ED | C4 | 7 | 0 | 11 | 7 | 55 | 35 | 55 |
| Octal | 334 | 355 | 304 | 7 | 0 | 21 | 7 | 125 | 65 | 125 |
| Binary | 11011100 | 11101101 | 11000100 | 111 | 0 | 10001 | 111 | 1010101 | 110101 | 1010101 |
Color Harmonies of #DCEDC4
Complementary color
Monochromatic Colors of #DCEDC4
Black with #DCEDC4
Text Example
Text Example
White with #DCEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDC4; }
p { color: rgb(220,237,196); }
H1.HeaderClassName
{
color: #DCEDC4;
}
.AnyTagClassName
{
color: #DCEDC4;
}
</style>
background-color css
<style>
a { background-color: #DCEDC4; }
a { background-color: rgb(220,237,196); }
div.DivClassName
{
background-color: #DCEDC4;
}
.BgClassName
{
background-color: #DCEDC4;
}
</style>
border-color css
<style>
span { border-color: #DCEDC4; }
span { border-color: rgb(220,237,196); }
td.TdClassName
{
border-color: #DCEDC4;
}
.TagClassName
{
border-color: #DCEDC4;
}
</style>