Shades of Tara #D5EED6
Tints of Tara #D5EED6
RGB
CMYK
RGB Variations
Color information
#D5EED6 (or 0xD5EED6) is known color: Tara. HEX triplet: D5, EE and D6. RGB value is (213,238,214). Sum of RGB (Red+Green+Blue) = 213+238+214=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EED6 is #2A1129. Grayscale: #E3E3E3. Windows color (decimal): -2756906 or 14085845. OLE color: 14085845.
HSL color Cylindrical-coordinate representation of color #D5EED6: hue angle of 122.4º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EED6 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 238 | 214 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.07 |
| HSL | 122.4º | 0.42% | 0.88% | - |
| HSV(B) | 122.4º | 0.11% | 0.93% | - |
| XYZ | 70.15 | 80.15 | 75.39 | - |
| YUV | 227.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 214 | 0.11 | 0 | 0.10 | 0.07 | 122.4 | 0.42 | 0.88 |
| Hex | D5 | EE | D6 | B | 0 | A | 7 | 7A | 2A | 58 |
| Octal | 325 | 356 | 326 | 13 | 0 | 12 | 7 | 172 | 52 | 130 |
| Binary | 11010101 | 11101110 | 11010110 | 1011 | 0 | 1010 | 111 | 1111010 | 101010 | 1011000 |
Color Harmonies of #D5EED6
Complementary color
Monochromatic Colors of #D5EED6
Black with #D5EED6
Text Example
Text Example
White with #D5EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EED6; }
p { color: rgb(213,238,214); }
H1.HeaderClassName
{
color: #D5EED6;
}
.AnyTagClassName
{
color: #D5EED6;
}
</style>
background-color css
<style>
a { background-color: #D5EED6; }
a { background-color: rgb(213,238,214); }
div.DivClassName
{
background-color: #D5EED6;
}
.BgClassName
{
background-color: #D5EED6;
}
</style>
border-color css
<style>
span { border-color: #D5EED6; }
span { border-color: rgb(213,238,214); }
td.TdClassName
{
border-color: #D5EED6;
}
.TagClassName
{
border-color: #D5EED6;
}
</style>