Shades of Tara #D9F2DA
Tints of Tara #D9F2DA
RGB
CMYK
RGB Variations
Color information
#D9F2DA (or 0xD9F2DA) is known color: Tara. HEX triplet: D9, F2 and DA. RGB value is (217,242,218). Sum of RGB (Red+Green+Blue) = 217+242+218=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2DA is #260D25. Grayscale: #E7E7E7. Windows color (decimal): -2493734 or 14349017. OLE color: 14349017.
HSL color Cylindrical-coordinate representation of color #D9F2DA: hue angle of 122.4º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F2DA is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 242 | 218 | - |
CMYK | 0.10 | 0 | 0.10 | 0.05 |
HSL | 122.4º | 0.49% | 0.9% | - |
HSV(B) | 122.4º | 0.1% | 0.95% | - |
XYZ | 73.02 | 83.32 | 78.56 | - |
YUV | 231.79 | 120.22 | 117.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 242 | 218 | 0.10 | 0 | 0.10 | 0.05 | 122.4 | 0.49 | 0.9 |
Hex | D9 | F2 | DA | A | 0 | A | 5 | 7A | 31 | 5A |
Octal | 331 | 362 | 332 | 12 | 0 | 12 | 5 | 172 | 61 | 132 |
Binary | 11011001 | 11110010 | 11011010 | 1010 | 0 | 1010 | 101 | 1111010 | 110001 | 1011010 |
Color Harmonies of #D9F2DA
Complementary color
Monochromatic Colors of #D9F2DA
Black with #D9F2DA
Text Example
Text Example
White with #D9F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2DA; }
p { color: rgb(217,242,218); }
H1.HeaderClassName
{
color: #D9F2DA;
}
.AnyTagClassName
{
color: #D9F2DA;
}
</style>
background-color css
<style>
a { background-color: #D9F2DA; }
a { background-color: rgb(217,242,218); }
div.DivClassName
{
background-color: #D9F2DA;
}
.BgClassName
{
background-color: #D9F2DA;
}
</style>
border-color css
<style>
span { border-color: #D9F2DA; }
span { border-color: rgb(217,242,218); }
td.TdClassName
{
border-color: #D9F2DA;
}
.TagClassName
{
border-color: #D9F2DA;
}
</style>