Shades of Tara #D9F5DA
Tints of Tara #D9F5DA
RGB
CMYK
RGB Variations
Color information
#D9F5DA (or 0xD9F5DA) is known color: Tara. HEX triplet: D9, F5 and DA. RGB value is (217,245,218). Sum of RGB (Red+Green+Blue) = 217+245+218=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F5DA is #260A25. Grayscale: #E9E9E9. Windows color (decimal): -2492966 or 14349785. OLE color: 14349785.
HSL color Cylindrical-coordinate representation of color #D9F5DA: hue angle of 122.14º degrees, saturation: 0.58, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F5DA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 217 | 245 | 218 | - |
CMYK | 0.11 | 0 | 0.11 | 0.04 |
HSL | 122.14º | 0.58% | 0.91% | - |
HSV(B) | 122.14º | 0.11% | 0.96% | - |
XYZ | 73.92 | 85.12 | 78.86 | - |
YUV | 233.55 | 119.22 | 116.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 245 | 218 | 0.11 | 0 | 0.11 | 0.04 | 122.14 | 0.58 | 0.91 |
Hex | D9 | F5 | DA | B | 0 | B | 4 | 7A | 3A | 5B |
Octal | 331 | 365 | 332 | 13 | 0 | 13 | 4 | 172 | 72 | 133 |
Binary | 11011001 | 11110101 | 11011010 | 1011 | 0 | 1011 | 100 | 1111010 | 111010 | 1011011 |
Color Harmonies of #D9F5DA
Complementary color
Monochromatic Colors of #D9F5DA
Black with #D9F5DA
Text Example
Text Example
White with #D9F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F5DA; }
p { color: rgb(217,245,218); }
H1.HeaderClassName
{
color: #D9F5DA;
}
.AnyTagClassName
{
color: #D9F5DA;
}
</style>
background-color css
<style>
a { background-color: #D9F5DA; }
a { background-color: rgb(217,245,218); }
div.DivClassName
{
background-color: #D9F5DA;
}
.BgClassName
{
background-color: #D9F5DA;
}
</style>
border-color css
<style>
span { border-color: #D9F5DA; }
span { border-color: rgb(217,245,218); }
td.TdClassName
{
border-color: #D9F5DA;
}
.TagClassName
{
border-color: #D9F5DA;
}
</style>