Shades of Willow Brook #DDEBC3
Tints of Willow Brook #DDEBC3
RGB
CMYK
RGB Variations
Color information
#DDEBC3 (or 0xDDEBC3) is known color: Willow Brook. HEX triplet: DD, EB and C3. RGB value is (221,235,195). Sum of RGB (Red+Green+Blue) = 221+235+195=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBC3 is #22143C. Grayscale: #E2E2E2. Windows color (decimal): -2233405 or 12839901. OLE color: 12839901.
HSL color Cylindrical-coordinate representation of color #DDEBC3: hue angle of 81º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDEBC3 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 195 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.08 |
| HSL | 81º | 0.5% | 0.84% | - |
| HSV(B) | 81º | 0.17% | 0.92% | - |
| XYZ | 69.38 | 78.73 | 63.17 | - |
| YUV | 226.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 195 | 0.06 | 0 | 0.17 | 0.08 | 81 | 0.5 | 0.84 |
| Hex | DD | EB | C3 | 6 | 0 | 11 | 8 | 51 | 32 | 54 |
| Octal | 335 | 353 | 303 | 6 | 0 | 21 | 10 | 121 | 62 | 124 |
| Binary | 11011101 | 11101011 | 11000011 | 110 | 0 | 10001 | 1000 | 1010001 | 110010 | 1010100 |
Color Harmonies of #DDEBC3
Complementary color
Monochromatic Colors of #DDEBC3
Black with #DDEBC3
Text Example
Text Example
White with #DDEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBC3; }
p { color: rgb(221,235,195); }
H1.HeaderClassName
{
color: #DDEBC3;
}
.AnyTagClassName
{
color: #DDEBC3;
}
</style>
background-color css
<style>
a { background-color: #DDEBC3; }
a { background-color: rgb(221,235,195); }
div.DivClassName
{
background-color: #DDEBC3;
}
.BgClassName
{
background-color: #DDEBC3;
}
</style>
border-color css
<style>
span { border-color: #DDEBC3; }
span { border-color: rgb(221,235,195); }
td.TdClassName
{
border-color: #DDEBC3;
}
.TagClassName
{
border-color: #DDEBC3;
}
</style>