Shades of Tara #D2F4D4
Tints of Tara #D2F4D4
RGB
CMYK
RGB Variations
Color information
#D2F4D4 (or 0xD2F4D4) is known color: Tara. HEX triplet: D2, F4 and D4. RGB value is (210,244,212). Sum of RGB (Red+Green+Blue) = 210+244+212=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F4D4 is #2D0B2B. Grayscale: #E6E6E6. Windows color (decimal): -2951980 or 13956306. OLE color: 13956306.
HSL color Cylindrical-coordinate representation of color #D2F4D4: hue angle of 123.53º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2F4D4 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 212 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.04 |
| HSL | 123.53º | 0.61% | 0.89% | - |
| HSV(B) | 123.53º | 0.14% | 0.96% | - |
| XYZ | 70.81 | 83.16 | 74.61 | - |
| YUV | 230.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 212 | 0.14 | 0 | 0.13 | 0.04 | 123.53 | 0.61 | 0.89 |
| Hex | D2 | F4 | D4 | E | 0 | D | 4 | 7C | 3D | 59 |
| Octal | 322 | 364 | 324 | 16 | 0 | 15 | 4 | 174 | 75 | 131 |
| Binary | 11010010 | 11110100 | 11010100 | 1110 | 0 | 1101 | 100 | 1111100 | 111101 | 1011001 |
Color Harmonies of #D2F4D4
Complementary color
Monochromatic Colors of #D2F4D4
Black with #D2F4D4
Text Example
Text Example
White with #D2F4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F4D4; }
p { color: rgb(210,244,212); }
H1.HeaderClassName
{
color: #D2F4D4;
}
.AnyTagClassName
{
color: #D2F4D4;
}
</style>
background-color css
<style>
a { background-color: #D2F4D4; }
a { background-color: rgb(210,244,212); }
div.DivClassName
{
background-color: #D2F4D4;
}
.BgClassName
{
background-color: #D2F4D4;
}
</style>
border-color css
<style>
span { border-color: #D2F4D4; }
span { border-color: rgb(210,244,212); }
td.TdClassName
{
border-color: #D2F4D4;
}
.TagClassName
{
border-color: #D2F4D4;
}
</style>