Shades of Tara #DBF5DB
Tints of Tara #DBF5DB
RGB
CMYK
RGB Variations
Color information
#DBF5DB (or 0xDBF5DB) is known color: Tara. HEX triplet: DB, F5 and DB. RGB value is (219,245,219). Sum of RGB (Red+Green+Blue) = 219+245+219=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5DB is #240A24. Grayscale: #EAEAEA. Windows color (decimal): -2361893 or 14415323. OLE color: 14415323.
HSL color Cylindrical-coordinate representation of color #DBF5DB: hue angle of 120º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF5DB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 245 | 219 | - |
CMYK | 0.11 | 0 | 0.11 | 0.04 |
HSL | 120º | 0.57% | 0.91% | - |
HSV(B) | 120º | 0.11% | 0.96% | - |
XYZ | 74.65 | 85.48 | 79.58 | - |
YUV | 234.26 | 119.39 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 245 | 219 | 0.11 | 0 | 0.11 | 0.04 | 120 | 0.57 | 0.91 |
Hex | DB | F5 | DB | B | 0 | B | 4 | 78 | 39 | 5B |
Octal | 333 | 365 | 333 | 13 | 0 | 13 | 4 | 170 | 71 | 133 |
Binary | 11011011 | 11110101 | 11011011 | 1011 | 0 | 1011 | 100 | 1111000 | 111001 | 1011011 |
Color Harmonies of #DBF5DB
Complementary color
Monochromatic Colors of #DBF5DB
Black with #DBF5DB
Text Example
Text Example
White with #DBF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5DB; }
p { color: rgb(219,245,219); }
H1.HeaderClassName
{
color: #DBF5DB;
}
.AnyTagClassName
{
color: #DBF5DB;
}
</style>
background-color css
<style>
a { background-color: #DBF5DB; }
a { background-color: rgb(219,245,219); }
div.DivClassName
{
background-color: #DBF5DB;
}
.BgClassName
{
background-color: #DBF5DB;
}
</style>
border-color css
<style>
span { border-color: #DBF5DB; }
span { border-color: rgb(219,245,219); }
td.TdClassName
{
border-color: #DBF5DB;
}
.TagClassName
{
border-color: #DBF5DB;
}
</style>