Shades of Almond #ECD5C4
Tints of Almond #ECD5C4
RGB
CMYK
RGB Variations
Color information
#ECD5C4 (or 0xECD5C4) is known color: Almond. HEX triplet: EC, D5 and C4. RGB value is (236,213,196). Sum of RGB (Red+Green+Blue) = 236+213+196=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 196 (76.95% from 255 or 30.39% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5C4 is #132A3B. Grayscale: #DADADA. Windows color (decimal): -1255996 or 12899820. OLE color: 12899820.
HSL color Cylindrical-coordinate representation of color #ECD5C4: hue angle of 25.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECD5C4 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 196 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.07 |
| HSL | 25.5º | 0.51% | 0.85% | - |
| HSV(B) | 25.5º | 0.17% | 0.93% | - |
| XYZ | 68.35 | 69.41 | 62.02 | - |
| YUV | 217.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 196 | 0 | 0.10 | 0.17 | 0.07 | 25.5 | 0.51 | 0.85 |
| Hex | EC | D5 | C4 | 0 | A | 11 | 7 | 1A | 33 | 55 |
| Octal | 354 | 325 | 304 | 0 | 12 | 21 | 7 | 32 | 63 | 125 |
| Binary | 11101100 | 11010101 | 11000100 | 0 | 1010 | 10001 | 111 | 11010 | 110011 | 1010101 |
Color Harmonies of #ECD5C4
Complementary color
Monochromatic Colors of #ECD5C4
Black with #ECD5C4
Text Example
Text Example
White with #ECD5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5C4; }
p { color: rgb(236,213,196); }
H1.HeaderClassName
{
color: #ECD5C4;
}
.AnyTagClassName
{
color: #ECD5C4;
}
</style>
background-color css
<style>
a { background-color: #ECD5C4; }
a { background-color: rgb(236,213,196); }
div.DivClassName
{
background-color: #ECD5C4;
}
.BgClassName
{
background-color: #ECD5C4;
}
</style>
border-color css
<style>
span { border-color: #ECD5C4; }
span { border-color: rgb(236,213,196); }
td.TdClassName
{
border-color: #ECD5C4;
}
.TagClassName
{
border-color: #ECD5C4;
}
</style>