Shades of Tara #D2FFD1
Tints of Tara #D2FFD1
RGB
CMYK
RGB Variations
Color information
#D2FFD1 (or 0xD2FFD1) is known color: Tara. HEX triplet: D2, FF and D1. RGB value is (210,255,209). Sum of RGB (Red+Green+Blue) = 210+255+209=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 209 (82.03% from 255 or 31.01% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFD1 is #2D002E. Grayscale: #ECECEC. Windows color (decimal): -2949167 or 13762514. OLE color: 13762514.
HSL color Cylindrical-coordinate representation of color #D2FFD1: hue angle of 118.7º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFD1 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 209 | - |
| CMYK | 0.18 | 0 | 0.18 | 0 |
| HSL | 118.7º | 1% | 0.91% | - |
| HSV(B) | 118.7º | 0.18% | 1% | - |
| XYZ | 73.85 | 89.83 | 73.77 | - |
| YUV | 236.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 209 | 0.18 | 0 | 0.18 | 0 | 118.7 | 1 | 0.91 |
| Hex | D2 | FF | D1 | 12 | 0 | 12 | 0 | 77 | 64 | 5B |
| Octal | 322 | 377 | 321 | 22 | 0 | 22 | 0 | 167 | 144 | 133 |
| Binary | 11010010 | 11111111 | 11010001 | 10010 | 0 | 10010 | 0 | 1110111 | 1100100 | 1011011 |
Color Harmonies of #D2FFD1
Complementary color
Monochromatic Colors of #D2FFD1
Black with #D2FFD1
Text Example
Text Example
White with #D2FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFD1; }
p { color: rgb(210,255,209); }
H1.HeaderClassName
{
color: #D2FFD1;
}
.AnyTagClassName
{
color: #D2FFD1;
}
</style>
background-color css
<style>
a { background-color: #D2FFD1; }
a { background-color: rgb(210,255,209); }
div.DivClassName
{
background-color: #D2FFD1;
}
.BgClassName
{
background-color: #D2FFD1;
}
</style>
border-color css
<style>
span { border-color: #D2FFD1; }
span { border-color: rgb(210,255,209); }
td.TdClassName
{
border-color: #D2FFD1;
}
.TagClassName
{
border-color: #D2FFD1;
}
</style>