Shades of Tara #D2FFD4
Tints of Tara #D2FFD4
RGB
CMYK
RGB Variations
Color information
#D2FFD4 (or 0xD2FFD4) is known color: Tara. HEX triplet: D2, FF and D4. RGB value is (210,255,212). Sum of RGB (Red+Green+Blue) = 210+255+212=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 212 (83.20% from 255 or 31.31% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFD4 is #2D002B. Grayscale: #ECECEC. Windows color (decimal): -2949164 or 13959122. OLE color: 13959122.
HSL color Cylindrical-coordinate representation of color #D2FFD4: hue angle of 122.67º 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 #D2FFD4 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 210 | 255 | 212 | - |
CMYK | 0.18 | 0 | 0.17 | 0 |
HSL | 122.67º | 1% | 0.91% | - |
HSV(B) | 122.67º | 0.18% | 1% | - |
XYZ | 74.22 | 89.98 | 75.74 | - |
YUV | 236.64 | 114.09 | 109 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 255 | 212 | 0.18 | 0 | 0.17 | 0 | 122.67 | 1 | 0.91 |
Hex | D2 | FF | D4 | 12 | 0 | 11 | 0 | 7B | 64 | 5B |
Octal | 322 | 377 | 324 | 22 | 0 | 21 | 0 | 173 | 144 | 133 |
Binary | 11010010 | 11111111 | 11010100 | 10010 | 0 | 10001 | 0 | 1111011 | 1100100 | 1011011 |
Color Harmonies of #D2FFD4
Complementary color
Monochromatic Colors of #D2FFD4
Black with #D2FFD4
Text Example
Text Example
White with #D2FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFD4; }
p { color: rgb(210,255,212); }
H1.HeaderClassName
{
color: #D2FFD4;
}
.AnyTagClassName
{
color: #D2FFD4;
}
</style>
background-color css
<style>
a { background-color: #D2FFD4; }
a { background-color: rgb(210,255,212); }
div.DivClassName
{
background-color: #D2FFD4;
}
.BgClassName
{
background-color: #D2FFD4;
}
</style>
border-color css
<style>
span { border-color: #D2FFD4; }
span { border-color: rgb(210,255,212); }
td.TdClassName
{
border-color: #D2FFD4;
}
.TagClassName
{
border-color: #D2FFD4;
}
</style>