Shades of Tara #D2F0D3
Tints of Tara #D2F0D3
RGB
CMYK
RGB Variations
Color information
#D2F0D3 (or 0xD2F0D3) is known color: Tara. HEX triplet: D2, F0 and D3. RGB value is (210,240,211). Sum of RGB (Red+Green+Blue) = 210+240+211=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F0D3 is #2D0F2C. Grayscale: #E3E3E3. Windows color (decimal): -2953005 or 13889746. OLE color: 13889746.
HSL color Cylindrical-coordinate representation of color #D2F0D3: hue angle of 122º 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 #D2F0D3 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 240 | 211 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.06 |
| HSL | 122º | 0.5% | 0.88% | - |
| HSV(B) | 122º | 0.13% | 0.94% | - |
| XYZ | 69.5 | 80.72 | 73.55 | - |
| YUV | 227.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 240 | 211 | 0.12 | 0 | 0.12 | 0.06 | 122 | 0.5 | 0.88 |
| Hex | D2 | F0 | D3 | C | 0 | C | 6 | 7A | 32 | 58 |
| Octal | 322 | 360 | 323 | 14 | 0 | 14 | 6 | 172 | 62 | 130 |
| Binary | 11010010 | 11110000 | 11010011 | 1100 | 0 | 1100 | 110 | 1111010 | 110010 | 1011000 |
Color Harmonies of #D2F0D3
Complementary color
Monochromatic Colors of #D2F0D3
Black with #D2F0D3
Text Example
Text Example
White with #D2F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F0D3; }
p { color: rgb(210,240,211); }
H1.HeaderClassName
{
color: #D2F0D3;
}
.AnyTagClassName
{
color: #D2F0D3;
}
</style>
background-color css
<style>
a { background-color: #D2F0D3; }
a { background-color: rgb(210,240,211); }
div.DivClassName
{
background-color: #D2F0D3;
}
.BgClassName
{
background-color: #D2F0D3;
}
</style>
border-color css
<style>
span { border-color: #D2F0D3; }
span { border-color: rgb(210,240,211); }
td.TdClassName
{
border-color: #D2F0D3;
}
.TagClassName
{
border-color: #D2F0D3;
}
</style>