Shades of Almond #ECD3BD
Tints of Almond #ECD3BD
RGB
CMYK
RGB Variations
Color information
#ECD3BD (or 0xECD3BD) is known color: Almond. HEX triplet: EC, D3 and BD. RGB value is (236,211,189). Sum of RGB (Red+Green+Blue) = 236+211+189=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3BD is #132C42. Grayscale: #D8D8D8. Windows color (decimal): -1256515 or 12440556. OLE color: 12440556.
HSL color Cylindrical-coordinate representation of color #ECD3BD: hue angle of 28.09º 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 #ECD3BD is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 189 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.07 |
| HSL | 28.09º | 0.55% | 0.83% | - |
| HSV(B) | 28.09º | 0.2% | 0.93% | - |
| XYZ | 67.07 | 68.1 | 57.75 | - |
| YUV | 215.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 189 | 0 | 0.11 | 0.20 | 0.07 | 28.09 | 0.55 | 0.83 |
| Hex | EC | D3 | BD | 0 | B | 14 | 7 | 1C | 37 | 53 |
| Octal | 354 | 323 | 275 | 0 | 13 | 24 | 7 | 34 | 67 | 123 |
| Binary | 11101100 | 11010011 | 10111101 | 0 | 1011 | 10100 | 111 | 11100 | 110111 | 1010011 |
Color Harmonies of #ECD3BD
Complementary color
Monochromatic Colors of #ECD3BD
Black with #ECD3BD
Text Example
Text Example
White with #ECD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3BD; }
p { color: rgb(236,211,189); }
H1.HeaderClassName
{
color: #ECD3BD;
}
.AnyTagClassName
{
color: #ECD3BD;
}
</style>
background-color css
<style>
a { background-color: #ECD3BD; }
a { background-color: rgb(236,211,189); }
div.DivClassName
{
background-color: #ECD3BD;
}
.BgClassName
{
background-color: #ECD3BD;
}
</style>
border-color css
<style>
span { border-color: #ECD3BD; }
span { border-color: rgb(236,211,189); }
td.TdClassName
{
border-color: #ECD3BD;
}
.TagClassName
{
border-color: #ECD3BD;
}
</style>