Shades of Tara #D3F0D4
Tints of Tara #D3F0D4
RGB
CMYK
RGB Variations
Color information
#D3F0D4 (or 0xD3F0D4) is known color: Tara. HEX triplet: D3, F0 and D4. RGB value is (211,240,212). Sum of RGB (Red+Green+Blue) = 211+240+212=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F0D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F0D4 is #2C0F2B. Grayscale: #E4E4E4. Windows color (decimal): -2887468 or 13955283. OLE color: 13955283.
HSL color Cylindrical-coordinate representation of color #D3F0D4: hue angle of 122.07º degrees, saturation: 0.49, 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 #D3F0D4 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 212 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.06 |
| HSL | 122.07º | 0.49% | 0.88% | - |
| HSV(B) | 122.07º | 0.12% | 0.94% | - |
| XYZ | 69.91 | 80.92 | 74.22 | - |
| YUV | 228.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 212 | 0.12 | 0 | 0.12 | 0.06 | 122.07 | 0.49 | 0.88 |
| Hex | D3 | F0 | D4 | C | 0 | C | 6 | 7A | 31 | 58 |
| Octal | 323 | 360 | 324 | 14 | 0 | 14 | 6 | 172 | 61 | 130 |
| Binary | 11010011 | 11110000 | 11010100 | 1100 | 0 | 1100 | 110 | 1111010 | 110001 | 1011000 |
Color Harmonies of #D3F0D4
Complementary color
Monochromatic Colors of #D3F0D4
Black with #D3F0D4
Text Example
Text Example
White with #D3F0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F0D4; }
p { color: rgb(211,240,212); }
H1.HeaderClassName
{
color: #D3F0D4;
}
.AnyTagClassName
{
color: #D3F0D4;
}
</style>
background-color css
<style>
a { background-color: #D3F0D4; }
a { background-color: rgb(211,240,212); }
div.DivClassName
{
background-color: #D3F0D4;
}
.BgClassName
{
background-color: #D3F0D4;
}
</style>
border-color css
<style>
span { border-color: #D3F0D4; }
span { border-color: rgb(211,240,212); }
td.TdClassName
{
border-color: #D3F0D4;
}
.TagClassName
{
border-color: #D3F0D4;
}
</style>