Shades of Tara #D2FAD6
Tints of Tara #D2FAD6
RGB
CMYK
RGB Variations
Color information
#D2FAD6 (or 0xD2FAD6) is known color: Tara. HEX triplet: D2, FA and D6. RGB value is (210,250,214). Sum of RGB (Red+Green+Blue) = 210+250+214=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FAD6 is #2D0529. Grayscale: #EAEAEA. Windows color (decimal): -2950442 or 14088914. OLE color: 14088914.
HSL color Cylindrical-coordinate representation of color #D2FAD6: hue angle of 126º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FAD6 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 214 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.02 |
| HSL | 126º | 0.8% | 0.9% | - |
| HSV(B) | 126º | 0.16% | 0.98% | - |
| XYZ | 72.9 | 86.93 | 76.55 | - |
| YUV | 233.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 214 | 0.16 | 0 | 0.14 | 0.02 | 126 | 0.8 | 0.9 |
| Hex | D2 | FA | D6 | 10 | 0 | E | 2 | 7E | 50 | 5A |
| Octal | 322 | 372 | 326 | 20 | 0 | 16 | 2 | 176 | 120 | 132 |
| Binary | 11010010 | 11111010 | 11010110 | 10000 | 0 | 1110 | 10 | 1111110 | 1010000 | 1011010 |
Color Harmonies of #D2FAD6
Complementary color
Monochromatic Colors of #D2FAD6
Black with #D2FAD6
Text Example
Text Example
White with #D2FAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FAD6; }
p { color: rgb(210,250,214); }
H1.HeaderClassName
{
color: #D2FAD6;
}
.AnyTagClassName
{
color: #D2FAD6;
}
</style>
background-color css
<style>
a { background-color: #D2FAD6; }
a { background-color: rgb(210,250,214); }
div.DivClassName
{
background-color: #D2FAD6;
}
.BgClassName
{
background-color: #D2FAD6;
}
</style>
border-color css
<style>
span { border-color: #D2FAD6; }
span { border-color: rgb(210,250,214); }
td.TdClassName
{
border-color: #D2FAD6;
}
.TagClassName
{
border-color: #D2FAD6;
}
</style>