Shades of Willow Brook #DDE5CB
Tints of Willow Brook #DDE5CB
RGB
CMYK
RGB Variations
Color information
#DDE5CB (or 0xDDE5CB) is known color: Willow Brook. HEX triplet: DD, E5 and CB. RGB value is (221,229,203). Sum of RGB (Red+Green+Blue) = 221+229+203=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5CB is #221A34. Grayscale: #DFDFDF. Windows color (decimal): -2234933 or 13362653. OLE color: 13362653.
HSL color Cylindrical-coordinate representation of color #DDE5CB: hue angle of 78.46º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE5CB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 203 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.10 |
| HSL | 78.46º | 0.33% | 0.85% | - |
| HSV(B) | 78.46º | 0.11% | 0.9% | - |
| XYZ | 68.62 | 75.72 | 67.5 | - |
| YUV | 223.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 203 | 0.03 | 0 | 0.11 | 0.10 | 78.46 | 0.33 | 0.85 |
| Hex | DD | E5 | CB | 3 | 0 | B | A | 4E | 21 | 55 |
| Octal | 335 | 345 | 313 | 3 | 0 | 13 | 12 | 116 | 41 | 125 |
| Binary | 11011101 | 11100101 | 11001011 | 11 | 0 | 1011 | 1010 | 1001110 | 100001 | 1010101 |
Color Harmonies of #DDE5CB
Complementary color
Monochromatic Colors of #DDE5CB
Black with #DDE5CB
Text Example
Text Example
White with #DDE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5CB; }
p { color: rgb(221,229,203); }
H1.HeaderClassName
{
color: #DDE5CB;
}
.AnyTagClassName
{
color: #DDE5CB;
}
</style>
background-color css
<style>
a { background-color: #DDE5CB; }
a { background-color: rgb(221,229,203); }
div.DivClassName
{
background-color: #DDE5CB;
}
.BgClassName
{
background-color: #DDE5CB;
}
</style>
border-color css
<style>
span { border-color: #DDE5CB; }
span { border-color: rgb(221,229,203); }
td.TdClassName
{
border-color: #DDE5CB;
}
.TagClassName
{
border-color: #DDE5CB;
}
</style>