Shades of Almond #EBD3BD
Tints of Almond #EBD3BD
RGB
CMYK
RGB Variations
Color information
#EBD3BD (or 0xEBD3BD) is known color: Almond. HEX triplet: EB, D3 and BD. RGB value is (235,211,189). Sum of RGB (Red+Green+Blue) = 235+211+189=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3BD is #142C42. Grayscale: #D7D7D7. Windows color (decimal): -1322051 or 12440555. OLE color: 12440555.
HSL color Cylindrical-coordinate representation of color #EBD3BD: hue angle of 28.7º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBD3BD is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 211 | 189 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.08 |
| HSL | 28.7º | 0.53% | 0.83% | - |
| HSV(B) | 28.7º | 0.2% | 0.92% | - |
| XYZ | 66.74 | 67.92 | 57.74 | - |
| YUV | 215.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 189 | 0 | 0.10 | 0.20 | 0.08 | 28.7 | 0.53 | 0.83 |
| Hex | EB | D3 | BD | 0 | A | 14 | 8 | 1D | 35 | 53 |
| Octal | 353 | 323 | 275 | 0 | 12 | 24 | 10 | 35 | 65 | 123 |
| Binary | 11101011 | 11010011 | 10111101 | 0 | 1010 | 10100 | 1000 | 11101 | 110101 | 1010011 |
Color Harmonies of #EBD3BD
Complementary color
Monochromatic Colors of #EBD3BD
Black with #EBD3BD
Text Example
Text Example
White with #EBD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3BD; }
p { color: rgb(235,211,189); }
H1.HeaderClassName
{
color: #EBD3BD;
}
.AnyTagClassName
{
color: #EBD3BD;
}
</style>
background-color css
<style>
a { background-color: #EBD3BD; }
a { background-color: rgb(235,211,189); }
div.DivClassName
{
background-color: #EBD3BD;
}
.BgClassName
{
background-color: #EBD3BD;
}
</style>
border-color css
<style>
span { border-color: #EBD3BD; }
span { border-color: rgb(235,211,189); }
td.TdClassName
{
border-color: #EBD3BD;
}
.TagClassName
{
border-color: #EBD3BD;
}
</style>