Shades of Tara #DBFED8
Tints of Tara #DBFED8
RGB
CMYK
RGB Variations
Color information
#DBFED8 (or 0xDBFED8) is known color: Tara. HEX triplet: DB, FE and D8. RGB value is (219,254,216). Sum of RGB (Red+Green+Blue) = 219+254+216=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFED8 is #240127. Grayscale: #EFEFEF. Windows color (decimal): -2359592 or 14221019. OLE color: 14221019.
HSL color Cylindrical-coordinate representation of color #DBFED8: hue angle of 115.26º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBFED8 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 216 | - |
CMYK | 0.14 | 0 | 0.15 | 0.00 |
HSL | 115.26º | 0.95% | 0.92% | - |
HSV(B) | 115.26º | 0.15% | 1% | - |
XYZ | 77.05 | 90.9 | 78.45 | - |
YUV | 239.2 | 114.9 | 113.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 216 | 0.14 | 0 | 0.15 | 0.00 | 115.26 | 0.95 | 0.92 |
Hex | DB | FE | D8 | E | 0 | F | 0 | 73 | 5F | 5C |
Octal | 333 | 376 | 330 | 16 | 0 | 17 | 0 | 163 | 137 | 134 |
Binary | 11011011 | 11111110 | 11011000 | 1110 | 0 | 1111 | 0 | 1110011 | 1011111 | 1011100 |
Color Harmonies of #DBFED8
Complementary color
Monochromatic Colors of #DBFED8
Black with #DBFED8
Text Example
Text Example
White with #DBFED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFED8; }
p { color: rgb(219,254,216); }
H1.HeaderClassName
{
color: #DBFED8;
}
.AnyTagClassName
{
color: #DBFED8;
}
</style>
background-color css
<style>
a { background-color: #DBFED8; }
a { background-color: rgb(219,254,216); }
div.DivClassName
{
background-color: #DBFED8;
}
.BgClassName
{
background-color: #DBFED8;
}
</style>
border-color css
<style>
span { border-color: #DBFED8; }
span { border-color: rgb(219,254,216); }
td.TdClassName
{
border-color: #DBFED8;
}
.TagClassName
{
border-color: #DBFED8;
}
</style>