Shades of Tara #D0FAD1
Tints of Tara #D0FAD1
RGB
CMYK
RGB Variations
Color information
#D0FAD1 (or 0xD0FAD1) is known color: Tara. HEX triplet: D0, FA and D1. RGB value is (208,250,209). Sum of RGB (Red+Green+Blue) = 208+250+209=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAD1 is #2F052E. Grayscale: #E8E8E8. Windows color (decimal): -3081519 or 13761232. OLE color: 13761232.
HSL color Cylindrical-coordinate representation of color #D0FAD1: hue angle of 121.43º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FAD1 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 209 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.02 |
| HSL | 121.43º | 0.81% | 0.9% | - |
| HSV(B) | 121.43º | 0.17% | 0.98% | - |
| XYZ | 71.71 | 86.38 | 73.22 | - |
| YUV | 232.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 209 | 0.17 | 0 | 0.16 | 0.02 | 121.43 | 0.81 | 0.9 |
| Hex | D0 | FA | D1 | 11 | 0 | 10 | 2 | 79 | 51 | 5A |
| Octal | 320 | 372 | 321 | 21 | 0 | 20 | 2 | 171 | 121 | 132 |
| Binary | 11010000 | 11111010 | 11010001 | 10001 | 0 | 10000 | 10 | 1111001 | 1010001 | 1011010 |
Color Harmonies of #D0FAD1
Complementary color
Monochromatic Colors of #D0FAD1
Black with #D0FAD1
Text Example
Text Example
White with #D0FAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAD1; }
p { color: rgb(208,250,209); }
H1.HeaderClassName
{
color: #D0FAD1;
}
.AnyTagClassName
{
color: #D0FAD1;
}
</style>
background-color css
<style>
a { background-color: #D0FAD1; }
a { background-color: rgb(208,250,209); }
div.DivClassName
{
background-color: #D0FAD1;
}
.BgClassName
{
background-color: #D0FAD1;
}
</style>
border-color css
<style>
span { border-color: #D0FAD1; }
span { border-color: rgb(208,250,209); }
td.TdClassName
{
border-color: #D0FAD1;
}
.TagClassName
{
border-color: #D0FAD1;
}
</style>