Shades of Almond #ECD8C4
Tints of Almond #ECD8C4
RGB
CMYK
RGB Variations
Color information
#ECD8C4 (or 0xECD8C4) is known color: Almond. HEX triplet: EC, D8 and C4. RGB value is (236,216,196). Sum of RGB (Red+Green+Blue) = 236+216+196=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8C4 is #13273B. Grayscale: #DBDBDB. Windows color (decimal): -1255228 or 12900588. OLE color: 12900588.
HSL color Cylindrical-coordinate representation of color #ECD8C4: hue angle of 30º 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 #ECD8C4 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 196 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.07 |
| HSL | 30º | 0.51% | 0.85% | - |
| HSV(B) | 30º | 0.17% | 0.93% | - |
| XYZ | 69.11 | 70.93 | 62.27 | - |
| YUV | 219.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 196 | 0 | 0.08 | 0.17 | 0.07 | 30 | 0.51 | 0.85 |
| Hex | EC | D8 | C4 | 0 | 8 | 11 | 7 | 1E | 33 | 55 |
| Octal | 354 | 330 | 304 | 0 | 10 | 21 | 7 | 36 | 63 | 125 |
| Binary | 11101100 | 11011000 | 11000100 | 0 | 1000 | 10001 | 111 | 11110 | 110011 | 1010101 |
Color Harmonies of #ECD8C4
Complementary color
Monochromatic Colors of #ECD8C4
Black with #ECD8C4
Text Example
Text Example
White with #ECD8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8C4; }
p { color: rgb(236,216,196); }
H1.HeaderClassName
{
color: #ECD8C4;
}
.AnyTagClassName
{
color: #ECD8C4;
}
</style>
background-color css
<style>
a { background-color: #ECD8C4; }
a { background-color: rgb(236,216,196); }
div.DivClassName
{
background-color: #ECD8C4;
}
.BgClassName
{
background-color: #ECD8C4;
}
</style>
border-color css
<style>
span { border-color: #ECD8C4; }
span { border-color: rgb(236,216,196); }
td.TdClassName
{
border-color: #ECD8C4;
}
.TagClassName
{
border-color: #ECD8C4;
}
</style>