Shades of Almond #ECD5C1
Tints of Almond #ECD5C1
RGB
CMYK
RGB Variations
Color information
#ECD5C1 (or 0xECD5C1) is known color: Almond. HEX triplet: EC, D5 and C1. RGB value is (236,213,193). Sum of RGB (Red+Green+Blue) = 236+213+193=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5C1 is #132A3E. Grayscale: #D9D9D9. Windows color (decimal): -1255999 or 12703212. OLE color: 12703212.
HSL color Cylindrical-coordinate representation of color #ECD5C1: hue angle of 27.91º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECD5C1 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 193 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.07 |
| HSL | 27.91º | 0.53% | 0.84% | - |
| HSV(B) | 27.91º | 0.18% | 0.93% | - |
| XYZ | 68.01 | 69.27 | 60.24 | - |
| YUV | 217.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 193 | 0 | 0.10 | 0.18 | 0.07 | 27.91 | 0.53 | 0.84 |
| Hex | EC | D5 | C1 | 0 | A | 12 | 7 | 1C | 35 | 54 |
| Octal | 354 | 325 | 301 | 0 | 12 | 22 | 7 | 34 | 65 | 124 |
| Binary | 11101100 | 11010101 | 11000001 | 0 | 1010 | 10010 | 111 | 11100 | 110101 | 1010100 |
Color Harmonies of #ECD5C1
Complementary color
Monochromatic Colors of #ECD5C1
Black with #ECD5C1
Text Example
Text Example
White with #ECD5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5C1; }
p { color: rgb(236,213,193); }
H1.HeaderClassName
{
color: #ECD5C1;
}
.AnyTagClassName
{
color: #ECD5C1;
}
</style>
background-color css
<style>
a { background-color: #ECD5C1; }
a { background-color: rgb(236,213,193); }
div.DivClassName
{
background-color: #ECD5C1;
}
.BgClassName
{
background-color: #ECD5C1;
}
</style>
border-color css
<style>
span { border-color: #ECD5C1; }
span { border-color: rgb(236,213,193); }
td.TdClassName
{
border-color: #ECD5C1;
}
.TagClassName
{
border-color: #ECD5C1;
}
</style>