Shades of Tara #D5ECD4
Tints of Tara #D5ECD4
RGB
CMYK
RGB Variations
Color information
#D5ECD4 (or 0xD5ECD4) is known color: Tara. HEX triplet: D5, EC and D4. RGB value is (213,236,212). Sum of RGB (Red+Green+Blue) = 213+236+212=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 212 (83.20% from 255 or 32.07% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECD4 is #2A132B. Grayscale: #E2E2E2. Windows color (decimal): -2757420 or 13954261. OLE color: 13954261.
HSL color Cylindrical-coordinate representation of color #D5ECD4: hue angle of 117.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5ECD4 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 236 | 212 | - |
CMYK | 0.10 | 0 | 0.10 | 0.07 |
HSL | 117.5º | 0.39% | 0.88% | - |
HSV(B) | 117.5º | 0.1% | 0.93% | - |
XYZ | 69.32 | 78.89 | 73.86 | - |
YUV | 226.39 | 119.88 | 118.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 236 | 212 | 0.10 | 0 | 0.10 | 0.07 | 117.5 | 0.39 | 0.88 |
Hex | D5 | EC | D4 | A | 0 | A | 7 | 76 | 27 | 58 |
Octal | 325 | 354 | 324 | 12 | 0 | 12 | 7 | 166 | 47 | 130 |
Binary | 11010101 | 11101100 | 11010100 | 1010 | 0 | 1010 | 111 | 1110110 | 100111 | 1011000 |
Color Harmonies of #D5ECD4
Complementary color
Monochromatic Colors of #D5ECD4
Black with #D5ECD4
Text Example
Text Example
White with #D5ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ECD4; }
p { color: rgb(213,236,212); }
H1.HeaderClassName
{
color: #D5ECD4;
}
.AnyTagClassName
{
color: #D5ECD4;
}
</style>
background-color css
<style>
a { background-color: #D5ECD4; }
a { background-color: rgb(213,236,212); }
div.DivClassName
{
background-color: #D5ECD4;
}
.BgClassName
{
background-color: #D5ECD4;
}
</style>
border-color css
<style>
span { border-color: #D5ECD4; }
span { border-color: rgb(213,236,212); }
td.TdClassName
{
border-color: #D5ECD4;
}
.TagClassName
{
border-color: #D5ECD4;
}
</style>