Shades of Tara #D3F1D4
Tints of Tara #D3F1D4
RGB
CMYK
RGB Variations
Color information
#D3F1D4 (or 0xD3F1D4) is known color: Tara. HEX triplet: D3, F1 and D4. RGB value is (211,241,212). Sum of RGB (Red+Green+Blue) = 211+241+212=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F1D4 is #2C0E2B. Grayscale: #E4E4E4. Windows color (decimal): -2887212 or 13955539. OLE color: 13955539.
HSL color Cylindrical-coordinate representation of color #D3F1D4: hue angle of 122º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3F1D4 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 212 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.05 |
| HSL | 122º | 0.52% | 0.89% | - |
| HSV(B) | 122º | 0.12% | 0.95% | - |
| XYZ | 70.2 | 81.51 | 74.32 | - |
| YUV | 228.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 212 | 0.12 | 0 | 0.12 | 0.05 | 122 | 0.52 | 0.89 |
| Hex | D3 | F1 | D4 | C | 0 | C | 5 | 7A | 34 | 59 |
| Octal | 323 | 361 | 324 | 14 | 0 | 14 | 5 | 172 | 64 | 131 |
| Binary | 11010011 | 11110001 | 11010100 | 1100 | 0 | 1100 | 101 | 1111010 | 110100 | 1011001 |
Color Harmonies of #D3F1D4
Complementary color
Monochromatic Colors of #D3F1D4
Black with #D3F1D4
Text Example
Text Example
White with #D3F1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F1D4; }
p { color: rgb(211,241,212); }
H1.HeaderClassName
{
color: #D3F1D4;
}
.AnyTagClassName
{
color: #D3F1D4;
}
</style>
background-color css
<style>
a { background-color: #D3F1D4; }
a { background-color: rgb(211,241,212); }
div.DivClassName
{
background-color: #D3F1D4;
}
.BgClassName
{
background-color: #D3F1D4;
}
</style>
border-color css
<style>
span { border-color: #D3F1D4; }
span { border-color: rgb(211,241,212); }
td.TdClassName
{
border-color: #D3F1D4;
}
.TagClassName
{
border-color: #D3F1D4;
}
</style>