Shades of Willow Brook #DDE3CB
Tints of Willow Brook #DDE3CB
RGB
CMYK
RGB Variations
Color information
#DDE3CB (or 0xDDE3CB) is known color: Willow Brook. HEX triplet: DD, E3 and CB. RGB value is (221,227,203). Sum of RGB (Red+Green+Blue) = 221+227+203=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3CB is #221C34. Grayscale: #DEDEDE. Windows color (decimal): -2235445 or 13362141. OLE color: 13362141.
HSL color Cylindrical-coordinate representation of color #DDE3CB: hue angle of 75º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE3CB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 203 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.11 |
| HSL | 75º | 0.3% | 0.84% | - |
| HSV(B) | 75º | 0.11% | 0.89% | - |
| XYZ | 68.07 | 74.62 | 67.32 | - |
| YUV | 222.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 203 | 0.03 | 0 | 0.11 | 0.11 | 75 | 0.3 | 0.84 |
| Hex | DD | E3 | CB | 3 | 0 | B | B | 4B | 1E | 54 |
| Octal | 335 | 343 | 313 | 3 | 0 | 13 | 13 | 113 | 36 | 124 |
| Binary | 11011101 | 11100011 | 11001011 | 11 | 0 | 1011 | 1011 | 1001011 | 11110 | 1010100 |
Color Harmonies of #DDE3CB
Complementary color
Monochromatic Colors of #DDE3CB
Black with #DDE3CB
Text Example
Text Example
White with #DDE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3CB; }
p { color: rgb(221,227,203); }
H1.HeaderClassName
{
color: #DDE3CB;
}
.AnyTagClassName
{
color: #DDE3CB;
}
</style>
background-color css
<style>
a { background-color: #DDE3CB; }
a { background-color: rgb(221,227,203); }
div.DivClassName
{
background-color: #DDE3CB;
}
.BgClassName
{
background-color: #DDE3CB;
}
</style>
border-color css
<style>
span { border-color: #DDE3CB; }
span { border-color: rgb(221,227,203); }
td.TdClassName
{
border-color: #DDE3CB;
}
.TagClassName
{
border-color: #DDE3CB;
}
</style>