Shades of Willow Brook #DDE6CC
Tints of Willow Brook #DDE6CC
RGB
CMYK
RGB Variations
Color information
#DDE6CC (or 0xDDE6CC) is known color: Willow Brook. HEX triplet: DD, E6 and CC. RGB value is (221,230,204). Sum of RGB (Red+Green+Blue) = 221+230+204=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6CC is #221933. Grayscale: #E0E0E0. Windows color (decimal): -2234676 or 13428445. OLE color: 13428445.
HSL color Cylindrical-coordinate representation of color #DDE6CC: hue angle of 80.77º degrees, saturation: 0.34, 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 #DDE6CC is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 204 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.10 |
| HSL | 80.77º | 0.34% | 0.85% | - |
| HSV(B) | 80.77º | 0.11% | 0.9% | - |
| XYZ | 69.01 | 76.33 | 68.22 | - |
| YUV | 224.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 204 | 0.04 | 0 | 0.11 | 0.10 | 80.77 | 0.34 | 0.85 |
| Hex | DD | E6 | CC | 4 | 0 | B | A | 51 | 22 | 55 |
| Octal | 335 | 346 | 314 | 4 | 0 | 13 | 12 | 121 | 42 | 125 |
| Binary | 11011101 | 11100110 | 11001100 | 100 | 0 | 1011 | 1010 | 1010001 | 100010 | 1010101 |
Color Harmonies of #DDE6CC
Complementary color
Monochromatic Colors of #DDE6CC
Black with #DDE6CC
Text Example
Text Example
White with #DDE6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6CC; }
p { color: rgb(221,230,204); }
H1.HeaderClassName
{
color: #DDE6CC;
}
.AnyTagClassName
{
color: #DDE6CC;
}
</style>
background-color css
<style>
a { background-color: #DDE6CC; }
a { background-color: rgb(221,230,204); }
div.DivClassName
{
background-color: #DDE6CC;
}
.BgClassName
{
background-color: #DDE6CC;
}
</style>
border-color css
<style>
span { border-color: #DDE6CC; }
span { border-color: rgb(221,230,204); }
td.TdClassName
{
border-color: #DDE6CC;
}
.TagClassName
{
border-color: #DDE6CC;
}
</style>