Shades of Almond #ECD2BE
Tints of Almond #ECD2BE
RGB
CMYK
RGB Variations
Color information
#ECD2BE (or 0xECD2BE) is known color: Almond. HEX triplet: EC, D2 and BE. RGB value is (236,210,190). Sum of RGB (Red+Green+Blue) = 236+210+190=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2BE is #132D41. Grayscale: #D7D7D7. Windows color (decimal): -1256770 or 12505836. OLE color: 12505836.
HSL color Cylindrical-coordinate representation of color #ECD2BE: hue angle of 26.09º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECD2BE is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 190 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.07 |
| HSL | 26.09º | 0.55% | 0.84% | - |
| HSV(B) | 26.09º | 0.19% | 0.93% | - |
| XYZ | 66.93 | 67.64 | 58.24 | - |
| YUV | 215.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 190 | 0 | 0.11 | 0.19 | 0.07 | 26.09 | 0.55 | 0.84 |
| Hex | EC | D2 | BE | 0 | B | 13 | 7 | 1A | 37 | 54 |
| Octal | 354 | 322 | 276 | 0 | 13 | 23 | 7 | 32 | 67 | 124 |
| Binary | 11101100 | 11010010 | 10111110 | 0 | 1011 | 10011 | 111 | 11010 | 110111 | 1010100 |
Color Harmonies of #ECD2BE
Complementary color
Monochromatic Colors of #ECD2BE
Black with #ECD2BE
Text Example
Text Example
White with #ECD2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2BE; }
p { color: rgb(236,210,190); }
H1.HeaderClassName
{
color: #ECD2BE;
}
.AnyTagClassName
{
color: #ECD2BE;
}
</style>
background-color css
<style>
a { background-color: #ECD2BE; }
a { background-color: rgb(236,210,190); }
div.DivClassName
{
background-color: #ECD2BE;
}
.BgClassName
{
background-color: #ECD2BE;
}
</style>
border-color css
<style>
span { border-color: #ECD2BE; }
span { border-color: rgb(236,210,190); }
td.TdClassName
{
border-color: #ECD2BE;
}
.TagClassName
{
border-color: #ECD2BE;
}
</style>