Shades of Willow Brook #DBEDB8
Tints of Willow Brook #DBEDB8
RGB
CMYK
RGB Variations
Color information
#DBEDB8 (or 0xDBEDB8) is known color: Willow Brook. HEX triplet: DB, ED and B8. RGB value is (219,237,184). Sum of RGB (Red+Green+Blue) = 219+237+184=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 184 (72.27% from 255 or 28.75% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDB8 is #241247. Grayscale: #E1E1E1. Windows color (decimal): -2363976 or 12119515. OLE color: 12119515.
HSL color Cylindrical-coordinate representation of color #DBEDB8: hue angle of 80.38º degrees, saturation: 0.6, 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 #DBEDB8 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 184 | - |
CMYK | 0.08 | 0 | 0.22 | 0.07 |
HSL | 80.38º | 0.6% | 0.83% | - |
HSV(B) | 80.38º | 0.22% | 0.93% | - |
XYZ | 68.15 | 79.09 | 57.02 | - |
YUV | 225.58 | 104.54 | 123.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 184 | 0.08 | 0 | 0.22 | 0.07 | 80.38 | 0.6 | 0.83 |
Hex | DB | ED | B8 | 8 | 0 | 16 | 7 | 50 | 3C | 53 |
Octal | 333 | 355 | 270 | 10 | 0 | 26 | 7 | 120 | 74 | 123 |
Binary | 11011011 | 11101101 | 10111000 | 1000 | 0 | 10110 | 111 | 1010000 | 111100 | 1010011 |
Color Harmonies of #DBEDB8
Complementary color
Monochromatic Colors of #DBEDB8
Black with #DBEDB8
Text Example
Text Example
White with #DBEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDB8; }
p { color: rgb(219,237,184); }
H1.HeaderClassName
{
color: #DBEDB8;
}
.AnyTagClassName
{
color: #DBEDB8;
}
</style>
background-color css
<style>
a { background-color: #DBEDB8; }
a { background-color: rgb(219,237,184); }
div.DivClassName
{
background-color: #DBEDB8;
}
.BgClassName
{
background-color: #DBEDB8;
}
</style>
border-color css
<style>
span { border-color: #DBEDB8; }
span { border-color: rgb(219,237,184); }
td.TdClassName
{
border-color: #DBEDB8;
}
.TagClassName
{
border-color: #DBEDB8;
}
</style>