Shades of Tara #DBF3DB
Tints of Tara #DBF3DB
RGB
CMYK
RGB Variations
Color information
#DBF3DB (or 0xDBF3DB) is known color: Tara. HEX triplet: DB, F3 and DB. RGB value is (219,243,219). Sum of RGB (Red+Green+Blue) = 219+243+219=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3DB is #240C24. Grayscale: #E9E9E9. Windows color (decimal): -2362405 or 14414811. OLE color: 14414811.
HSL color Cylindrical-coordinate representation of color #DBF3DB: hue angle of 120º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3DB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 243 | 219 | - |
CMYK | 0.10 | 0 | 0.10 | 0.05 |
HSL | 120º | 0.5% | 0.91% | - |
HSV(B) | 120º | 0.1% | 0.95% | - |
XYZ | 74.05 | 84.28 | 79.38 | - |
YUV | 233.09 | 120.05 | 117.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 243 | 219 | 0.10 | 0 | 0.10 | 0.05 | 120 | 0.5 | 0.91 |
Hex | DB | F3 | DB | A | 0 | A | 5 | 78 | 32 | 5B |
Octal | 333 | 363 | 333 | 12 | 0 | 12 | 5 | 170 | 62 | 133 |
Binary | 11011011 | 11110011 | 11011011 | 1010 | 0 | 1010 | 101 | 1111000 | 110010 | 1011011 |
Color Harmonies of #DBF3DB
Complementary color
Monochromatic Colors of #DBF3DB
Black with #DBF3DB
Text Example
Text Example
White with #DBF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3DB; }
p { color: rgb(219,243,219); }
H1.HeaderClassName
{
color: #DBF3DB;
}
.AnyTagClassName
{
color: #DBF3DB;
}
</style>
background-color css
<style>
a { background-color: #DBF3DB; }
a { background-color: rgb(219,243,219); }
div.DivClassName
{
background-color: #DBF3DB;
}
.BgClassName
{
background-color: #DBF3DB;
}
</style>
border-color css
<style>
span { border-color: #DBF3DB; }
span { border-color: rgb(219,243,219); }
td.TdClassName
{
border-color: #DBF3DB;
}
.TagClassName
{
border-color: #DBF3DB;
}
</style>