Shades of Willow Brook #DDE3CF
Tints of Willow Brook #DDE3CF
RGB
CMYK
RGB Variations
Color information
#DDE3CF (or 0xDDE3CF) is known color: Willow Brook. HEX triplet: DD, E3 and CF. RGB value is (221,227,207). Sum of RGB (Red+Green+Blue) = 221+227+207=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3CF is #221C30. Grayscale: #DFDFDF. Windows color (decimal): -2235441 or 13624285. OLE color: 13624285.
HSL color Cylindrical-coordinate representation of color #DDE3CF: hue angle of 78º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE3CF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 207 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.11 |
| HSL | 78º | 0.26% | 0.85% | - |
| HSV(B) | 78º | 0.09% | 0.89% | - |
| XYZ | 68.55 | 74.82 | 69.86 | - |
| YUV | 222.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 207 | 0.03 | 0 | 0.09 | 0.11 | 78 | 0.26 | 0.85 |
| Hex | DD | E3 | CF | 3 | 0 | 9 | B | 4E | 1A | 55 |
| Octal | 335 | 343 | 317 | 3 | 0 | 11 | 13 | 116 | 32 | 125 |
| Binary | 11011101 | 11100011 | 11001111 | 11 | 0 | 1001 | 1011 | 1001110 | 11010 | 1010101 |
Color Harmonies of #DDE3CF
Complementary color
Monochromatic Colors of #DDE3CF
Black with #DDE3CF
Text Example
Text Example
White with #DDE3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3CF; }
p { color: rgb(221,227,207); }
H1.HeaderClassName
{
color: #DDE3CF;
}
.AnyTagClassName
{
color: #DDE3CF;
}
</style>
background-color css
<style>
a { background-color: #DDE3CF; }
a { background-color: rgb(221,227,207); }
div.DivClassName
{
background-color: #DDE3CF;
}
.BgClassName
{
background-color: #DDE3CF;
}
</style>
border-color css
<style>
span { border-color: #DDE3CF; }
span { border-color: rgb(221,227,207); }
td.TdClassName
{
border-color: #DDE3CF;
}
.TagClassName
{
border-color: #DDE3CF;
}
</style>