Shades of Tara #D6EFD7
Tints of Tara #D6EFD7
RGB
CMYK
RGB Variations
Color information
#D6EFD7 (or 0xD6EFD7) is known color: Tara. HEX triplet: D6, EF and D7. RGB value is (214,239,215). Sum of RGB (Red+Green+Blue) = 214+239+215=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 215 (84.38% from 255 or 32.19% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFD7 is #291028. Grayscale: #E4E4E4. Windows color (decimal): -2691113 or 14151638. OLE color: 14151638.
HSL color Cylindrical-coordinate representation of color #D6EFD7: hue angle of 122.4º degrees, saturation: 0.44, 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 #D6EFD7 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 215 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.06 |
| HSL | 122.4º | 0.44% | 0.89% | - |
| HSV(B) | 122.4º | 0.1% | 0.94% | - |
| XYZ | 70.86 | 80.94 | 76.18 | - |
| YUV | 228.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 215 | 0.10 | 0 | 0.10 | 0.06 | 122.4 | 0.44 | 0.89 |
| Hex | D6 | EF | D7 | A | 0 | A | 6 | 7A | 2C | 59 |
| Octal | 326 | 357 | 327 | 12 | 0 | 12 | 6 | 172 | 54 | 131 |
| Binary | 11010110 | 11101111 | 11010111 | 1010 | 0 | 1010 | 110 | 1111010 | 101100 | 1011001 |
Color Harmonies of #D6EFD7
Complementary color
Monochromatic Colors of #D6EFD7
Black with #D6EFD7
Text Example
Text Example
White with #D6EFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EFD7; }
p { color: rgb(214,239,215); }
H1.HeaderClassName
{
color: #D6EFD7;
}
.AnyTagClassName
{
color: #D6EFD7;
}
</style>
background-color css
<style>
a { background-color: #D6EFD7; }
a { background-color: rgb(214,239,215); }
div.DivClassName
{
background-color: #D6EFD7;
}
.BgClassName
{
background-color: #D6EFD7;
}
</style>
border-color css
<style>
span { border-color: #D6EFD7; }
span { border-color: rgb(214,239,215); }
td.TdClassName
{
border-color: #D6EFD7;
}
.TagClassName
{
border-color: #D6EFD7;
}
</style>