Shades of Tara #D9EDD8
Tints of Tara #D9EDD8
RGB
CMYK
RGB Variations
Color information
#D9EDD8 (or 0xD9EDD8) is known color: Tara. HEX triplet: D9, ED and D8. RGB value is (217,237,216). Sum of RGB (Red+Green+Blue) = 217+237+216=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDD8 is #261227. Grayscale: #E4E4E4. Windows color (decimal): -2495016 or 14216665. OLE color: 14216665.
HSL color Cylindrical-coordinate representation of color #D9EDD8: hue angle of 117.14º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9EDD8 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 216 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.07 |
| HSL | 117.14º | 0.37% | 0.89% | - |
| HSV(B) | 117.14º | 0.09% | 0.93% | - |
| XYZ | 71.29 | 80.28 | 76.7 | - |
| YUV | 228.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 216 | 0.08 | 0 | 0.09 | 0.07 | 117.14 | 0.37 | 0.89 |
| Hex | D9 | ED | D8 | 8 | 0 | 9 | 7 | 75 | 25 | 59 |
| Octal | 331 | 355 | 330 | 10 | 0 | 11 | 7 | 165 | 45 | 131 |
| Binary | 11011001 | 11101101 | 11011000 | 1000 | 0 | 1001 | 111 | 1110101 | 100101 | 1011001 |
Color Harmonies of #D9EDD8
Complementary color
Monochromatic Colors of #D9EDD8
Black with #D9EDD8
Text Example
Text Example
White with #D9EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EDD8; }
p { color: rgb(217,237,216); }
H1.HeaderClassName
{
color: #D9EDD8;
}
.AnyTagClassName
{
color: #D9EDD8;
}
</style>
background-color css
<style>
a { background-color: #D9EDD8; }
a { background-color: rgb(217,237,216); }
div.DivClassName
{
background-color: #D9EDD8;
}
.BgClassName
{
background-color: #D9EDD8;
}
</style>
border-color css
<style>
span { border-color: #D9EDD8; }
span { border-color: rgb(217,237,216); }
td.TdClassName
{
border-color: #D9EDD8;
}
.TagClassName
{
border-color: #D9EDD8;
}
</style>