Shades of Almond #EBD7C8
Tints of Almond #EBD7C8
RGB
CMYK
RGB Variations
Color information
#EBD7C8 (or 0xEBD7C8) is known color: Almond. HEX triplet: EB, D7 and C8. RGB value is (235,215,200). Sum of RGB (Red+Green+Blue) = 235+215+200=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7C8 is #142837. Grayscale: #DBDBDB. Windows color (decimal): -1321016 or 13162475. OLE color: 13162475.
HSL color Cylindrical-coordinate representation of color #EBD7C8: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBD7C8 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 215 | 200 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.08 |
| HSL | 25.71º | 0.47% | 0.85% | - |
| HSV(B) | 25.71º | 0.15% | 0.92% | - |
| XYZ | 68.99 | 70.43 | 64.6 | - |
| YUV | 219.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 215 | 200 | 0 | 0.09 | 0.15 | 0.08 | 25.71 | 0.47 | 0.85 |
| Hex | EB | D7 | C8 | 0 | 9 | F | 8 | 1A | 2F | 55 |
| Octal | 353 | 327 | 310 | 0 | 11 | 17 | 10 | 32 | 57 | 125 |
| Binary | 11101011 | 11010111 | 11001000 | 0 | 1001 | 1111 | 1000 | 11010 | 101111 | 1010101 |
Color Harmonies of #EBD7C8
Complementary color
Monochromatic Colors of #EBD7C8
Black with #EBD7C8
Text Example
Text Example
White with #EBD7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD7C8; }
p { color: rgb(235,215,200); }
H1.HeaderClassName
{
color: #EBD7C8;
}
.AnyTagClassName
{
color: #EBD7C8;
}
</style>
background-color css
<style>
a { background-color: #EBD7C8; }
a { background-color: rgb(235,215,200); }
div.DivClassName
{
background-color: #EBD7C8;
}
.BgClassName
{
background-color: #EBD7C8;
}
</style>
border-color css
<style>
span { border-color: #EBD7C8; }
span { border-color: rgb(235,215,200); }
td.TdClassName
{
border-color: #EBD7C8;
}
.TagClassName
{
border-color: #EBD7C8;
}
</style>