Shades of Almond #ECD3BF
Tints of Almond #ECD3BF
RGB
CMYK
RGB Variations
Color information
#ECD3BF (or 0xECD3BF) is known color: Almond. HEX triplet: EC, D3 and BF. RGB value is (236,211,191). Sum of RGB (Red+Green+Blue) = 236+211+191=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3BF is #132C40. Grayscale: #D8D8D8. Windows color (decimal): -1256513 or 12571628. OLE color: 12571628.
HSL color Cylindrical-coordinate representation of color #ECD3BF: hue angle of 26.67º degrees, saturation: 0.54, 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 #ECD3BF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 191 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.07 |
| HSL | 26.67º | 0.54% | 0.84% | - |
| HSV(B) | 26.67º | 0.19% | 0.93% | - |
| XYZ | 67.29 | 68.18 | 58.9 | - |
| YUV | 216.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 191 | 0 | 0.11 | 0.19 | 0.07 | 26.67 | 0.54 | 0.84 |
| Hex | EC | D3 | BF | 0 | B | 13 | 7 | 1B | 36 | 54 |
| Octal | 354 | 323 | 277 | 0 | 13 | 23 | 7 | 33 | 66 | 124 |
| Binary | 11101100 | 11010011 | 10111111 | 0 | 1011 | 10011 | 111 | 11011 | 110110 | 1010100 |
Color Harmonies of #ECD3BF
Complementary color
Monochromatic Colors of #ECD3BF
Black with #ECD3BF
Text Example
Text Example
White with #ECD3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3BF; }
p { color: rgb(236,211,191); }
H1.HeaderClassName
{
color: #ECD3BF;
}
.AnyTagClassName
{
color: #ECD3BF;
}
</style>
background-color css
<style>
a { background-color: #ECD3BF; }
a { background-color: rgb(236,211,191); }
div.DivClassName
{
background-color: #ECD3BF;
}
.BgClassName
{
background-color: #ECD3BF;
}
</style>
border-color css
<style>
span { border-color: #ECD3BF; }
span { border-color: rgb(236,211,191); }
td.TdClassName
{
border-color: #ECD3BF;
}
.TagClassName
{
border-color: #ECD3BF;
}
</style>