Shades of Tara #D8EFD8
Tints of Tara #D8EFD8
RGB
CMYK
RGB Variations
Color information
#D8EFD8 (or 0xD8EFD8) is known color: Tara. HEX triplet: D8, EF and D8. RGB value is (216,239,216). Sum of RGB (Red+Green+Blue) = 216+239+216=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EFD8 is #271027. Grayscale: #E5E5E5. Windows color (decimal): -2560040 or 14217176. OLE color: 14217176.
HSL color Cylindrical-coordinate representation of color #D8EFD8: hue angle of 120º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8EFD8 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 216 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.06 |
| HSL | 120º | 0.42% | 0.89% | - |
| HSV(B) | 120º | 0.1% | 0.94% | - |
| XYZ | 71.58 | 81.29 | 76.88 | - |
| YUV | 229.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 216 | 0.10 | 0 | 0.10 | 0.06 | 120 | 0.42 | 0.89 |
| Hex | D8 | EF | D8 | A | 0 | A | 6 | 78 | 2A | 59 |
| Octal | 330 | 357 | 330 | 12 | 0 | 12 | 6 | 170 | 52 | 131 |
| Binary | 11011000 | 11101111 | 11011000 | 1010 | 0 | 1010 | 110 | 1111000 | 101010 | 1011001 |
Color Harmonies of #D8EFD8
Complementary color
Monochromatic Colors of #D8EFD8
Black with #D8EFD8
Text Example
Text Example
White with #D8EFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EFD8; }
p { color: rgb(216,239,216); }
H1.HeaderClassName
{
color: #D8EFD8;
}
.AnyTagClassName
{
color: #D8EFD8;
}
</style>
background-color css
<style>
a { background-color: #D8EFD8; }
a { background-color: rgb(216,239,216); }
div.DivClassName
{
background-color: #D8EFD8;
}
.BgClassName
{
background-color: #D8EFD8;
}
</style>
border-color css
<style>
span { border-color: #D8EFD8; }
span { border-color: rgb(216,239,216); }
td.TdClassName
{
border-color: #D8EFD8;
}
.TagClassName
{
border-color: #D8EFD8;
}
</style>