Shades of Tara #D0FDD2
Tints of Tara #D0FDD2
RGB
CMYK
RGB Variations
Color information
#D0FDD2 (or 0xD0FDD2) is known color: Tara. HEX triplet: D0, FD and D2. RGB value is (208,253,210). Sum of RGB (Red+Green+Blue) = 208+253+210=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 210 (82.42% from 255 or 31.30% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDD2 is #2F022D. Grayscale: #EAEAEA. Windows color (decimal): -3080750 or 13827536. OLE color: 13827536.
HSL color Cylindrical-coordinate representation of color #D0FDD2: hue angle of 122.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FDD2 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 210 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.01 |
| HSL | 122.67º | 0.92% | 0.9% | - |
| HSV(B) | 122.67º | 0.18% | 0.99% | - |
| XYZ | 72.77 | 88.31 | 74.18 | - |
| YUV | 234.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 210 | 0.18 | 0 | 0.17 | 0.01 | 122.67 | 0.92 | 0.9 |
| Hex | D0 | FD | D2 | 12 | 0 | 11 | 1 | 7B | 5C | 5A |
| Octal | 320 | 375 | 322 | 22 | 0 | 21 | 1 | 173 | 134 | 132 |
| Binary | 11010000 | 11111101 | 11010010 | 10010 | 0 | 10001 | 1 | 1111011 | 1011100 | 1011010 |
Color Harmonies of #D0FDD2
Complementary color
Monochromatic Colors of #D0FDD2
Black with #D0FDD2
Text Example
Text Example
White with #D0FDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDD2; }
p { color: rgb(208,253,210); }
H1.HeaderClassName
{
color: #D0FDD2;
}
.AnyTagClassName
{
color: #D0FDD2;
}
</style>
background-color css
<style>
a { background-color: #D0FDD2; }
a { background-color: rgb(208,253,210); }
div.DivClassName
{
background-color: #D0FDD2;
}
.BgClassName
{
background-color: #D0FDD2;
}
</style>
border-color css
<style>
span { border-color: #D0FDD2; }
span { border-color: rgb(208,253,210); }
td.TdClassName
{
border-color: #D0FDD2;
}
.TagClassName
{
border-color: #D0FDD2;
}
</style>