Shades of Almond #EBD3C1
Tints of Almond #EBD3C1
RGB
CMYK
RGB Variations
Color information
#EBD3C1 (or 0xEBD3C1) is known color: Almond. HEX triplet: EB, D3 and C1. RGB value is (235,211,193). Sum of RGB (Red+Green+Blue) = 235+211+193=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3C1 is #142C3E. Grayscale: #D8D8D8. Windows color (decimal): -1322047 or 12702699. OLE color: 12702699.
HSL color Cylindrical-coordinate representation of color #EBD3C1: hue angle of 25.71º degrees, saturation: 0.51, 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 #EBD3C1 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 211 | 193 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.08 |
| HSL | 25.71º | 0.51% | 0.84% | - |
| HSV(B) | 25.71º | 0.18% | 0.92% | - |
| XYZ | 67.18 | 68.1 | 60.06 | - |
| YUV | 216.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 193 | 0 | 0.10 | 0.18 | 0.08 | 25.71 | 0.51 | 0.84 |
| Hex | EB | D3 | C1 | 0 | A | 12 | 8 | 1A | 33 | 54 |
| Octal | 353 | 323 | 301 | 0 | 12 | 22 | 10 | 32 | 63 | 124 |
| Binary | 11101011 | 11010011 | 11000001 | 0 | 1010 | 10010 | 1000 | 11010 | 110011 | 1010100 |
Color Harmonies of #EBD3C1
Complementary color
Monochromatic Colors of #EBD3C1
Black with #EBD3C1
Text Example
Text Example
White with #EBD3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3C1; }
p { color: rgb(235,211,193); }
H1.HeaderClassName
{
color: #EBD3C1;
}
.AnyTagClassName
{
color: #EBD3C1;
}
</style>
background-color css
<style>
a { background-color: #EBD3C1; }
a { background-color: rgb(235,211,193); }
div.DivClassName
{
background-color: #EBD3C1;
}
.BgClassName
{
background-color: #EBD3C1;
}
</style>
border-color css
<style>
span { border-color: #EBD3C1; }
span { border-color: rgb(235,211,193); }
td.TdClassName
{
border-color: #EBD3C1;
}
.TagClassName
{
border-color: #EBD3C1;
}
</style>