Shades of Tara #D0F1D1
Tints of Tara #D0F1D1
RGB
CMYK
RGB Variations
Color information
#D0F1D1 (or 0xD0F1D1) is known color: Tara. HEX triplet: D0, F1 and D1. RGB value is (208,241,209). Sum of RGB (Red+Green+Blue) = 208+241+209=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1D1 is #2F0E2E. Grayscale: #E3E3E3. Windows color (decimal): -3083823 or 13758928. OLE color: 13758928.
HSL color Cylindrical-coordinate representation of color #D0F1D1: hue angle of 121.82º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F1D1 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 209 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.05 |
| HSL | 121.82º | 0.54% | 0.88% | - |
| HSV(B) | 121.82º | 0.14% | 0.95% | - |
| XYZ | 68.98 | 80.92 | 72.31 | - |
| YUV | 227.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 209 | 0.14 | 0 | 0.13 | 0.05 | 121.82 | 0.54 | 0.88 |
| Hex | D0 | F1 | D1 | E | 0 | D | 5 | 7A | 36 | 58 |
| Octal | 320 | 361 | 321 | 16 | 0 | 15 | 5 | 172 | 66 | 130 |
| Binary | 11010000 | 11110001 | 11010001 | 1110 | 0 | 1101 | 101 | 1111010 | 110110 | 1011000 |
Color Harmonies of #D0F1D1
Complementary color
Monochromatic Colors of #D0F1D1
Black with #D0F1D1
Text Example
Text Example
White with #D0F1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1D1; }
p { color: rgb(208,241,209); }
H1.HeaderClassName
{
color: #D0F1D1;
}
.AnyTagClassName
{
color: #D0F1D1;
}
</style>
background-color css
<style>
a { background-color: #D0F1D1; }
a { background-color: rgb(208,241,209); }
div.DivClassName
{
background-color: #D0F1D1;
}
.BgClassName
{
background-color: #D0F1D1;
}
</style>
border-color css
<style>
span { border-color: #D0F1D1; }
span { border-color: rgb(208,241,209); }
td.TdClassName
{
border-color: #D0F1D1;
}
.TagClassName
{
border-color: #D0F1D1;
}
</style>