Shades of Almond #ECD8C5
Tints of Almond #ECD8C5
RGB
CMYK
RGB Variations
Color information
#ECD8C5 (or 0xECD8C5) is known color: Almond. HEX triplet: EC, D8 and C5. RGB value is (236,216,197). Sum of RGB (Red+Green+Blue) = 236+216+197=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD8C5 is #13273A. Grayscale: #DBDBDB. Windows color (decimal): -1255227 or 12966124. OLE color: 12966124.
HSL color Cylindrical-coordinate representation of color #ECD8C5: hue angle of 29.23º 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 #ECD8C5 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 216 | 197 | - |
CMYK | 0 | 0.08 | 0.17 | 0.07 |
HSL | 29.23º | 0.51% | 0.85% | - |
HSV(B) | 29.23º | 0.17% | 0.93% | - |
XYZ | 69.23 | 70.98 | 62.87 | - |
YUV | 219.81 | 115.13 | 139.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 216 | 197 | 0 | 0.08 | 0.17 | 0.07 | 29.23 | 0.51 | 0.85 |
Hex | EC | D8 | C5 | 0 | 8 | 11 | 7 | 1D | 33 | 55 |
Octal | 354 | 330 | 305 | 0 | 10 | 21 | 7 | 35 | 63 | 125 |
Binary | 11101100 | 11011000 | 11000101 | 0 | 1000 | 10001 | 111 | 11101 | 110011 | 1010101 |
Color Harmonies of #ECD8C5
Complementary color
Monochromatic Colors of #ECD8C5
Black with #ECD8C5
Text Example
Text Example
White with #ECD8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8C5; }
p { color: rgb(236,216,197); }
H1.HeaderClassName
{
color: #ECD8C5;
}
.AnyTagClassName
{
color: #ECD8C5;
}
</style>
background-color css
<style>
a { background-color: #ECD8C5; }
a { background-color: rgb(236,216,197); }
div.DivClassName
{
background-color: #ECD8C5;
}
.BgClassName
{
background-color: #ECD8C5;
}
</style>
border-color css
<style>
span { border-color: #ECD8C5; }
span { border-color: rgb(236,216,197); }
td.TdClassName
{
border-color: #ECD8C5;
}
.TagClassName
{
border-color: #ECD8C5;
}
</style>