Shades of Willow Brook #DDEAC6
Tints of Willow Brook #DDEAC6
RGB
CMYK
RGB Variations
Color information
#DDEAC6 (or 0xDDEAC6) is known color: Willow Brook. HEX triplet: DD, EA and C6. RGB value is (221,234,198). Sum of RGB (Red+Green+Blue) = 221+234+198=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC6 is #221539. Grayscale: #E2E2E2. Windows color (decimal): -2233658 or 13036253. OLE color: 13036253.
HSL color Cylindrical-coordinate representation of color #DDEAC6: hue angle of 81.67º degrees, saturation: 0.46, 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 #DDEAC6 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 198 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.08 |
| HSL | 81.67º | 0.46% | 0.85% | - |
| HSV(B) | 81.67º | 0.15% | 0.92% | - |
| XYZ | 69.43 | 78.3 | 64.88 | - |
| YUV | 226.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 198 | 0.06 | 0 | 0.15 | 0.08 | 81.67 | 0.46 | 0.85 |
| Hex | DD | EA | C6 | 6 | 0 | F | 8 | 52 | 2E | 55 |
| Octal | 335 | 352 | 306 | 6 | 0 | 17 | 10 | 122 | 56 | 125 |
| Binary | 11011101 | 11101010 | 11000110 | 110 | 0 | 1111 | 1000 | 1010010 | 101110 | 1010101 |
Color Harmonies of #DDEAC6
Complementary color
Monochromatic Colors of #DDEAC6
Black with #DDEAC6
Text Example
Text Example
White with #DDEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAC6; }
p { color: rgb(221,234,198); }
H1.HeaderClassName
{
color: #DDEAC6;
}
.AnyTagClassName
{
color: #DDEAC6;
}
</style>
background-color css
<style>
a { background-color: #DDEAC6; }
a { background-color: rgb(221,234,198); }
div.DivClassName
{
background-color: #DDEAC6;
}
.BgClassName
{
background-color: #DDEAC6;
}
</style>
border-color css
<style>
span { border-color: #DDEAC6; }
span { border-color: rgb(221,234,198); }
td.TdClassName
{
border-color: #DDEAC6;
}
.TagClassName
{
border-color: #DDEAC6;
}
</style>