Shades of Tara #D0FAD3
Tints of Tara #D0FAD3
RGB
CMYK
RGB Variations
Color information
#D0FAD3 (or 0xD0FAD3) is known color: Tara. HEX triplet: D0, FA and D3. RGB value is (208,250,211). Sum of RGB (Red+Green+Blue) = 208+250+211=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAD3 is #2F052C. Grayscale: #E9E9E9. Windows color (decimal): -3081517 or 13892304. OLE color: 13892304.
HSL color Cylindrical-coordinate representation of color #D0FAD3: hue angle of 124.29º 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 #D0FAD3 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 211 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.02 |
| HSL | 124.29º | 0.81% | 0.9% | - |
| HSV(B) | 124.29º | 0.17% | 0.98% | - |
| XYZ | 71.96 | 86.48 | 74.53 | - |
| YUV | 233 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 211 | 0.17 | 0 | 0.16 | 0.02 | 124.29 | 0.81 | 0.9 |
| Hex | D0 | FA | D3 | 11 | 0 | 10 | 2 | 7C | 51 | 5A |
| Octal | 320 | 372 | 323 | 21 | 0 | 20 | 2 | 174 | 121 | 132 |
| Binary | 11010000 | 11111010 | 11010011 | 10001 | 0 | 10000 | 10 | 1111100 | 1010001 | 1011010 |
Color Harmonies of #D0FAD3
Complementary color
Monochromatic Colors of #D0FAD3
Black with #D0FAD3
Text Example
Text Example
White with #D0FAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FAD3; }
p { color: rgb(208,250,211); }
H1.HeaderClassName
{
color: #D0FAD3;
}
.AnyTagClassName
{
color: #D0FAD3;
}
</style>
background-color css
<style>
a { background-color: #D0FAD3; }
a { background-color: rgb(208,250,211); }
div.DivClassName
{
background-color: #D0FAD3;
}
.BgClassName
{
background-color: #D0FAD3;
}
</style>
border-color css
<style>
span { border-color: #D0FAD3; }
span { border-color: rgb(208,250,211); }
td.TdClassName
{
border-color: #D0FAD3;
}
.TagClassName
{
border-color: #D0FAD3;
}
</style>