Shades of Willow Brook #DDEAC5
Tints of Willow Brook #DDEAC5
RGB
CMYK
RGB Variations
Color information
#DDEAC5 (or 0xDDEAC5) is known color: Willow Brook. HEX triplet: DD, EA and C5. RGB value is (221,234,197). Sum of RGB (Red+Green+Blue) = 221+234+197=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC5 is #22153A. Grayscale: #E2E2E2. Windows color (decimal): -2233659 or 12970717. OLE color: 12970717.
HSL color Cylindrical-coordinate representation of color #DDEAC5: hue angle of 81.08º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDEAC5 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 197 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.08 |
| HSL | 81.08º | 0.47% | 0.85% | - |
| HSV(B) | 81.08º | 0.16% | 0.92% | - |
| XYZ | 69.32 | 78.25 | 64.27 | - |
| YUV | 225.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 197 | 0.06 | 0 | 0.16 | 0.08 | 81.08 | 0.47 | 0.85 |
| Hex | DD | EA | C5 | 6 | 0 | 10 | 8 | 51 | 2F | 55 |
| Octal | 335 | 352 | 305 | 6 | 0 | 20 | 10 | 121 | 57 | 125 |
| Binary | 11011101 | 11101010 | 11000101 | 110 | 0 | 10000 | 1000 | 1010001 | 101111 | 1010101 |
Color Harmonies of #DDEAC5
Complementary color
Monochromatic Colors of #DDEAC5
Black with #DDEAC5
Text Example
Text Example
White with #DDEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAC5; }
p { color: rgb(221,234,197); }
H1.HeaderClassName
{
color: #DDEAC5;
}
.AnyTagClassName
{
color: #DDEAC5;
}
</style>
background-color css
<style>
a { background-color: #DDEAC5; }
a { background-color: rgb(221,234,197); }
div.DivClassName
{
background-color: #DDEAC5;
}
.BgClassName
{
background-color: #DDEAC5;
}
</style>
border-color css
<style>
span { border-color: #DDEAC5; }
span { border-color: rgb(221,234,197); }
td.TdClassName
{
border-color: #DDEAC5;
}
.TagClassName
{
border-color: #DDEAC5;
}
</style>