Shades of Willow Brook #DDECBE
Tints of Willow Brook #DDECBE
RGB
CMYK
RGB Variations
Color information
#DDECBE (or 0xDDECBE) is known color: Willow Brook. HEX triplet: DD, EC and BE. RGB value is (221,236,190). Sum of RGB (Red+Green+Blue) = 221+236+190=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECBE is #221341. Grayscale: #E2E2E2. Windows color (decimal): -2233154 or 12512477. OLE color: 12512477.
HSL color Cylindrical-coordinate representation of color #DDECBE: hue angle of 79.57º degrees, saturation: 0.55, 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 #DDECBE is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 190 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.07 |
| HSL | 79.57º | 0.55% | 0.84% | - |
| HSV(B) | 79.57º | 0.19% | 0.93% | - |
| XYZ | 69.11 | 79.08 | 60.34 | - |
| YUV | 226.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 190 | 0.06 | 0 | 0.19 | 0.07 | 79.57 | 0.55 | 0.84 |
| Hex | DD | EC | BE | 6 | 0 | 13 | 7 | 50 | 37 | 54 |
| Octal | 335 | 354 | 276 | 6 | 0 | 23 | 7 | 120 | 67 | 124 |
| Binary | 11011101 | 11101100 | 10111110 | 110 | 0 | 10011 | 111 | 1010000 | 110111 | 1010100 |
Color Harmonies of #DDECBE
Complementary color
Monochromatic Colors of #DDECBE
Black with #DDECBE
Text Example
Text Example
White with #DDECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECBE; }
p { color: rgb(221,236,190); }
H1.HeaderClassName
{
color: #DDECBE;
}
.AnyTagClassName
{
color: #DDECBE;
}
</style>
background-color css
<style>
a { background-color: #DDECBE; }
a { background-color: rgb(221,236,190); }
div.DivClassName
{
background-color: #DDECBE;
}
.BgClassName
{
background-color: #DDECBE;
}
</style>
border-color css
<style>
span { border-color: #DDECBE; }
span { border-color: rgb(221,236,190); }
td.TdClassName
{
border-color: #DDECBE;
}
.TagClassName
{
border-color: #DDECBE;
}
</style>