Shades of Willow Brook #DDECBC
Tints of Willow Brook #DDECBC
RGB
CMYK
RGB Variations
Color information
#DDECBC (or 0xDDECBC) is known color: Willow Brook. HEX triplet: DD, EC and BC. RGB value is (221,236,188). Sum of RGB (Red+Green+Blue) = 221+236+188=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECBC is #221343. Grayscale: #E2E2E2. Windows color (decimal): -2233156 or 12381405. OLE color: 12381405.
HSL color Cylindrical-coordinate representation of color #DDECBC: hue angle of 78.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDECBC is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 188 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.07 |
| HSL | 78.75º | 0.56% | 0.83% | - |
| HSV(B) | 78.75º | 0.2% | 0.93% | - |
| XYZ | 68.89 | 78.99 | 59.19 | - |
| YUV | 226.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 188 | 0.06 | 0 | 0.20 | 0.07 | 78.75 | 0.56 | 0.83 |
| Hex | DD | EC | BC | 6 | 0 | 14 | 7 | 4F | 38 | 53 |
| Octal | 335 | 354 | 274 | 6 | 0 | 24 | 7 | 117 | 70 | 123 |
| Binary | 11011101 | 11101100 | 10111100 | 110 | 0 | 10100 | 111 | 1001111 | 111000 | 1010011 |
Color Harmonies of #DDECBC
Complementary color
Monochromatic Colors of #DDECBC
Black with #DDECBC
Text Example
Text Example
White with #DDECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECBC; }
p { color: rgb(221,236,188); }
H1.HeaderClassName
{
color: #DDECBC;
}
.AnyTagClassName
{
color: #DDECBC;
}
</style>
background-color css
<style>
a { background-color: #DDECBC; }
a { background-color: rgb(221,236,188); }
div.DivClassName
{
background-color: #DDECBC;
}
.BgClassName
{
background-color: #DDECBC;
}
</style>
border-color css
<style>
span { border-color: #DDECBC; }
span { border-color: rgb(221,236,188); }
td.TdClassName
{
border-color: #DDECBC;
}
.TagClassName
{
border-color: #DDECBC;
}
</style>