Shades of Willow Brook #DBEABB
Tints of Willow Brook #DBEABB
RGB
CMYK
RGB Variations
Color information
#DBEABB (or 0xDBEABB) is known color: Willow Brook. HEX triplet: DB, EA and BB. RGB value is (219,234,187). Sum of RGB (Red+Green+Blue) = 219+234+187=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEABB is #241544. Grayscale: #E0E0E0. Windows color (decimal): -2364741 or 12315355. OLE color: 12315355.
HSL color Cylindrical-coordinate representation of color #DBEABB: hue angle of 79.15º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBEABB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 187 | - |
CMYK | 0.06 | 0 | 0.20 | 0.08 |
HSL | 79.15º | 0.53% | 0.83% | - |
HSV(B) | 79.15º | 0.2% | 0.92% | - |
XYZ | 67.61 | 77.49 | 58.41 | - |
YUV | 224.16 | 107.03 | 124.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 187 | 0.06 | 0 | 0.20 | 0.08 | 79.15 | 0.53 | 0.83 |
Hex | DB | EA | BB | 6 | 0 | 14 | 8 | 4F | 35 | 53 |
Octal | 333 | 352 | 273 | 6 | 0 | 24 | 10 | 117 | 65 | 123 |
Binary | 11011011 | 11101010 | 10111011 | 110 | 0 | 10100 | 1000 | 1001111 | 110101 | 1010011 |
Color Harmonies of #DBEABB
Complementary color
Monochromatic Colors of #DBEABB
Black with #DBEABB
Text Example
Text Example
White with #DBEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEABB; }
p { color: rgb(219,234,187); }
H1.HeaderClassName
{
color: #DBEABB;
}
.AnyTagClassName
{
color: #DBEABB;
}
</style>
background-color css
<style>
a { background-color: #DBEABB; }
a { background-color: rgb(219,234,187); }
div.DivClassName
{
background-color: #DBEABB;
}
.BgClassName
{
background-color: #DBEABB;
}
</style>
border-color css
<style>
span { border-color: #DBEABB; }
span { border-color: rgb(219,234,187); }
td.TdClassName
{
border-color: #DBEABB;
}
.TagClassName
{
border-color: #DBEABB;
}
</style>