Shades of Tara #DBE9DB
Tints of Tara #DBE9DB
RGB
CMYK
RGB Variations
Color information
#DBE9DB (or 0xDBE9DB) is known color: Tara. HEX triplet: DB, E9 and DB. RGB value is (219,233,219). Sum of RGB (Red+Green+Blue) = 219+233+219=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9DB is #241624. Grayscale: #E3E3E3. Windows color (decimal): -2364965 or 14412251. OLE color: 14412251.
HSL color Cylindrical-coordinate representation of color #DBE9DB: hue angle of 120º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE9DB is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 233 | 219 | - |
CMYK | 0.06 | 0 | 0.06 | 0.09 |
HSL | 120º | 0.24% | 0.89% | - |
HSV(B) | 120º | 0.06% | 0.91% | - |
XYZ | 71.14 | 78.45 | 78.41 | - |
YUV | 227.22 | 123.36 | 122.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 233 | 219 | 0.06 | 0 | 0.06 | 0.09 | 120 | 0.24 | 0.89 |
Hex | DB | E9 | DB | 6 | 0 | 6 | 9 | 78 | 18 | 59 |
Octal | 333 | 351 | 333 | 6 | 0 | 6 | 11 | 170 | 30 | 131 |
Binary | 11011011 | 11101001 | 11011011 | 110 | 0 | 110 | 1001 | 1111000 | 11000 | 1011001 |
Color Harmonies of #DBE9DB
Complementary color
Monochromatic Colors of #DBE9DB
Black with #DBE9DB
Text Example
Text Example
White with #DBE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE9DB; }
p { color: rgb(219,233,219); }
H1.HeaderClassName
{
color: #DBE9DB;
}
.AnyTagClassName
{
color: #DBE9DB;
}
</style>
background-color css
<style>
a { background-color: #DBE9DB; }
a { background-color: rgb(219,233,219); }
div.DivClassName
{
background-color: #DBE9DB;
}
.BgClassName
{
background-color: #DBE9DB;
}
</style>
border-color css
<style>
span { border-color: #DBE9DB; }
span { border-color: rgb(219,233,219); }
td.TdClassName
{
border-color: #DBE9DB;
}
.TagClassName
{
border-color: #DBE9DB;
}
</style>