Shades of Almond #EBD5BF
Tints of Almond #EBD5BF
RGB
CMYK
RGB Variations
Color information
#EBD5BF (or 0xEBD5BF) is known color: Almond. HEX triplet: EB, D5 and BF. RGB value is (235,213,191). Sum of RGB (Red+Green+Blue) = 235+213+191=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5BF is #142A40. Grayscale: #D9D9D9. Windows color (decimal): -1321537 or 12572139. OLE color: 12572139.
HSL color Cylindrical-coordinate representation of color #EBD5BF: hue angle of 30º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBD5BF is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 213 | 191 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.08 |
| HSL | 30º | 0.52% | 0.84% | - |
| HSV(B) | 30º | 0.19% | 0.92% | - |
| XYZ | 67.46 | 69.01 | 59.06 | - |
| YUV | 217.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 213 | 191 | 0 | 0.09 | 0.19 | 0.08 | 30 | 0.52 | 0.84 |
| Hex | EB | D5 | BF | 0 | 9 | 13 | 8 | 1E | 34 | 54 |
| Octal | 353 | 325 | 277 | 0 | 11 | 23 | 10 | 36 | 64 | 124 |
| Binary | 11101011 | 11010101 | 10111111 | 0 | 1001 | 10011 | 1000 | 11110 | 110100 | 1010100 |
Color Harmonies of #EBD5BF
Complementary color
Monochromatic Colors of #EBD5BF
Black with #EBD5BF
Text Example
Text Example
White with #EBD5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD5BF; }
p { color: rgb(235,213,191); }
H1.HeaderClassName
{
color: #EBD5BF;
}
.AnyTagClassName
{
color: #EBD5BF;
}
</style>
background-color css
<style>
a { background-color: #EBD5BF; }
a { background-color: rgb(235,213,191); }
div.DivClassName
{
background-color: #EBD5BF;
}
.BgClassName
{
background-color: #EBD5BF;
}
</style>
border-color css
<style>
span { border-color: #EBD5BF; }
span { border-color: rgb(235,213,191); }
td.TdClassName
{
border-color: #EBD5BF;
}
.TagClassName
{
border-color: #EBD5BF;
}
</style>