Shades of Willow Brook #DDEBBD
Tints of Willow Brook #DDEBBD
RGB
CMYK
RGB Variations
Color information
#DDEBBD (or 0xDDEBBD) is known color: Willow Brook. HEX triplet: DD, EB and BD. RGB value is (221,235,189). Sum of RGB (Red+Green+Blue) = 221+235+189=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBBD is #221442. Grayscale: #E1E1E1. Windows color (decimal): -2233411 or 12446685. OLE color: 12446685.
HSL color Cylindrical-coordinate representation of color #DDEBBD: hue angle of 78.26º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDEBBD is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 189 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.08 |
| HSL | 78.26º | 0.53% | 0.83% | - |
| HSV(B) | 78.26º | 0.2% | 0.92% | - |
| XYZ | 68.71 | 78.46 | 59.67 | - |
| YUV | 225.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 189 | 0.06 | 0 | 0.20 | 0.08 | 78.26 | 0.53 | 0.83 |
| Hex | DD | EB | BD | 6 | 0 | 14 | 8 | 4E | 35 | 53 |
| Octal | 335 | 353 | 275 | 6 | 0 | 24 | 10 | 116 | 65 | 123 |
| Binary | 11011101 | 11101011 | 10111101 | 110 | 0 | 10100 | 1000 | 1001110 | 110101 | 1010011 |
Color Harmonies of #DDEBBD
Complementary color
Monochromatic Colors of #DDEBBD
Black with #DDEBBD
Text Example
Text Example
White with #DDEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBBD; }
p { color: rgb(221,235,189); }
H1.HeaderClassName
{
color: #DDEBBD;
}
.AnyTagClassName
{
color: #DDEBBD;
}
</style>
background-color css
<style>
a { background-color: #DDEBBD; }
a { background-color: rgb(221,235,189); }
div.DivClassName
{
background-color: #DDEBBD;
}
.BgClassName
{
background-color: #DDEBBD;
}
</style>
border-color css
<style>
span { border-color: #DDEBBD; }
span { border-color: rgb(221,235,189); }
td.TdClassName
{
border-color: #DDEBBD;
}
.TagClassName
{
border-color: #DDEBBD;
}
</style>