Shades of Willow Brook #DDECBB
Tints of Willow Brook #DDECBB
RGB
CMYK
RGB Variations
Color information
#DDECBB (or 0xDDECBB) is known color: Willow Brook. HEX triplet: DD, EC and BB. RGB value is (221,236,187). Sum of RGB (Red+Green+Blue) = 221+236+187=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECBB is #221344. Grayscale: #E2E2E2. Windows color (decimal): -2233157 or 12315869. OLE color: 12315869.
HSL color Cylindrical-coordinate representation of color #DDECBB: hue angle of 78.37º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDECBB is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 187 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.07 |
| HSL | 78.37º | 0.56% | 0.83% | - |
| HSV(B) | 78.37º | 0.21% | 0.93% | - |
| XYZ | 68.78 | 78.95 | 58.63 | - |
| YUV | 225.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 187 | 0.06 | 0 | 0.21 | 0.07 | 78.37 | 0.56 | 0.83 |
| Hex | DD | EC | BB | 6 | 0 | 15 | 7 | 4E | 38 | 53 |
| Octal | 335 | 354 | 273 | 6 | 0 | 25 | 7 | 116 | 70 | 123 |
| Binary | 11011101 | 11101100 | 10111011 | 110 | 0 | 10101 | 111 | 1001110 | 111000 | 1010011 |
Color Harmonies of #DDECBB
Complementary color
Monochromatic Colors of #DDECBB
Black with #DDECBB
Text Example
Text Example
White with #DDECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECBB; }
p { color: rgb(221,236,187); }
H1.HeaderClassName
{
color: #DDECBB;
}
.AnyTagClassName
{
color: #DDECBB;
}
</style>
background-color css
<style>
a { background-color: #DDECBB; }
a { background-color: rgb(221,236,187); }
div.DivClassName
{
background-color: #DDECBB;
}
.BgClassName
{
background-color: #DDECBB;
}
</style>
border-color css
<style>
span { border-color: #DDECBB; }
span { border-color: rgb(221,236,187); }
td.TdClassName
{
border-color: #DDECBB;
}
.TagClassName
{
border-color: #DDECBB;
}
</style>