Shades of Tara #DBF5D8
Tints of Tara #DBF5D8
RGB
CMYK
RGB Variations
Color information
#DBF5D8 (or 0xDBF5D8) is known color: Tara. HEX triplet: DB, F5 and D8. RGB value is (219,245,216). Sum of RGB (Red+Green+Blue) = 219+245+216=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 216 (84.77% from 255 or 31.76% from 680); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5D8 is #240A27. Grayscale: #EAEAEA. Windows color (decimal): -2361896 or 14218715. OLE color: 14218715.
HSL color Cylindrical-coordinate representation of color #DBF5D8: hue angle of 113.79º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF5D8 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 245 | 216 | - |
CMYK | 0.11 | 0 | 0.12 | 0.04 |
HSL | 113.79º | 0.59% | 0.9% | - |
HSV(B) | 113.79º | 0.12% | 0.96% | - |
XYZ | 74.26 | 85.32 | 77.52 | - |
YUV | 233.92 | 117.89 | 117.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 245 | 216 | 0.11 | 0 | 0.12 | 0.04 | 113.79 | 0.59 | 0.9 |
Hex | DB | F5 | D8 | B | 0 | C | 4 | 72 | 3B | 5A |
Octal | 333 | 365 | 330 | 13 | 0 | 14 | 4 | 162 | 73 | 132 |
Binary | 11011011 | 11110101 | 11011000 | 1011 | 0 | 1100 | 100 | 1110010 | 111011 | 1011010 |
Color Harmonies of #DBF5D8
Complementary color
Monochromatic Colors of #DBF5D8
Black with #DBF5D8
Text Example
Text Example
White with #DBF5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5D8; }
p { color: rgb(219,245,216); }
H1.HeaderClassName
{
color: #DBF5D8;
}
.AnyTagClassName
{
color: #DBF5D8;
}
</style>
background-color css
<style>
a { background-color: #DBF5D8; }
a { background-color: rgb(219,245,216); }
div.DivClassName
{
background-color: #DBF5D8;
}
.BgClassName
{
background-color: #DBF5D8;
}
</style>
border-color css
<style>
span { border-color: #DBF5D8; }
span { border-color: rgb(219,245,216); }
td.TdClassName
{
border-color: #DBF5D8;
}
.TagClassName
{
border-color: #DBF5D8;
}
</style>