Shades of Willow Brook #DDEEC0
Tints of Willow Brook #DDEEC0
RGB
CMYK
RGB Variations
Color information
#DDEEC0 (or 0xDDEEC0) is known color: Willow Brook. HEX triplet: DD, EE and C0. RGB value is (221,238,192). Sum of RGB (Red+Green+Blue) = 221+238+192=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEC0 is #22113F. Grayscale: #E3E3E3. Windows color (decimal): -2232640 or 12644061. OLE color: 12644061.
HSL color Cylindrical-coordinate representation of color #DDEEC0: hue angle of 82.17º 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 #DDEEC0 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 192 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.07 |
| HSL | 82.17º | 0.58% | 0.84% | - |
| HSV(B) | 82.17º | 0.19% | 0.93% | - |
| XYZ | 69.91 | 80.33 | 61.69 | - |
| YUV | 227.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 192 | 0.07 | 0 | 0.19 | 0.07 | 82.17 | 0.58 | 0.84 |
| Hex | DD | EE | C0 | 7 | 0 | 13 | 7 | 52 | 3A | 54 |
| Octal | 335 | 356 | 300 | 7 | 0 | 23 | 7 | 122 | 72 | 124 |
| Binary | 11011101 | 11101110 | 11000000 | 111 | 0 | 10011 | 111 | 1010010 | 111010 | 1010100 |
Color Harmonies of #DDEEC0
Complementary color
Monochromatic Colors of #DDEEC0
Black with #DDEEC0
Text Example
Text Example
White with #DDEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEC0; }
p { color: rgb(221,238,192); }
H1.HeaderClassName
{
color: #DDEEC0;
}
.AnyTagClassName
{
color: #DDEEC0;
}
</style>
background-color css
<style>
a { background-color: #DDEEC0; }
a { background-color: rgb(221,238,192); }
div.DivClassName
{
background-color: #DDEEC0;
}
.BgClassName
{
background-color: #DDEEC0;
}
</style>
border-color css
<style>
span { border-color: #DDEEC0; }
span { border-color: rgb(221,238,192); }
td.TdClassName
{
border-color: #DDEEC0;
}
.TagClassName
{
border-color: #DDEEC0;
}
</style>