Shades of Tara #D2F0D2
Tints of Tara #D2F0D2
RGB
CMYK
RGB Variations
Color information
#D2F0D2 (or 0xD2F0D2) is known color: Tara. HEX triplet: D2, F0 and D2. RGB value is (210,240,210). Sum of RGB (Red+Green+Blue) = 210+240+210=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 210 (82.42% from 255 or 31.82% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F0D2 is #2D0F2D. Grayscale: #E3E3E3. Windows color (decimal): -2953006 or 13824210. OLE color: 13824210.
HSL color Cylindrical-coordinate representation of color #D2F0D2: hue angle of 120º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2F0D2 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 210 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.06 |
| HSL | 120º | 0.5% | 0.88% | - |
| HSV(B) | 120º | 0.13% | 0.94% | - |
| XYZ | 69.37 | 80.67 | 72.89 | - |
| YUV | 227.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 210 | 0.12 | 0 | 0.12 | 0.06 | 120 | 0.5 | 0.88 |
| Hex | D2 | F0 | D2 | C | 0 | C | 6 | 78 | 32 | 58 |
| Octal | 322 | 360 | 322 | 14 | 0 | 14 | 6 | 170 | 62 | 130 |
| Binary | 11010010 | 11110000 | 11010010 | 1100 | 0 | 1100 | 110 | 1111000 | 110010 | 1011000 |
Color Harmonies of #D2F0D2
Complementary color
Monochromatic Colors of #D2F0D2
Black with #D2F0D2
Text Example
Text Example
White with #D2F0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0D2; }
p { color: rgb(210,240,210); }
H1.HeaderClassName
{
color: #D2F0D2;
}
.AnyTagClassName
{
color: #D2F0D2;
}
</style>
background-color css
<style>
a { background-color: #D2F0D2; }
a { background-color: rgb(210,240,210); }
div.DivClassName
{
background-color: #D2F0D2;
}
.BgClassName
{
background-color: #D2F0D2;
}
</style>
border-color css
<style>
span { border-color: #D2F0D2; }
span { border-color: rgb(210,240,210); }
td.TdClassName
{
border-color: #D2F0D2;
}
.TagClassName
{
border-color: #D2F0D2;
}
</style>