Shades of Willow Brook #DDEBC6
Tints of Willow Brook #DDEBC6
RGB
CMYK
RGB Variations
Color information
#DDEBC6 (or 0xDDEBC6) is known color: Willow Brook. HEX triplet: DD, EB and C6. RGB value is (221,235,198). Sum of RGB (Red+Green+Blue) = 221+235+198=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBC6 is #221439. Grayscale: #E2E2E2. Windows color (decimal): -2233402 or 13036509. OLE color: 13036509.
HSL color Cylindrical-coordinate representation of color #DDEBC6: hue angle of 82.7º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDEBC6 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 198 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.08 |
| HSL | 82.7º | 0.48% | 0.85% | - |
| HSV(B) | 82.7º | 0.16% | 0.92% | - |
| XYZ | 69.72 | 78.87 | 64.97 | - |
| YUV | 226.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 198 | 0.06 | 0 | 0.16 | 0.08 | 82.7 | 0.48 | 0.85 |
| Hex | DD | EB | C6 | 6 | 0 | 10 | 8 | 53 | 30 | 55 |
| Octal | 335 | 353 | 306 | 6 | 0 | 20 | 10 | 123 | 60 | 125 |
| Binary | 11011101 | 11101011 | 11000110 | 110 | 0 | 10000 | 1000 | 1010011 | 110000 | 1010101 |
Color Harmonies of #DDEBC6
Complementary color
Monochromatic Colors of #DDEBC6
Black with #DDEBC6
Text Example
Text Example
White with #DDEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBC6; }
p { color: rgb(221,235,198); }
H1.HeaderClassName
{
color: #DDEBC6;
}
.AnyTagClassName
{
color: #DDEBC6;
}
</style>
background-color css
<style>
a { background-color: #DDEBC6; }
a { background-color: rgb(221,235,198); }
div.DivClassName
{
background-color: #DDEBC6;
}
.BgClassName
{
background-color: #DDEBC6;
}
</style>
border-color css
<style>
span { border-color: #DDEBC6; }
span { border-color: rgb(221,235,198); }
td.TdClassName
{
border-color: #DDEBC6;
}
.TagClassName
{
border-color: #DDEBC6;
}
</style>