Shades of Willow Brook #DDEAC4
Tints of Willow Brook #DDEAC4
RGB
CMYK
RGB Variations
Color information
#DDEAC4 (or 0xDDEAC4) is known color: Willow Brook. HEX triplet: DD, EA and C4. RGB value is (221,234,196). Sum of RGB (Red+Green+Blue) = 221+234+196=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC4 is #22153B. Grayscale: #E1E1E1. Windows color (decimal): -2233660 or 12905181. OLE color: 12905181.
HSL color Cylindrical-coordinate representation of color #DDEAC4: hue angle of 80.53º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDEAC4 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 196 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.08 |
| HSL | 80.53º | 0.48% | 0.84% | - |
| HSV(B) | 80.53º | 0.16% | 0.92% | - |
| XYZ | 69.21 | 78.2 | 63.67 | - |
| YUV | 225.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 196 | 0.06 | 0 | 0.16 | 0.08 | 80.53 | 0.48 | 0.84 |
| Hex | DD | EA | C4 | 6 | 0 | 10 | 8 | 51 | 30 | 54 |
| Octal | 335 | 352 | 304 | 6 | 0 | 20 | 10 | 121 | 60 | 124 |
| Binary | 11011101 | 11101010 | 11000100 | 110 | 0 | 10000 | 1000 | 1010001 | 110000 | 1010100 |
Color Harmonies of #DDEAC4
Complementary color
Monochromatic Colors of #DDEAC4
Black with #DDEAC4
Text Example
Text Example
White with #DDEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAC4; }
p { color: rgb(221,234,196); }
H1.HeaderClassName
{
color: #DDEAC4;
}
.AnyTagClassName
{
color: #DDEAC4;
}
</style>
background-color css
<style>
a { background-color: #DDEAC4; }
a { background-color: rgb(221,234,196); }
div.DivClassName
{
background-color: #DDEAC4;
}
.BgClassName
{
background-color: #DDEAC4;
}
</style>
border-color css
<style>
span { border-color: #DDEAC4; }
span { border-color: rgb(221,234,196); }
td.TdClassName
{
border-color: #DDEAC4;
}
.TagClassName
{
border-color: #DDEAC4;
}
</style>