Shades of Tara #D0F5D4
Tints of Tara #D0F5D4
RGB
CMYK
RGB Variations
Color information
#D0F5D4 (or 0xD0F5D4) is known color: Tara. HEX triplet: D0, F5 and D4. RGB value is (208,245,212). Sum of RGB (Red+Green+Blue) = 208+245+212=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F5D4 is #2F0A2B. Grayscale: #E6E6E6. Windows color (decimal): -3082796 or 13956560. OLE color: 13956560.
HSL color Cylindrical-coordinate representation of color #D0F5D4: hue angle of 126.49º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F5D4 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 212 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.04 |
| HSL | 126.49º | 0.65% | 0.89% | - |
| HSV(B) | 126.49º | 0.15% | 0.96% | - |
| XYZ | 70.55 | 83.47 | 74.68 | - |
| YUV | 230.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 212 | 0.15 | 0 | 0.13 | 0.04 | 126.49 | 0.65 | 0.89 |
| Hex | D0 | F5 | D4 | F | 0 | D | 4 | 7E | 41 | 59 |
| Octal | 320 | 365 | 324 | 17 | 0 | 15 | 4 | 176 | 101 | 131 |
| Binary | 11010000 | 11110101 | 11010100 | 1111 | 0 | 1101 | 100 | 1111110 | 1000001 | 1011001 |
Color Harmonies of #D0F5D4
Complementary color
Monochromatic Colors of #D0F5D4
Black with #D0F5D4
Text Example
Text Example
White with #D0F5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F5D4; }
p { color: rgb(208,245,212); }
H1.HeaderClassName
{
color: #D0F5D4;
}
.AnyTagClassName
{
color: #D0F5D4;
}
</style>
background-color css
<style>
a { background-color: #D0F5D4; }
a { background-color: rgb(208,245,212); }
div.DivClassName
{
background-color: #D0F5D4;
}
.BgClassName
{
background-color: #D0F5D4;
}
</style>
border-color css
<style>
span { border-color: #D0F5D4; }
span { border-color: rgb(208,245,212); }
td.TdClassName
{
border-color: #D0F5D4;
}
.TagClassName
{
border-color: #D0F5D4;
}
</style>