Shades of Tara #D9FAD6
Tints of Tara #D9FAD6
RGB
CMYK
RGB Variations
Color information
#D9FAD6 (or 0xD9FAD6) is known color: Tara. HEX triplet: D9, FA and D6. RGB value is (217,250,214). Sum of RGB (Red+Green+Blue) = 217+250+214=681 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.86% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 214 (83.98% from 255 or 31.42% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FAD6 is #260529. Grayscale: #ECECEC. Windows color (decimal): -2491690 or 14088921. OLE color: 14088921.
HSL color Cylindrical-coordinate representation of color #D9FAD6: hue angle of 115º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FAD6 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 250 | 214 | - |
CMYK | 0.13 | 0 | 0.14 | 0.02 |
HSL | 115º | 0.78% | 0.91% | - |
HSV(B) | 115º | 0.14% | 0.98% | - |
XYZ | 74.94 | 87.98 | 76.65 | - |
YUV | 236.03 | 115.57 | 114.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 250 | 214 | 0.13 | 0 | 0.14 | 0.02 | 115 | 0.78 | 0.91 |
Hex | D9 | FA | D6 | D | 0 | E | 2 | 73 | 4E | 5B |
Octal | 331 | 372 | 326 | 15 | 0 | 16 | 2 | 163 | 116 | 133 |
Binary | 11011001 | 11111010 | 11010110 | 1101 | 0 | 1110 | 10 | 1110011 | 1001110 | 1011011 |
Color Harmonies of #D9FAD6
Complementary color
Monochromatic Colors of #D9FAD6
Black with #D9FAD6
Text Example
Text Example
White with #D9FAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FAD6; }
p { color: rgb(217,250,214); }
H1.HeaderClassName
{
color: #D9FAD6;
}
.AnyTagClassName
{
color: #D9FAD6;
}
</style>
background-color css
<style>
a { background-color: #D9FAD6; }
a { background-color: rgb(217,250,214); }
div.DivClassName
{
background-color: #D9FAD6;
}
.BgClassName
{
background-color: #D9FAD6;
}
</style>
border-color css
<style>
span { border-color: #D9FAD6; }
span { border-color: rgb(217,250,214); }
td.TdClassName
{
border-color: #D9FAD6;
}
.TagClassName
{
border-color: #D9FAD6;
}
</style>