Shades of Willow Brook #DEEDBD
Tints of Willow Brook #DEEDBD
RGB
CMYK
RGB Variations
Color information
#DEEDBD (or 0xDEEDBD) is known color: Willow Brook. HEX triplet: DE, ED and BD. RGB value is (222,237,189). Sum of RGB (Red+Green+Blue) = 222+237+189=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDBD is #211242. Grayscale: #E3E3E3. Windows color (decimal): -2167363 or 12447198. OLE color: 12447198.
HSL color Cylindrical-coordinate representation of color #DEEDBD: hue angle of 78.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEEDBD is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 189 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.07 |
| HSL | 78.75º | 0.57% | 0.84% | - |
| HSV(B) | 78.75º | 0.2% | 0.93% | - |
| XYZ | 69.59 | 79.77 | 59.87 | - |
| YUV | 227.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 189 | 0.06 | 0 | 0.20 | 0.07 | 78.75 | 0.57 | 0.84 |
| Hex | DE | ED | BD | 6 | 0 | 14 | 7 | 4F | 39 | 54 |
| Octal | 336 | 355 | 275 | 6 | 0 | 24 | 7 | 117 | 71 | 124 |
| Binary | 11011110 | 11101101 | 10111101 | 110 | 0 | 10100 | 111 | 1001111 | 111001 | 1010100 |
Color Harmonies of #DEEDBD
Complementary color
Monochromatic Colors of #DEEDBD
Black with #DEEDBD
Text Example
Text Example
White with #DEEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDBD; }
p { color: rgb(222,237,189); }
H1.HeaderClassName
{
color: #DEEDBD;
}
.AnyTagClassName
{
color: #DEEDBD;
}
</style>
background-color css
<style>
a { background-color: #DEEDBD; }
a { background-color: rgb(222,237,189); }
div.DivClassName
{
background-color: #DEEDBD;
}
.BgClassName
{
background-color: #DEEDBD;
}
</style>
border-color css
<style>
span { border-color: #DEEDBD; }
span { border-color: rgb(222,237,189); }
td.TdClassName
{
border-color: #DEEDBD;
}
.TagClassName
{
border-color: #DEEDBD;
}
</style>