Shades of Almond #EBD4BC
Tints of Almond #EBD4BC
RGB
CMYK
RGB Variations
Color information
#EBD4BC (or 0xEBD4BC) is known color: Almond. HEX triplet: EB, D4 and BC. RGB value is (235,212,188). Sum of RGB (Red+Green+Blue) = 235+212+188=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4BC is #142B43. Grayscale: #D8D8D8. Windows color (decimal): -1321796 or 12375275. OLE color: 12375275.
HSL color Cylindrical-coordinate representation of color #EBD4BC: hue angle of 30.64º degrees, saturation: 0.54, 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 #EBD4BC is Cyan = 0, Magento = 0.10, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 188 | - |
| CMYK | 0 | 0.10 | 0.2 | 0.08 |
| HSL | 30.64º | 0.54% | 0.83% | - |
| HSV(B) | 30.64º | 0.2% | 0.92% | - |
| XYZ | 66.88 | 68.38 | 57.25 | - |
| YUV | 216.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 188 | 0 | 0.10 | 0.2 | 0.08 | 30.64 | 0.54 | 0.83 |
| Hex | EB | D4 | BC | 0 | A | 14 | 8 | 1F | 36 | 53 |
| Octal | 353 | 324 | 274 | 0 | 12 | 24 | 10 | 37 | 66 | 123 |
| Binary | 11101011 | 11010100 | 10111100 | 0 | 1010 | 10100 | 1000 | 11111 | 110110 | 1010011 |
Color Harmonies of #EBD4BC
Complementary color
Monochromatic Colors of #EBD4BC
Black with #EBD4BC
Text Example
Text Example
White with #EBD4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD4BC; }
p { color: rgb(235,212,188); }
H1.HeaderClassName
{
color: #EBD4BC;
}
.AnyTagClassName
{
color: #EBD4BC;
}
</style>
background-color css
<style>
a { background-color: #EBD4BC; }
a { background-color: rgb(235,212,188); }
div.DivClassName
{
background-color: #EBD4BC;
}
.BgClassName
{
background-color: #EBD4BC;
}
</style>
border-color css
<style>
span { border-color: #EBD4BC; }
span { border-color: rgb(235,212,188); }
td.TdClassName
{
border-color: #EBD4BC;
}
.TagClassName
{
border-color: #EBD4BC;
}
</style>