Shades of Tara #D2F2D3
Tints of Tara #D2F2D3
RGB
CMYK
RGB Variations
Color information
#D2F2D3 (or 0xD2F2D3) is known color: Tara. HEX triplet: D2, F2 and D3. RGB value is (210,242,211). Sum of RGB (Red+Green+Blue) = 210+242+211=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F2D3 is #2D0D2C. Grayscale: #E4E4E4. Windows color (decimal): -2952493 or 13890258. OLE color: 13890258.
HSL color Cylindrical-coordinate representation of color #D2F2D3: hue angle of 121.88º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2F2D3 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 211 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.05 |
| HSL | 121.88º | 0.55% | 0.89% | - |
| HSV(B) | 121.88º | 0.13% | 0.95% | - |
| XYZ | 70.09 | 81.91 | 73.74 | - |
| YUV | 228.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 211 | 0.13 | 0 | 0.13 | 0.05 | 121.88 | 0.55 | 0.89 |
| Hex | D2 | F2 | D3 | D | 0 | D | 5 | 7A | 37 | 59 |
| Octal | 322 | 362 | 323 | 15 | 0 | 15 | 5 | 172 | 67 | 131 |
| Binary | 11010010 | 11110010 | 11010011 | 1101 | 0 | 1101 | 101 | 1111010 | 110111 | 1011001 |
Color Harmonies of #D2F2D3
Complementary color
Monochromatic Colors of #D2F2D3
Black with #D2F2D3
Text Example
Text Example
White with #D2F2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F2D3; }
p { color: rgb(210,242,211); }
H1.HeaderClassName
{
color: #D2F2D3;
}
.AnyTagClassName
{
color: #D2F2D3;
}
</style>
background-color css
<style>
a { background-color: #D2F2D3; }
a { background-color: rgb(210,242,211); }
div.DivClassName
{
background-color: #D2F2D3;
}
.BgClassName
{
background-color: #D2F2D3;
}
</style>
border-color css
<style>
span { border-color: #D2F2D3; }
span { border-color: rgb(210,242,211); }
td.TdClassName
{
border-color: #D2F2D3;
}
.TagClassName
{
border-color: #D2F2D3;
}
</style>