Shades of Willow Brook #DDECC8
Tints of Willow Brook #DDECC8
RGB
CMYK
RGB Variations
Color information
#DDECC8 (or 0xDDECC8) is known color: Willow Brook. HEX triplet: DD, EC and C8. RGB value is (221,236,200). Sum of RGB (Red+Green+Blue) = 221+236+200=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECC8 is #221337. Grayscale: #E3E3E3. Windows color (decimal): -2233144 or 13167837. OLE color: 13167837.
HSL color Cylindrical-coordinate representation of color #DDECC8: hue angle of 85º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDECC8 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 200 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.07 |
| HSL | 85º | 0.49% | 0.85% | - |
| HSV(B) | 85º | 0.15% | 0.93% | - |
| XYZ | 70.24 | 79.53 | 66.29 | - |
| YUV | 227.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 200 | 0.06 | 0 | 0.15 | 0.07 | 85 | 0.49 | 0.85 |
| Hex | DD | EC | C8 | 6 | 0 | F | 7 | 55 | 31 | 55 |
| Octal | 335 | 354 | 310 | 6 | 0 | 17 | 7 | 125 | 61 | 125 |
| Binary | 11011101 | 11101100 | 11001000 | 110 | 0 | 1111 | 111 | 1010101 | 110001 | 1010101 |
Color Harmonies of #DDECC8
Complementary color
Monochromatic Colors of #DDECC8
Black with #DDECC8
Text Example
Text Example
White with #DDECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECC8; }
p { color: rgb(221,236,200); }
H1.HeaderClassName
{
color: #DDECC8;
}
.AnyTagClassName
{
color: #DDECC8;
}
</style>
background-color css
<style>
a { background-color: #DDECC8; }
a { background-color: rgb(221,236,200); }
div.DivClassName
{
background-color: #DDECC8;
}
.BgClassName
{
background-color: #DDECC8;
}
</style>
border-color css
<style>
span { border-color: #DDECC8; }
span { border-color: rgb(221,236,200); }
td.TdClassName
{
border-color: #DDECC8;
}
.TagClassName
{
border-color: #DDECC8;
}
</style>