Shades of Tara #D9FADA
Tints of Tara #D9FADA
RGB
CMYK
RGB Variations
Color information
#D9FADA (or 0xD9FADA) is known color: Tara. HEX triplet: D9, FA and DA. RGB value is (217,250,218). Sum of RGB (Red+Green+Blue) = 217+250+218=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FADA is #260525. Grayscale: #ECECEC. Windows color (decimal): -2491686 or 14351065. OLE color: 14351065.
HSL color Cylindrical-coordinate representation of color #D9FADA: hue angle of 121.82º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FADA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 250 | 218 | - |
CMYK | 0.13 | 0 | 0.13 | 0.02 |
HSL | 121.82º | 0.77% | 0.92% | - |
HSV(B) | 121.82º | 0.13% | 0.98% | - |
XYZ | 75.46 | 88.18 | 79.37 | - |
YUV | 236.49 | 117.57 | 114.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 250 | 218 | 0.13 | 0 | 0.13 | 0.02 | 121.82 | 0.77 | 0.92 |
Hex | D9 | FA | DA | D | 0 | D | 2 | 7A | 4D | 5C |
Octal | 331 | 372 | 332 | 15 | 0 | 15 | 2 | 172 | 115 | 134 |
Binary | 11011001 | 11111010 | 11011010 | 1101 | 0 | 1101 | 10 | 1111010 | 1001101 | 1011100 |
Color Harmonies of #D9FADA
Complementary color
Monochromatic Colors of #D9FADA
Black with #D9FADA
Text Example
Text Example
White with #D9FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FADA; }
p { color: rgb(217,250,218); }
H1.HeaderClassName
{
color: #D9FADA;
}
.AnyTagClassName
{
color: #D9FADA;
}
</style>
background-color css
<style>
a { background-color: #D9FADA; }
a { background-color: rgb(217,250,218); }
div.DivClassName
{
background-color: #D9FADA;
}
.BgClassName
{
background-color: #D9FADA;
}
</style>
border-color css
<style>
span { border-color: #D9FADA; }
span { border-color: rgb(217,250,218); }
td.TdClassName
{
border-color: #D9FADA;
}
.TagClassName
{
border-color: #D9FADA;
}
</style>