Shades of Tara #D0F7D3
Tints of Tara #D0F7D3
RGB
CMYK
RGB Variations
Color information
#D0F7D3 (or 0xD0F7D3) is known color: Tara. HEX triplet: D0, F7 and D3. RGB value is (208,247,211). Sum of RGB (Red+Green+Blue) = 208+247+211=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7D3 is #2F082C. Grayscale: #E7E7E7. Windows color (decimal): -3082285 or 13891536. OLE color: 13891536.
HSL color Cylindrical-coordinate representation of color #D0F7D3: hue angle of 124.62º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7D3 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 211 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.03 |
| HSL | 124.62º | 0.71% | 0.89% | - |
| HSV(B) | 124.62º | 0.16% | 0.97% | - |
| XYZ | 71.03 | 84.63 | 74.22 | - |
| YUV | 231.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 211 | 0.16 | 0 | 0.15 | 0.03 | 124.62 | 0.71 | 0.89 |
| Hex | D0 | F7 | D3 | 10 | 0 | F | 3 | 7D | 47 | 59 |
| Octal | 320 | 367 | 323 | 20 | 0 | 17 | 3 | 175 | 107 | 131 |
| Binary | 11010000 | 11110111 | 11010011 | 10000 | 0 | 1111 | 11 | 1111101 | 1000111 | 1011001 |
Color Harmonies of #D0F7D3
Complementary color
Monochromatic Colors of #D0F7D3
Black with #D0F7D3
Text Example
Text Example
White with #D0F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7D3; }
p { color: rgb(208,247,211); }
H1.HeaderClassName
{
color: #D0F7D3;
}
.AnyTagClassName
{
color: #D0F7D3;
}
</style>
background-color css
<style>
a { background-color: #D0F7D3; }
a { background-color: rgb(208,247,211); }
div.DivClassName
{
background-color: #D0F7D3;
}
.BgClassName
{
background-color: #D0F7D3;
}
</style>
border-color css
<style>
span { border-color: #D0F7D3; }
span { border-color: rgb(208,247,211); }
td.TdClassName
{
border-color: #D0F7D3;
}
.TagClassName
{
border-color: #D0F7D3;
}
</style>