Shades of Tara #D8F2D8
Tints of Tara #D8F2D8
RGB
CMYK
RGB Variations
Color information
#D8F2D8 (or 0xD8F2D8) is known color: Tara. HEX triplet: D8, F2 and D8. RGB value is (216,242,216). Sum of RGB (Red+Green+Blue) = 216+242+216=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2D8 is #270D27. Grayscale: #E7E7E7. Windows color (decimal): -2559272 or 14217944. OLE color: 14217944.
HSL color Cylindrical-coordinate representation of color #D8F2D8: hue angle of 120º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F2D8 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 216 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.05 |
| HSL | 120º | 0.5% | 0.9% | - |
| HSV(B) | 120º | 0.11% | 0.95% | - |
| XYZ | 72.47 | 83.06 | 77.18 | - |
| YUV | 231.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 216 | 0.11 | 0 | 0.11 | 0.05 | 120 | 0.5 | 0.9 |
| Hex | D8 | F2 | D8 | B | 0 | B | 5 | 78 | 32 | 5A |
| Octal | 330 | 362 | 330 | 13 | 0 | 13 | 5 | 170 | 62 | 132 |
| Binary | 11011000 | 11110010 | 11011000 | 1011 | 0 | 1011 | 101 | 1111000 | 110010 | 1011010 |
Color Harmonies of #D8F2D8
Complementary color
Monochromatic Colors of #D8F2D8
Black with #D8F2D8
Text Example
Text Example
White with #D8F2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2D8; }
p { color: rgb(216,242,216); }
H1.HeaderClassName
{
color: #D8F2D8;
}
.AnyTagClassName
{
color: #D8F2D8;
}
</style>
background-color css
<style>
a { background-color: #D8F2D8; }
a { background-color: rgb(216,242,216); }
div.DivClassName
{
background-color: #D8F2D8;
}
.BgClassName
{
background-color: #D8F2D8;
}
</style>
border-color css
<style>
span { border-color: #D8F2D8; }
span { border-color: rgb(216,242,216); }
td.TdClassName
{
border-color: #D8F2D8;
}
.TagClassName
{
border-color: #D8F2D8;
}
</style>