Shades of Tara #D2FFD5
Tints of Tara #D2FFD5
RGB
CMYK
RGB Variations
Color information
#D2FFD5 (or 0xD2FFD5) is known color: Tara. HEX triplet: D2, FF and D5. RGB value is (210,255,213). Sum of RGB (Red+Green+Blue) = 210+255+213=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 213 (83.59% from 255 or 31.42% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFD5 is #2D002A. Grayscale: #ECECEC. Windows color (decimal): -2949163 or 14024658. OLE color: 14024658.
HSL color Cylindrical-coordinate representation of color #D2FFD5: hue angle of 124º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFD5 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 213 | - |
| CMYK | 0.18 | 0 | 0.16 | 0 |
| HSL | 124º | 1% | 0.91% | - |
| HSV(B) | 124º | 0.18% | 1% | - |
| XYZ | 74.35 | 90.03 | 76.41 | - |
| YUV | 236.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 213 | 0.18 | 0 | 0.16 | 0 | 124 | 1 | 0.91 |
| Hex | D2 | FF | D5 | 12 | 0 | 10 | 0 | 7C | 64 | 5B |
| Octal | 322 | 377 | 325 | 22 | 0 | 20 | 0 | 174 | 144 | 133 |
| Binary | 11010010 | 11111111 | 11010101 | 10010 | 0 | 10000 | 0 | 1111100 | 1100100 | 1011011 |
Color Harmonies of #D2FFD5
Complementary color
Monochromatic Colors of #D2FFD5
Black with #D2FFD5
Text Example
Text Example
White with #D2FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFD5; }
p { color: rgb(210,255,213); }
H1.HeaderClassName
{
color: #D2FFD5;
}
.AnyTagClassName
{
color: #D2FFD5;
}
</style>
background-color css
<style>
a { background-color: #D2FFD5; }
a { background-color: rgb(210,255,213); }
div.DivClassName
{
background-color: #D2FFD5;
}
.BgClassName
{
background-color: #D2FFD5;
}
</style>
border-color css
<style>
span { border-color: #D2FFD5; }
span { border-color: rgb(210,255,213); }
td.TdClassName
{
border-color: #D2FFD5;
}
.TagClassName
{
border-color: #D2FFD5;
}
</style>