Shades of Tara #D5EBD5
Tints of Tara #D5EBD5
RGB
CMYK
RGB Variations
Color information
#D5EBD5 (or 0xD5EBD5) is known color: Tara. HEX triplet: D5, EB and D5. RGB value is (213,235,213). Sum of RGB (Red+Green+Blue) = 213+235+213=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBD5 is #2A142A. Grayscale: #E1E1E1. Windows color (decimal): -2757675 or 14019541. OLE color: 14019541.
HSL color Cylindrical-coordinate representation of color #D5EBD5: hue angle of 120º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EBD5 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 235 | 213 | - |
CMYK | 0.09 | 0 | 0.09 | 0.08 |
HSL | 120º | 0.35% | 0.88% | - |
HSV(B) | 120º | 0.09% | 0.92% | - |
XYZ | 69.16 | 78.37 | 74.43 | - |
YUV | 225.91 | 120.71 | 118.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 235 | 213 | 0.09 | 0 | 0.09 | 0.08 | 120 | 0.35 | 0.88 |
Hex | D5 | EB | D5 | 9 | 0 | 9 | 8 | 78 | 23 | 58 |
Octal | 325 | 353 | 325 | 11 | 0 | 11 | 10 | 170 | 43 | 130 |
Binary | 11010101 | 11101011 | 11010101 | 1001 | 0 | 1001 | 1000 | 1111000 | 100011 | 1011000 |
Color Harmonies of #D5EBD5
Complementary color
Monochromatic Colors of #D5EBD5
Black with #D5EBD5
Text Example
Text Example
White with #D5EBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBD5; }
p { color: rgb(213,235,213); }
H1.HeaderClassName
{
color: #D5EBD5;
}
.AnyTagClassName
{
color: #D5EBD5;
}
</style>
background-color css
<style>
a { background-color: #D5EBD5; }
a { background-color: rgb(213,235,213); }
div.DivClassName
{
background-color: #D5EBD5;
}
.BgClassName
{
background-color: #D5EBD5;
}
</style>
border-color css
<style>
span { border-color: #D5EBD5; }
span { border-color: rgb(213,235,213); }
td.TdClassName
{
border-color: #D5EBD5;
}
.TagClassName
{
border-color: #D5EBD5;
}
</style>