Shades of Willow Brook #DBEDB9
Tints of Willow Brook #DBEDB9
RGB
CMYK
RGB Variations
Color information
#DBEDB9 (or 0xDBEDB9) is known color: Willow Brook. HEX triplet: DB, ED and B9. RGB value is (219,237,185). Sum of RGB (Red+Green+Blue) = 219+237+185=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDB9 is #241246. Grayscale: #E1E1E1. Windows color (decimal): -2363975 or 12185051. OLE color: 12185051.
HSL color Cylindrical-coordinate representation of color #DBEDB9: hue angle of 80.77º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBEDB9 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 185 | - |
CMYK | 0.08 | 0 | 0.22 | 0.07 |
HSL | 80.77º | 0.59% | 0.83% | - |
HSV(B) | 80.77º | 0.22% | 0.93% | - |
XYZ | 68.25 | 79.13 | 57.58 | - |
YUV | 225.69 | 105.04 | 123.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 185 | 0.08 | 0 | 0.22 | 0.07 | 80.77 | 0.59 | 0.83 |
Hex | DB | ED | B9 | 8 | 0 | 16 | 7 | 51 | 3B | 53 |
Octal | 333 | 355 | 271 | 10 | 0 | 26 | 7 | 121 | 73 | 123 |
Binary | 11011011 | 11101101 | 10111001 | 1000 | 0 | 10110 | 111 | 1010001 | 111011 | 1010011 |
Color Harmonies of #DBEDB9
Complementary color
Monochromatic Colors of #DBEDB9
Black with #DBEDB9
Text Example
Text Example
White with #DBEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDB9; }
p { color: rgb(219,237,185); }
H1.HeaderClassName
{
color: #DBEDB9;
}
.AnyTagClassName
{
color: #DBEDB9;
}
</style>
background-color css
<style>
a { background-color: #DBEDB9; }
a { background-color: rgb(219,237,185); }
div.DivClassName
{
background-color: #DBEDB9;
}
.BgClassName
{
background-color: #DBEDB9;
}
</style>
border-color css
<style>
span { border-color: #DBEDB9; }
span { border-color: rgb(219,237,185); }
td.TdClassName
{
border-color: #DBEDB9;
}
.TagClassName
{
border-color: #DBEDB9;
}
</style>