Shades of Willow Brook #DBEDB7
Tints of Willow Brook #DBEDB7
RGB
CMYK
RGB Variations
Color information
#DBEDB7 (or 0xDBEDB7) is known color: Willow Brook. HEX triplet: DB, ED and B7. RGB value is (219,237,183). Sum of RGB (Red+Green+Blue) = 219+237+183=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDB7 is #241248. Grayscale: #E1E1E1. Windows color (decimal): -2363977 or 12053979. OLE color: 12053979.
HSL color Cylindrical-coordinate representation of color #DBEDB7: hue angle of 80º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBEDB7 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 183 | - |
CMYK | 0.08 | 0 | 0.23 | 0.07 |
HSL | 80º | 0.6% | 0.82% | - |
HSV(B) | 80º | 0.23% | 0.93% | - |
XYZ | 68.04 | 79.05 | 56.47 | - |
YUV | 225.46 | 104.04 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 183 | 0.08 | 0 | 0.23 | 0.07 | 80 | 0.6 | 0.82 |
Hex | DB | ED | B7 | 8 | 0 | 17 | 7 | 50 | 3C | 52 |
Octal | 333 | 355 | 267 | 10 | 0 | 27 | 7 | 120 | 74 | 122 |
Binary | 11011011 | 11101101 | 10110111 | 1000 | 0 | 10111 | 111 | 1010000 | 111100 | 1010010 |
Color Harmonies of #DBEDB7
Complementary color
Monochromatic Colors of #DBEDB7
Black with #DBEDB7
Text Example
Text Example
White with #DBEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDB7; }
p { color: rgb(219,237,183); }
H1.HeaderClassName
{
color: #DBEDB7;
}
.AnyTagClassName
{
color: #DBEDB7;
}
</style>
background-color css
<style>
a { background-color: #DBEDB7; }
a { background-color: rgb(219,237,183); }
div.DivClassName
{
background-color: #DBEDB7;
}
.BgClassName
{
background-color: #DBEDB7;
}
</style>
border-color css
<style>
span { border-color: #DBEDB7; }
span { border-color: rgb(219,237,183); }
td.TdClassName
{
border-color: #DBEDB7;
}
.TagClassName
{
border-color: #DBEDB7;
}
</style>