Shades of Tara #D1FFD2
Tints of Tara #D1FFD2
RGB
CMYK
RGB Variations
Color information
#D1FFD2 (or 0xD1FFD2) is known color: Tara. HEX triplet: D1, FF and D2. RGB value is (209,255,210). Sum of RGB (Red+Green+Blue) = 209+255+210=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FFD2 is #2E002D. Grayscale: #ECECEC. Windows color (decimal): -3014702 or 13828049. OLE color: 13828049.
HSL color Cylindrical-coordinate representation of color #D1FFD2: hue angle of 121.3º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FFD2 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 210 | - |
| CMYK | 0.18 | 0 | 0.18 | 0 |
| HSL | 121.3º | 1% | 0.91% | - |
| HSV(B) | 121.3º | 0.18% | 1% | - |
| XYZ | 73.69 | 89.73 | 74.41 | - |
| YUV | 236.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 210 | 0.18 | 0 | 0.18 | 0 | 121.3 | 1 | 0.91 |
| Hex | D1 | FF | D2 | 12 | 0 | 12 | 0 | 79 | 64 | 5B |
| Octal | 321 | 377 | 322 | 22 | 0 | 22 | 0 | 171 | 144 | 133 |
| Binary | 11010001 | 11111111 | 11010010 | 10010 | 0 | 10010 | 0 | 1111001 | 1100100 | 1011011 |
Color Harmonies of #D1FFD2
Complementary color
Monochromatic Colors of #D1FFD2
Black with #D1FFD2
Text Example
Text Example
White with #D1FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FFD2; }
p { color: rgb(209,255,210); }
H1.HeaderClassName
{
color: #D1FFD2;
}
.AnyTagClassName
{
color: #D1FFD2;
}
</style>
background-color css
<style>
a { background-color: #D1FFD2; }
a { background-color: rgb(209,255,210); }
div.DivClassName
{
background-color: #D1FFD2;
}
.BgClassName
{
background-color: #D1FFD2;
}
</style>
border-color css
<style>
span { border-color: #D1FFD2; }
span { border-color: rgb(209,255,210); }
td.TdClassName
{
border-color: #D1FFD2;
}
.TagClassName
{
border-color: #D1FFD2;
}
</style>