Shades of Tara #D3F4D4
Tints of Tara #D3F4D4
RGB
CMYK
RGB Variations
Color information
#D3F4D4 (or 0xD3F4D4) is known color: Tara. HEX triplet: D3, F4 and D4. RGB value is (211,244,212). Sum of RGB (Red+Green+Blue) = 211+244+212=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F4D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F4D4 is #2C0B2B. Grayscale: #E6E6E6. Windows color (decimal): -2886444 or 13956307. OLE color: 13956307.
HSL color Cylindrical-coordinate representation of color #D3F4D4: hue angle of 121.82º 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 #D3F4D4 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 212 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.04 |
| HSL | 121.82º | 0.6% | 0.89% | - |
| HSV(B) | 121.82º | 0.14% | 0.96% | - |
| XYZ | 71.1 | 83.3 | 74.62 | - |
| YUV | 230.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 212 | 0.14 | 0 | 0.13 | 0.04 | 121.82 | 0.6 | 0.89 |
| Hex | D3 | F4 | D4 | E | 0 | D | 4 | 7A | 3C | 59 |
| Octal | 323 | 364 | 324 | 16 | 0 | 15 | 4 | 172 | 74 | 131 |
| Binary | 11010011 | 11110100 | 11010100 | 1110 | 0 | 1101 | 100 | 1111010 | 111100 | 1011001 |
Color Harmonies of #D3F4D4
Complementary color
Monochromatic Colors of #D3F4D4
Black with #D3F4D4
Text Example
Text Example
White with #D3F4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F4D4; }
p { color: rgb(211,244,212); }
H1.HeaderClassName
{
color: #D3F4D4;
}
.AnyTagClassName
{
color: #D3F4D4;
}
</style>
background-color css
<style>
a { background-color: #D3F4D4; }
a { background-color: rgb(211,244,212); }
div.DivClassName
{
background-color: #D3F4D4;
}
.BgClassName
{
background-color: #D3F4D4;
}
</style>
border-color css
<style>
span { border-color: #D3F4D4; }
span { border-color: rgb(211,244,212); }
td.TdClassName
{
border-color: #D3F4D4;
}
.TagClassName
{
border-color: #D3F4D4;
}
</style>