Shades of Willow Brook #DDEAC9
Tints of Willow Brook #DDEAC9
RGB
CMYK
RGB Variations
Color information
#DDEAC9 (or 0xDDEAC9) is known color: Willow Brook. HEX triplet: DD, EA and C9. RGB value is (221,234,201). Sum of RGB (Red+Green+Blue) = 221+234+201=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC9 is #221536. Grayscale: #E2E2E2. Windows color (decimal): -2233655 or 13232861. OLE color: 13232861.
HSL color Cylindrical-coordinate representation of color #DDEAC9: hue angle of 83.64º degrees, saturation: 0.44, 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 #DDEAC9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 201 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.08 |
| HSL | 83.64º | 0.44% | 0.85% | - |
| HSV(B) | 83.64º | 0.14% | 0.92% | - |
| XYZ | 69.78 | 78.43 | 66.72 | - |
| YUV | 226.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 201 | 0.06 | 0 | 0.14 | 0.08 | 83.64 | 0.44 | 0.85 |
| Hex | DD | EA | C9 | 6 | 0 | E | 8 | 54 | 2C | 55 |
| Octal | 335 | 352 | 311 | 6 | 0 | 16 | 10 | 124 | 54 | 125 |
| Binary | 11011101 | 11101010 | 11001001 | 110 | 0 | 1110 | 1000 | 1010100 | 101100 | 1010101 |
Color Harmonies of #DDEAC9
Complementary color
Monochromatic Colors of #DDEAC9
Black with #DDEAC9
Text Example
Text Example
White with #DDEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAC9; }
p { color: rgb(221,234,201); }
H1.HeaderClassName
{
color: #DDEAC9;
}
.AnyTagClassName
{
color: #DDEAC9;
}
</style>
background-color css
<style>
a { background-color: #DDEAC9; }
a { background-color: rgb(221,234,201); }
div.DivClassName
{
background-color: #DDEAC9;
}
.BgClassName
{
background-color: #DDEAC9;
}
</style>
border-color css
<style>
span { border-color: #DDEAC9; }
span { border-color: rgb(221,234,201); }
td.TdClassName
{
border-color: #DDEAC9;
}
.TagClassName
{
border-color: #DDEAC9;
}
</style>