Shades of Willow Brook #DDE9BF
Tints of Willow Brook #DDE9BF
RGB
CMYK
RGB Variations
Color information
#DDE9BF (or 0xDDE9BF) is known color: Willow Brook. HEX triplet: DD, E9 and BF. RGB value is (221,233,191). Sum of RGB (Red+Green+Blue) = 221+233+191=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9BF is #221640. Grayscale: #E0E0E0. Windows color (decimal): -2233921 or 12577245. OLE color: 12577245.
HSL color Cylindrical-coordinate representation of color #DDE9BF: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDE9BF is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 191 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.09 |
| HSL | 77.14º | 0.49% | 0.83% | - |
| HSV(B) | 77.14º | 0.18% | 0.91% | - |
| XYZ | 68.36 | 77.41 | 60.63 | - |
| YUV | 224.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 191 | 0.05 | 0 | 0.18 | 0.09 | 77.14 | 0.49 | 0.83 |
| Hex | DD | E9 | BF | 5 | 0 | 12 | 9 | 4D | 31 | 53 |
| Octal | 335 | 351 | 277 | 5 | 0 | 22 | 11 | 115 | 61 | 123 |
| Binary | 11011101 | 11101001 | 10111111 | 101 | 0 | 10010 | 1001 | 1001101 | 110001 | 1010011 |
Color Harmonies of #DDE9BF
Complementary color
Monochromatic Colors of #DDE9BF
Black with #DDE9BF
Text Example
Text Example
White with #DDE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9BF; }
p { color: rgb(221,233,191); }
H1.HeaderClassName
{
color: #DDE9BF;
}
.AnyTagClassName
{
color: #DDE9BF;
}
</style>
background-color css
<style>
a { background-color: #DDE9BF; }
a { background-color: rgb(221,233,191); }
div.DivClassName
{
background-color: #DDE9BF;
}
.BgClassName
{
background-color: #DDE9BF;
}
</style>
border-color css
<style>
span { border-color: #DDE9BF; }
span { border-color: rgb(221,233,191); }
td.TdClassName
{
border-color: #DDE9BF;
}
.TagClassName
{
border-color: #DDE9BF;
}
</style>