Shades of Tara #DBFEDB
Tints of Tara #DBFEDB
RGB
CMYK
RGB Variations
Color information
#DBFEDB (or 0xDBFEDB) is known color: Tara. HEX triplet: DB, FE and DB. RGB value is (219,254,219). Sum of RGB (Red+Green+Blue) = 219+254+219=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEDB is #240124. Grayscale: #EFEFEF. Windows color (decimal): -2359589 or 14417627. OLE color: 14417627.
HSL color Cylindrical-coordinate representation of color #DBFEDB: hue angle of 120º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEDB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 219 | - |
CMYK | 0.14 | 0 | 0.14 | 0.00 |
HSL | 120º | 0.95% | 0.93% | - |
HSV(B) | 120º | 0.14% | 1% | - |
XYZ | 77.44 | 91.06 | 80.51 | - |
YUV | 239.55 | 116.4 | 113.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 219 | 0.14 | 0 | 0.14 | 0.00 | 120 | 0.95 | 0.93 |
Hex | DB | FE | DB | E | 0 | E | 0 | 78 | 5F | 5D |
Octal | 333 | 376 | 333 | 16 | 0 | 16 | 0 | 170 | 137 | 135 |
Binary | 11011011 | 11111110 | 11011011 | 1110 | 0 | 1110 | 0 | 1111000 | 1011111 | 1011101 |
Color Harmonies of #DBFEDB
Complementary color
Monochromatic Colors of #DBFEDB
Black with #DBFEDB
Text Example
Text Example
White with #DBFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEDB; }
p { color: rgb(219,254,219); }
H1.HeaderClassName
{
color: #DBFEDB;
}
.AnyTagClassName
{
color: #DBFEDB;
}
</style>
background-color css
<style>
a { background-color: #DBFEDB; }
a { background-color: rgb(219,254,219); }
div.DivClassName
{
background-color: #DBFEDB;
}
.BgClassName
{
background-color: #DBFEDB;
}
</style>
border-color css
<style>
span { border-color: #DBFEDB; }
span { border-color: rgb(219,254,219); }
td.TdClassName
{
border-color: #DBFEDB;
}
.TagClassName
{
border-color: #DBFEDB;
}
</style>