Shades of Tara #D3F5D5
Tints of Tara #D3F5D5
RGB
CMYK
RGB Variations
Color information
#D3F5D5 (or 0xD3F5D5) is known color: Tara. HEX triplet: D3, F5 and D5. RGB value is (211,245,213). Sum of RGB (Red+Green+Blue) = 211+245+213=669 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.54% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F5D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F5D5 is #2C0A2A. Grayscale: #E7E7E7. Windows color (decimal): -2886187 or 14022099. OLE color: 14022099.
HSL color Cylindrical-coordinate representation of color #D3F5D5: hue angle of 123.53º degrees, saturation: 0.63, 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 #D3F5D5 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 245 | 213 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.04 |
| HSL | 123.53º | 0.63% | 0.89% | - |
| HSV(B) | 123.53º | 0.14% | 0.96% | - |
| XYZ | 71.53 | 83.96 | 75.39 | - |
| YUV | 231.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 245 | 213 | 0.14 | 0 | 0.13 | 0.04 | 123.53 | 0.63 | 0.89 |
| Hex | D3 | F5 | D5 | E | 0 | D | 4 | 7C | 3F | 59 |
| Octal | 323 | 365 | 325 | 16 | 0 | 15 | 4 | 174 | 77 | 131 |
| Binary | 11010011 | 11110101 | 11010101 | 1110 | 0 | 1101 | 100 | 1111100 | 111111 | 1011001 |
Color Harmonies of #D3F5D5
Complementary color
Monochromatic Colors of #D3F5D5
Black with #D3F5D5
Text Example
Text Example
White with #D3F5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F5D5; }
p { color: rgb(211,245,213); }
H1.HeaderClassName
{
color: #D3F5D5;
}
.AnyTagClassName
{
color: #D3F5D5;
}
</style>
background-color css
<style>
a { background-color: #D3F5D5; }
a { background-color: rgb(211,245,213); }
div.DivClassName
{
background-color: #D3F5D5;
}
.BgClassName
{
background-color: #D3F5D5;
}
</style>
border-color css
<style>
span { border-color: #D3F5D5; }
span { border-color: rgb(211,245,213); }
td.TdClassName
{
border-color: #D3F5D5;
}
.TagClassName
{
border-color: #D3F5D5;
}
</style>