Shades of Willow Brook #DDEAC7
Tints of Willow Brook #DDEAC7
RGB
CMYK
RGB Variations
Color information
#DDEAC7 (or 0xDDEAC7) is known color: Willow Brook. HEX triplet: DD, EA and C7. RGB value is (221,234,199). Sum of RGB (Red+Green+Blue) = 221+234+199=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC7 is #221538. Grayscale: #E2E2E2. Windows color (decimal): -2233657 or 13101789. OLE color: 13101789.
HSL color Cylindrical-coordinate representation of color #DDEAC7: hue angle of 82.29º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDEAC7 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 199 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.08 |
| HSL | 82.29º | 0.45% | 0.85% | - |
| HSV(B) | 82.29º | 0.15% | 0.92% | - |
| XYZ | 69.55 | 78.34 | 65.49 | - |
| YUV | 226.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 199 | 0.06 | 0 | 0.15 | 0.08 | 82.29 | 0.45 | 0.85 |
| Hex | DD | EA | C7 | 6 | 0 | F | 8 | 52 | 2D | 55 |
| Octal | 335 | 352 | 307 | 6 | 0 | 17 | 10 | 122 | 55 | 125 |
| Binary | 11011101 | 11101010 | 11000111 | 110 | 0 | 1111 | 1000 | 1010010 | 101101 | 1010101 |
Color Harmonies of #DDEAC7
Complementary color
Monochromatic Colors of #DDEAC7
Black with #DDEAC7
Text Example
Text Example
White with #DDEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAC7; }
p { color: rgb(221,234,199); }
H1.HeaderClassName
{
color: #DDEAC7;
}
.AnyTagClassName
{
color: #DDEAC7;
}
</style>
background-color css
<style>
a { background-color: #DDEAC7; }
a { background-color: rgb(221,234,199); }
div.DivClassName
{
background-color: #DDEAC7;
}
.BgClassName
{
background-color: #DDEAC7;
}
</style>
border-color css
<style>
span { border-color: #DDEAC7; }
span { border-color: rgb(221,234,199); }
td.TdClassName
{
border-color: #DDEAC7;
}
.TagClassName
{
border-color: #DDEAC7;
}
</style>