Shades of Willow Brook #DDEACA
Tints of Willow Brook #DDEACA
RGB
CMYK
RGB Variations
Color information
#DDEACA (or 0xDDEACA) is known color: Willow Brook. HEX triplet: DD, EA and CA. RGB value is (221,234,202). Sum of RGB (Red+Green+Blue) = 221+234+202=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEACA is #221535. Grayscale: #E2E2E2. Windows color (decimal): -2233654 or 13298397. OLE color: 13298397.
HSL color Cylindrical-coordinate representation of color #DDEACA: hue angle of 84.38º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDEACA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 202 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.08 |
| HSL | 84.38º | 0.43% | 0.85% | - |
| HSV(B) | 84.38º | 0.14% | 0.92% | - |
| XYZ | 69.9 | 78.48 | 67.34 | - |
| YUV | 226.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 202 | 0.06 | 0 | 0.14 | 0.08 | 84.38 | 0.43 | 0.85 |
| Hex | DD | EA | CA | 6 | 0 | E | 8 | 54 | 2B | 55 |
| Octal | 335 | 352 | 312 | 6 | 0 | 16 | 10 | 124 | 53 | 125 |
| Binary | 11011101 | 11101010 | 11001010 | 110 | 0 | 1110 | 1000 | 1010100 | 101011 | 1010101 |
Color Harmonies of #DDEACA
Complementary color
Monochromatic Colors of #DDEACA
Black with #DDEACA
Text Example
Text Example
White with #DDEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEACA; }
p { color: rgb(221,234,202); }
H1.HeaderClassName
{
color: #DDEACA;
}
.AnyTagClassName
{
color: #DDEACA;
}
</style>
background-color css
<style>
a { background-color: #DDEACA; }
a { background-color: rgb(221,234,202); }
div.DivClassName
{
background-color: #DDEACA;
}
.BgClassName
{
background-color: #DDEACA;
}
</style>
border-color css
<style>
span { border-color: #DDEACA; }
span { border-color: rgb(221,234,202); }
td.TdClassName
{
border-color: #DDEACA;
}
.TagClassName
{
border-color: #DDEACA;
}
</style>