Shades of Tara #D3F4D6
Tints of Tara #D3F4D6
RGB
CMYK
RGB Variations
Color information
#D3F4D6 (or 0xD3F4D6) is known color: Tara. HEX triplet: D3, F4 and D6. RGB value is (211,244,214). Sum of RGB (Red+Green+Blue) = 211+244+214=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F4D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F4D6 is #2C0B29. Grayscale: #E6E6E6. Windows color (decimal): -2886442 or 14087379. OLE color: 14087379.
HSL color Cylindrical-coordinate representation of color #D3F4D6: hue angle of 125.45º 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 #D3F4D6 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 214 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.04 |
| HSL | 125.45º | 0.6% | 0.89% | - |
| HSV(B) | 125.45º | 0.14% | 0.96% | - |
| XYZ | 71.35 | 83.41 | 75.96 | - |
| YUV | 230.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 214 | 0.14 | 0 | 0.12 | 0.04 | 125.45 | 0.6 | 0.89 |
| Hex | D3 | F4 | D6 | E | 0 | C | 4 | 7D | 3C | 59 |
| Octal | 323 | 364 | 326 | 16 | 0 | 14 | 4 | 175 | 74 | 131 |
| Binary | 11010011 | 11110100 | 11010110 | 1110 | 0 | 1100 | 100 | 1111101 | 111100 | 1011001 |
Color Harmonies of #D3F4D6
Complementary color
Monochromatic Colors of #D3F4D6
Black with #D3F4D6
Text Example
Text Example
White with #D3F4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F4D6; }
p { color: rgb(211,244,214); }
H1.HeaderClassName
{
color: #D3F4D6;
}
.AnyTagClassName
{
color: #D3F4D6;
}
</style>
background-color css
<style>
a { background-color: #D3F4D6; }
a { background-color: rgb(211,244,214); }
div.DivClassName
{
background-color: #D3F4D6;
}
.BgClassName
{
background-color: #D3F4D6;
}
</style>
border-color css
<style>
span { border-color: #D3F4D6; }
span { border-color: rgb(211,244,214); }
td.TdClassName
{
border-color: #D3F4D6;
}
.TagClassName
{
border-color: #D3F4D6;
}
</style>