Shades of Tara #D1F5D2
Tints of Tara #D1F5D2
RGB
CMYK
RGB Variations
Color information
#D1F5D2 (or 0xD1F5D2) is known color: Tara. HEX triplet: D1, F5 and D2. RGB value is (209,245,210). Sum of RGB (Red+Green+Blue) = 209+245+210=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F5D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F5D2 is #2E0A2D. Grayscale: #E6E6E6. Windows color (decimal): -3017262 or 13825489. OLE color: 13825489.
HSL color Cylindrical-coordinate representation of color #D1F5D2: hue angle of 121.67º degrees, saturation: 0.64, 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 #D1F5D2 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 210 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.04 |
| HSL | 121.67º | 0.64% | 0.89% | - |
| HSV(B) | 121.67º | 0.15% | 0.96% | - |
| XYZ | 70.58 | 83.51 | 73.37 | - |
| YUV | 230.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 210 | 0.15 | 0 | 0.14 | 0.04 | 121.67 | 0.64 | 0.89 |
| Hex | D1 | F5 | D2 | F | 0 | E | 4 | 7A | 40 | 59 |
| Octal | 321 | 365 | 322 | 17 | 0 | 16 | 4 | 172 | 100 | 131 |
| Binary | 11010001 | 11110101 | 11010010 | 1111 | 0 | 1110 | 100 | 1111010 | 1000000 | 1011001 |
Color Harmonies of #D1F5D2
Complementary color
Monochromatic Colors of #D1F5D2
Black with #D1F5D2
Text Example
Text Example
White with #D1F5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F5D2; }
p { color: rgb(209,245,210); }
H1.HeaderClassName
{
color: #D1F5D2;
}
.AnyTagClassName
{
color: #D1F5D2;
}
</style>
background-color css
<style>
a { background-color: #D1F5D2; }
a { background-color: rgb(209,245,210); }
div.DivClassName
{
background-color: #D1F5D2;
}
.BgClassName
{
background-color: #D1F5D2;
}
</style>
border-color css
<style>
span { border-color: #D1F5D2; }
span { border-color: rgb(209,245,210); }
td.TdClassName
{
border-color: #D1F5D2;
}
.TagClassName
{
border-color: #D1F5D2;
}
</style>