Shades of Tara #D2FDD4
Tints of Tara #D2FDD4
RGB
CMYK
RGB Variations
Color information
#D2FDD4 (or 0xD2FDD4) is known color: Tara. HEX triplet: D2, FD and D4. RGB value is (210,253,212). Sum of RGB (Red+Green+Blue) = 210+253+212=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FDD4 is #2D022B. Grayscale: #EBEBEB. Windows color (decimal): -2949676 or 13958610. OLE color: 13958610.
HSL color Cylindrical-coordinate representation of color #D2FDD4: hue angle of 122.79º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FDD4 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 212 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.01 |
| HSL | 122.79º | 0.91% | 0.91% | - |
| HSV(B) | 122.79º | 0.17% | 0.99% | - |
| XYZ | 73.59 | 88.71 | 75.53 | - |
| YUV | 235.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 212 | 0.17 | 0 | 0.16 | 0.01 | 122.79 | 0.91 | 0.91 |
| Hex | D2 | FD | D4 | 11 | 0 | 10 | 1 | 7B | 5B | 5B |
| Octal | 322 | 375 | 324 | 21 | 0 | 20 | 1 | 173 | 133 | 133 |
| Binary | 11010010 | 11111101 | 11010100 | 10001 | 0 | 10000 | 1 | 1111011 | 1011011 | 1011011 |
Color Harmonies of #D2FDD4
Complementary color
Monochromatic Colors of #D2FDD4
Black with #D2FDD4
Text Example
Text Example
White with #D2FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDD4; }
p { color: rgb(210,253,212); }
H1.HeaderClassName
{
color: #D2FDD4;
}
.AnyTagClassName
{
color: #D2FDD4;
}
</style>
background-color css
<style>
a { background-color: #D2FDD4; }
a { background-color: rgb(210,253,212); }
div.DivClassName
{
background-color: #D2FDD4;
}
.BgClassName
{
background-color: #D2FDD4;
}
</style>
border-color css
<style>
span { border-color: #D2FDD4; }
span { border-color: rgb(210,253,212); }
td.TdClassName
{
border-color: #D2FDD4;
}
.TagClassName
{
border-color: #D2FDD4;
}
</style>