Shades of Tara #DBFDDA
Tints of Tara #DBFDDA
RGB
CMYK
RGB Variations
Color information
#DBFDDA (or 0xDBFDDA) is known color: Tara. HEX triplet: DB, FD and DA. RGB value is (219,253,218). Sum of RGB (Red+Green+Blue) = 219+253+218=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDDA is #240225. Grayscale: #EEEEEE. Windows color (decimal): -2359846 or 14351835. OLE color: 14351835.
HSL color Cylindrical-coordinate representation of color #DBFDDA: hue angle of 118.29º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFDDA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 218 | - |
CMYK | 0.13 | 0 | 0.14 | 0.01 |
HSL | 118.29º | 0.9% | 0.92% | - |
HSV(B) | 118.29º | 0.14% | 0.99% | - |
XYZ | 76.99 | 90.37 | 79.72 | - |
YUV | 238.84 | 116.24 | 113.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 218 | 0.13 | 0 | 0.14 | 0.01 | 118.29 | 0.9 | 0.92 |
Hex | DB | FD | DA | D | 0 | E | 1 | 76 | 5A | 5C |
Octal | 333 | 375 | 332 | 15 | 0 | 16 | 1 | 166 | 132 | 134 |
Binary | 11011011 | 11111101 | 11011010 | 1101 | 0 | 1110 | 1 | 1110110 | 1011010 | 1011100 |
Color Harmonies of #DBFDDA
Complementary color
Monochromatic Colors of #DBFDDA
Black with #DBFDDA
Text Example
Text Example
White with #DBFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDDA; }
p { color: rgb(219,253,218); }
H1.HeaderClassName
{
color: #DBFDDA;
}
.AnyTagClassName
{
color: #DBFDDA;
}
</style>
background-color css
<style>
a { background-color: #DBFDDA; }
a { background-color: rgb(219,253,218); }
div.DivClassName
{
background-color: #DBFDDA;
}
.BgClassName
{
background-color: #DBFDDA;
}
</style>
border-color css
<style>
span { border-color: #DBFDDA; }
span { border-color: rgb(219,253,218); }
td.TdClassName
{
border-color: #DBFDDA;
}
.TagClassName
{
border-color: #DBFDDA;
}
</style>