Shades of Tara #DBFED7
Tints of Tara #DBFED7
RGB
CMYK
RGB Variations
Color information
#DBFED7 (or 0xDBFED7) is known color: Tara. HEX triplet: DB, FE and D7. RGB value is (219,254,215). Sum of RGB (Red+Green+Blue) = 219+254+215=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFED7 is #240128. Grayscale: #EFEFEF. Windows color (decimal): -2359593 or 14155483. OLE color: 14155483.
HSL color Cylindrical-coordinate representation of color #DBFED7: hue angle of 113.85º 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 #DBFED7 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 215 | - |
CMYK | 0.14 | 0 | 0.15 | 0.00 |
HSL | 113.85º | 0.95% | 0.92% | - |
HSV(B) | 113.85º | 0.15% | 1% | - |
XYZ | 76.92 | 90.85 | 77.77 | - |
YUV | 239.09 | 114.4 | 113.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 215 | 0.14 | 0 | 0.15 | 0.00 | 113.85 | 0.95 | 0.92 |
Hex | DB | FE | D7 | E | 0 | F | 0 | 72 | 5F | 5C |
Octal | 333 | 376 | 327 | 16 | 0 | 17 | 0 | 162 | 137 | 134 |
Binary | 11011011 | 11111110 | 11010111 | 1110 | 0 | 1111 | 0 | 1110010 | 1011111 | 1011100 |
Color Harmonies of #DBFED7
Complementary color
Monochromatic Colors of #DBFED7
Black with #DBFED7
Text Example
Text Example
White with #DBFED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFED7; }
p { color: rgb(219,254,215); }
H1.HeaderClassName
{
color: #DBFED7;
}
.AnyTagClassName
{
color: #DBFED7;
}
</style>
background-color css
<style>
a { background-color: #DBFED7; }
a { background-color: rgb(219,254,215); }
div.DivClassName
{
background-color: #DBFED7;
}
.BgClassName
{
background-color: #DBFED7;
}
</style>
border-color css
<style>
span { border-color: #DBFED7; }
span { border-color: rgb(219,254,215); }
td.TdClassName
{
border-color: #DBFED7;
}
.TagClassName
{
border-color: #DBFED7;
}
</style>