Shades of Almond #EBD3C0
Tints of Almond #EBD3C0
RGB
CMYK
RGB Variations
Color information
#EBD3C0 (or 0xEBD3C0) is known color: Almond. HEX triplet: EB, D3 and C0. RGB value is (235,211,192). Sum of RGB (Red+Green+Blue) = 235+211+192=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3C0 is #142C3F. Grayscale: #D8D8D8. Windows color (decimal): -1322048 or 12637163. OLE color: 12637163.
HSL color Cylindrical-coordinate representation of color #EBD3C0: hue angle of 26.51º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBD3C0 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 211 | 192 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.08 |
| HSL | 26.51º | 0.52% | 0.84% | - |
| HSV(B) | 26.51º | 0.18% | 0.92% | - |
| XYZ | 67.07 | 68.06 | 59.47 | - |
| YUV | 216.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 192 | 0 | 0.10 | 0.18 | 0.08 | 26.51 | 0.52 | 0.84 |
| Hex | EB | D3 | C0 | 0 | A | 12 | 8 | 1B | 34 | 54 |
| Octal | 353 | 323 | 300 | 0 | 12 | 22 | 10 | 33 | 64 | 124 |
| Binary | 11101011 | 11010011 | 11000000 | 0 | 1010 | 10010 | 1000 | 11011 | 110100 | 1010100 |
Color Harmonies of #EBD3C0
Complementary color
Monochromatic Colors of #EBD3C0
Black with #EBD3C0
Text Example
Text Example
White with #EBD3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3C0; }
p { color: rgb(235,211,192); }
H1.HeaderClassName
{
color: #EBD3C0;
}
.AnyTagClassName
{
color: #EBD3C0;
}
</style>
background-color css
<style>
a { background-color: #EBD3C0; }
a { background-color: rgb(235,211,192); }
div.DivClassName
{
background-color: #EBD3C0;
}
.BgClassName
{
background-color: #EBD3C0;
}
</style>
border-color css
<style>
span { border-color: #EBD3C0; }
span { border-color: rgb(235,211,192); }
td.TdClassName
{
border-color: #EBD3C0;
}
.TagClassName
{
border-color: #EBD3C0;
}
</style>