Shades of Willow Brook #DDE7CA
Tints of Willow Brook #DDE7CA
RGB
CMYK
RGB Variations
Color information
#DDE7CA (or 0xDDE7CA) is known color: Willow Brook. HEX triplet: DD, E7 and CA. RGB value is (221,231,202). Sum of RGB (Red+Green+Blue) = 221+231+202=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7CA is #221835. Grayscale: #E0E0E0. Windows color (decimal): -2234422 or 13297629. OLE color: 13297629.
HSL color Cylindrical-coordinate representation of color #DDE7CA: hue angle of 80.69º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDE7CA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 202 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.09 |
| HSL | 80.69º | 0.38% | 0.85% | - |
| HSV(B) | 80.69º | 0.13% | 0.91% | - |
| XYZ | 69.06 | 76.79 | 67.06 | - |
| YUV | 224.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 202 | 0.04 | 0 | 0.13 | 0.09 | 80.69 | 0.38 | 0.85 |
| Hex | DD | E7 | CA | 4 | 0 | D | 9 | 51 | 26 | 55 |
| Octal | 335 | 347 | 312 | 4 | 0 | 15 | 11 | 121 | 46 | 125 |
| Binary | 11011101 | 11100111 | 11001010 | 100 | 0 | 1101 | 1001 | 1010001 | 100110 | 1010101 |
Color Harmonies of #DDE7CA
Complementary color
Monochromatic Colors of #DDE7CA
Black with #DDE7CA
Text Example
Text Example
White with #DDE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7CA; }
p { color: rgb(221,231,202); }
H1.HeaderClassName
{
color: #DDE7CA;
}
.AnyTagClassName
{
color: #DDE7CA;
}
</style>
background-color css
<style>
a { background-color: #DDE7CA; }
a { background-color: rgb(221,231,202); }
div.DivClassName
{
background-color: #DDE7CA;
}
.BgClassName
{
background-color: #DDE7CA;
}
</style>
border-color css
<style>
span { border-color: #DDE7CA; }
span { border-color: rgb(221,231,202); }
td.TdClassName
{
border-color: #DDE7CA;
}
.TagClassName
{
border-color: #DDE7CA;
}
</style>