Shades of Tara #D1FAD3
Tints of Tara #D1FAD3
RGB
CMYK
RGB Variations
Color information
#D1FAD3 (or 0xD1FAD3) is known color: Tara. HEX triplet: D1, FA and D3. RGB value is (209,250,211). Sum of RGB (Red+Green+Blue) = 209+250+211=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FAD3 is #2E052C. Grayscale: #E9E9E9. Windows color (decimal): -3015981 or 13892305. OLE color: 13892305.
HSL color Cylindrical-coordinate representation of color #D1FAD3: hue angle of 122.93º 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 #D1FAD3 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 211 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.02 |
| HSL | 122.93º | 0.8% | 0.9% | - |
| HSV(B) | 122.93º | 0.16% | 0.98% | - |
| XYZ | 72.24 | 86.63 | 74.54 | - |
| YUV | 233.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 211 | 0.16 | 0 | 0.16 | 0.02 | 122.93 | 0.8 | 0.9 |
| Hex | D1 | FA | D3 | 10 | 0 | 10 | 2 | 7B | 50 | 5A |
| Octal | 321 | 372 | 323 | 20 | 0 | 20 | 2 | 173 | 120 | 132 |
| Binary | 11010001 | 11111010 | 11010011 | 10000 | 0 | 10000 | 10 | 1111011 | 1010000 | 1011010 |
Color Harmonies of #D1FAD3
Complementary color
Monochromatic Colors of #D1FAD3
Black with #D1FAD3
Text Example
Text Example
White with #D1FAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAD3; }
p { color: rgb(209,250,211); }
H1.HeaderClassName
{
color: #D1FAD3;
}
.AnyTagClassName
{
color: #D1FAD3;
}
</style>
background-color css
<style>
a { background-color: #D1FAD3; }
a { background-color: rgb(209,250,211); }
div.DivClassName
{
background-color: #D1FAD3;
}
.BgClassName
{
background-color: #D1FAD3;
}
</style>
border-color css
<style>
span { border-color: #D1FAD3; }
span { border-color: rgb(209,250,211); }
td.TdClassName
{
border-color: #D1FAD3;
}
.TagClassName
{
border-color: #D1FAD3;
}
</style>