Shades of Almond #ECD6BE
Tints of Almond #ECD6BE
RGB
CMYK
RGB Variations
Color information
#ECD6BE (or 0xECD6BE) is known color: Almond. HEX triplet: EC, D6 and BE. RGB value is (236,214,190). Sum of RGB (Red+Green+Blue) = 236+214+190=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6BE is #132941. Grayscale: #D9D9D9. Windows color (decimal): -1255746 or 12506860. OLE color: 12506860.
HSL color Cylindrical-coordinate representation of color #ECD6BE: hue angle of 31.3º 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 #ECD6BE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 190 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.07 |
| HSL | 31.3º | 0.55% | 0.84% | - |
| HSV(B) | 31.3º | 0.19% | 0.93% | - |
| XYZ | 67.93 | 69.64 | 58.58 | - |
| YUV | 217.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 190 | 0 | 0.09 | 0.19 | 0.07 | 31.3 | 0.55 | 0.84 |
| Hex | EC | D6 | BE | 0 | 9 | 13 | 7 | 1F | 37 | 54 |
| Octal | 354 | 326 | 276 | 0 | 11 | 23 | 7 | 37 | 67 | 124 |
| Binary | 11101100 | 11010110 | 10111110 | 0 | 1001 | 10011 | 111 | 11111 | 110111 | 1010100 |
Color Harmonies of #ECD6BE
Complementary color
Monochromatic Colors of #ECD6BE
Black with #ECD6BE
Text Example
Text Example
White with #ECD6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6BE; }
p { color: rgb(236,214,190); }
H1.HeaderClassName
{
color: #ECD6BE;
}
.AnyTagClassName
{
color: #ECD6BE;
}
</style>
background-color css
<style>
a { background-color: #ECD6BE; }
a { background-color: rgb(236,214,190); }
div.DivClassName
{
background-color: #ECD6BE;
}
.BgClassName
{
background-color: #ECD6BE;
}
</style>
border-color css
<style>
span { border-color: #ECD6BE; }
span { border-color: rgb(236,214,190); }
td.TdClassName
{
border-color: #ECD6BE;
}
.TagClassName
{
border-color: #ECD6BE;
}
</style>