Shades of Willow Brook #DBEDC1
Tints of Willow Brook #DBEDC1
RGB
CMYK
RGB Variations
Color information
#DBEDC1 (or 0xDBEDC1) is known color: Willow Brook. HEX triplet: DB, ED and C1. RGB value is (219,237,193). Sum of RGB (Red+Green+Blue) = 219+237+193=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDC1 is #24123E. Grayscale: #E2E2E2. Windows color (decimal): -2363967 or 12709339. OLE color: 12709339.
HSL color Cylindrical-coordinate representation of color #DBEDC1: hue angle of 84.55º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBEDC1 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 193 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.07 |
| HSL | 84.55º | 0.55% | 0.84% | - |
| HSV(B) | 84.55º | 0.19% | 0.93% | - |
| XYZ | 69.12 | 79.48 | 62.15 | - |
| YUV | 226.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 193 | 0.08 | 0 | 0.19 | 0.07 | 84.55 | 0.55 | 0.84 |
| Hex | DB | ED | C1 | 8 | 0 | 13 | 7 | 55 | 37 | 54 |
| Octal | 333 | 355 | 301 | 10 | 0 | 23 | 7 | 125 | 67 | 124 |
| Binary | 11011011 | 11101101 | 11000001 | 1000 | 0 | 10011 | 111 | 1010101 | 110111 | 1010100 |
Color Harmonies of #DBEDC1
Complementary color
Monochromatic Colors of #DBEDC1
Black with #DBEDC1
Text Example
Text Example
White with #DBEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDC1; }
p { color: rgb(219,237,193); }
H1.HeaderClassName
{
color: #DBEDC1;
}
.AnyTagClassName
{
color: #DBEDC1;
}
</style>
background-color css
<style>
a { background-color: #DBEDC1; }
a { background-color: rgb(219,237,193); }
div.DivClassName
{
background-color: #DBEDC1;
}
.BgClassName
{
background-color: #DBEDC1;
}
</style>
border-color css
<style>
span { border-color: #DBEDC1; }
span { border-color: rgb(219,237,193); }
td.TdClassName
{
border-color: #DBEDC1;
}
.TagClassName
{
border-color: #DBEDC1;
}
</style>