Shades of Tara #D0F4D1
Tints of Tara #D0F4D1
RGB
CMYK
RGB Variations
Color information
#D0F4D1 (or 0xD0F4D1) is known color: Tara. HEX triplet: D0, F4 and D1. RGB value is (208,244,209). Sum of RGB (Red+Green+Blue) = 208+244+209=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F4D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F4D1 is #2F0B2E. Grayscale: #E5E5E5. Windows color (decimal): -3083055 or 13759696. OLE color: 13759696.
HSL color Cylindrical-coordinate representation of color #D0F4D1: hue angle of 121.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F4D1 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 209 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.04 |
| HSL | 121.67º | 0.62% | 0.89% | - |
| HSV(B) | 121.67º | 0.15% | 0.96% | - |
| XYZ | 69.87 | 82.71 | 72.6 | - |
| YUV | 229.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 209 | 0.15 | 0 | 0.14 | 0.04 | 121.67 | 0.62 | 0.89 |
| Hex | D0 | F4 | D1 | F | 0 | E | 4 | 7A | 3E | 59 |
| Octal | 320 | 364 | 321 | 17 | 0 | 16 | 4 | 172 | 76 | 131 |
| Binary | 11010000 | 11110100 | 11010001 | 1111 | 0 | 1110 | 100 | 1111010 | 111110 | 1011001 |
Color Harmonies of #D0F4D1
Complementary color
Monochromatic Colors of #D0F4D1
Black with #D0F4D1
Text Example
Text Example
White with #D0F4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F4D1; }
p { color: rgb(208,244,209); }
H1.HeaderClassName
{
color: #D0F4D1;
}
.AnyTagClassName
{
color: #D0F4D1;
}
</style>
background-color css
<style>
a { background-color: #D0F4D1; }
a { background-color: rgb(208,244,209); }
div.DivClassName
{
background-color: #D0F4D1;
}
.BgClassName
{
background-color: #D0F4D1;
}
</style>
border-color css
<style>
span { border-color: #D0F4D1; }
span { border-color: rgb(208,244,209); }
td.TdClassName
{
border-color: #D0F4D1;
}
.TagClassName
{
border-color: #D0F4D1;
}
</style>