Shades of Tara #D3F4D3
Tints of Tara #D3F4D3
RGB
CMYK
RGB Variations
Color information
#D3F4D3 (or 0xD3F4D3) is known color: Tara. HEX triplet: D3, F4 and D3. RGB value is (211,244,211). Sum of RGB (Red+Green+Blue) = 211+244+211=666 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.68% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F4D3 is #2C0B2C. Grayscale: #E6E6E6. Windows color (decimal): -2886445 or 13890771. OLE color: 13890771.
HSL color Cylindrical-coordinate representation of color #D3F4D3: hue angle of 120º degrees, saturation: 0.6, 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 #D3F4D3 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 211 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.04 |
| HSL | 120º | 0.6% | 0.89% | - |
| HSV(B) | 120º | 0.14% | 0.96% | - |
| XYZ | 70.97 | 83.25 | 73.96 | - |
| YUV | 230.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 211 | 0.14 | 0 | 0.14 | 0.04 | 120 | 0.6 | 0.89 |
| Hex | D3 | F4 | D3 | E | 0 | E | 4 | 78 | 3C | 59 |
| Octal | 323 | 364 | 323 | 16 | 0 | 16 | 4 | 170 | 74 | 131 |
| Binary | 11010011 | 11110100 | 11010011 | 1110 | 0 | 1110 | 100 | 1111000 | 111100 | 1011001 |
Color Harmonies of #D3F4D3
Complementary color
Monochromatic Colors of #D3F4D3
Black with #D3F4D3
Text Example
Text Example
White with #D3F4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F4D3; }
p { color: rgb(211,244,211); }
H1.HeaderClassName
{
color: #D3F4D3;
}
.AnyTagClassName
{
color: #D3F4D3;
}
</style>
background-color css
<style>
a { background-color: #D3F4D3; }
a { background-color: rgb(211,244,211); }
div.DivClassName
{
background-color: #D3F4D3;
}
.BgClassName
{
background-color: #D3F4D3;
}
</style>
border-color css
<style>
span { border-color: #D3F4D3; }
span { border-color: rgb(211,244,211); }
td.TdClassName
{
border-color: #D3F4D3;
}
.TagClassName
{
border-color: #D3F4D3;
}
</style>