Shades of Tara #D1FAD5
Tints of Tara #D1FAD5
RGB
CMYK
RGB Variations
Color information
#D1FAD5 (or 0xD1FAD5) is known color: Tara. HEX triplet: D1, FA and D5. RGB value is (209,250,213). Sum of RGB (Red+Green+Blue) = 209+250+213=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FAD5 is #2E052A. Grayscale: #E9E9E9. Windows color (decimal): -3015979 or 14023377. OLE color: 14023377.
HSL color Cylindrical-coordinate representation of color #D1FAD5: hue angle of 125.85º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1FAD5 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 213 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.02 |
| HSL | 125.85º | 0.8% | 0.9% | - |
| HSV(B) | 125.85º | 0.16% | 0.98% | - |
| XYZ | 72.49 | 86.73 | 75.87 | - |
| YUV | 233.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 213 | 0.16 | 0 | 0.15 | 0.02 | 125.85 | 0.8 | 0.9 |
| Hex | D1 | FA | D5 | 10 | 0 | F | 2 | 7E | 50 | 5A |
| Octal | 321 | 372 | 325 | 20 | 0 | 17 | 2 | 176 | 120 | 132 |
| Binary | 11010001 | 11111010 | 11010101 | 10000 | 0 | 1111 | 10 | 1111110 | 1010000 | 1011010 |
Color Harmonies of #D1FAD5
Complementary color
Monochromatic Colors of #D1FAD5
Black with #D1FAD5
Text Example
Text Example
White with #D1FAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAD5; }
p { color: rgb(209,250,213); }
H1.HeaderClassName
{
color: #D1FAD5;
}
.AnyTagClassName
{
color: #D1FAD5;
}
</style>
background-color css
<style>
a { background-color: #D1FAD5; }
a { background-color: rgb(209,250,213); }
div.DivClassName
{
background-color: #D1FAD5;
}
.BgClassName
{
background-color: #D1FAD5;
}
</style>
border-color css
<style>
span { border-color: #D1FAD5; }
span { border-color: rgb(209,250,213); }
td.TdClassName
{
border-color: #D1FAD5;
}
.TagClassName
{
border-color: #D1FAD5;
}
</style>