Shades of Tara #D2FAD2
Tints of Tara #D2FAD2
RGB
CMYK
RGB Variations
Color information
#D2FAD2 (or 0xD2FAD2) is known color: Tara. HEX triplet: D2, FA and D2. RGB value is (210,250,210). Sum of RGB (Red+Green+Blue) = 210+250+210=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FAD2 is #2D052D. Grayscale: #E9E9E9. Windows color (decimal): -2950446 or 13826770. OLE color: 13826770.
HSL color Cylindrical-coordinate representation of color #D2FAD2: hue angle of 120º 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 #D2FAD2 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 210 | 250 | 210 | - |
CMYK | 0.16 | 0 | 0.16 | 0.02 |
HSL | 120º | 0.8% | 0.9% | - |
HSV(B) | 120º | 0.16% | 0.98% | - |
XYZ | 72.4 | 86.73 | 73.9 | - |
YUV | 233.48 | 114.75 | 111.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 250 | 210 | 0.16 | 0 | 0.16 | 0.02 | 120 | 0.8 | 0.9 |
Hex | D2 | FA | D2 | 10 | 0 | 10 | 2 | 78 | 50 | 5A |
Octal | 322 | 372 | 322 | 20 | 0 | 20 | 2 | 170 | 120 | 132 |
Binary | 11010010 | 11111010 | 11010010 | 10000 | 0 | 10000 | 10 | 1111000 | 1010000 | 1011010 |
Color Harmonies of #D2FAD2
Complementary color
Monochromatic Colors of #D2FAD2
Black with #D2FAD2
Text Example
Text Example
White with #D2FAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FAD2; }
p { color: rgb(210,250,210); }
H1.HeaderClassName
{
color: #D2FAD2;
}
.AnyTagClassName
{
color: #D2FAD2;
}
</style>
background-color css
<style>
a { background-color: #D2FAD2; }
a { background-color: rgb(210,250,210); }
div.DivClassName
{
background-color: #D2FAD2;
}
.BgClassName
{
background-color: #D2FAD2;
}
</style>
border-color css
<style>
span { border-color: #D2FAD2; }
span { border-color: rgb(210,250,210); }
td.TdClassName
{
border-color: #D2FAD2;
}
.TagClassName
{
border-color: #D2FAD2;
}
</style>