Shades of Almond #ECD5BD
Tints of Almond #ECD5BD
RGB
CMYK
RGB Variations
Color information
#ECD5BD (or 0xECD5BD) is known color: Almond. HEX triplet: EC, D5 and BD. RGB value is (236,213,189). Sum of RGB (Red+Green+Blue) = 236+213+189=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5BD is #132A42. Grayscale: #D9D9D9. Windows color (decimal): -1256003 or 12441068. OLE color: 12441068.
HSL color Cylindrical-coordinate representation of color #ECD5BD: hue angle of 30.64º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECD5BD is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 189 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.07 |
| HSL | 30.64º | 0.55% | 0.83% | - |
| HSV(B) | 30.64º | 0.2% | 0.93% | - |
| XYZ | 67.57 | 69.1 | 57.92 | - |
| YUV | 217.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 189 | 0 | 0.10 | 0.20 | 0.07 | 30.64 | 0.55 | 0.83 |
| Hex | EC | D5 | BD | 0 | A | 14 | 7 | 1F | 37 | 53 |
| Octal | 354 | 325 | 275 | 0 | 12 | 24 | 7 | 37 | 67 | 123 |
| Binary | 11101100 | 11010101 | 10111101 | 0 | 1010 | 10100 | 111 | 11111 | 110111 | 1010011 |
Color Harmonies of #ECD5BD
Complementary color
Monochromatic Colors of #ECD5BD
Black with #ECD5BD
Text Example
Text Example
White with #ECD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5BD; }
p { color: rgb(236,213,189); }
H1.HeaderClassName
{
color: #ECD5BD;
}
.AnyTagClassName
{
color: #ECD5BD;
}
</style>
background-color css
<style>
a { background-color: #ECD5BD; }
a { background-color: rgb(236,213,189); }
div.DivClassName
{
background-color: #ECD5BD;
}
.BgClassName
{
background-color: #ECD5BD;
}
</style>
border-color css
<style>
span { border-color: #ECD5BD; }
span { border-color: rgb(236,213,189); }
td.TdClassName
{
border-color: #ECD5BD;
}
.TagClassName
{
border-color: #ECD5BD;
}
</style>