Shades of Almond #EBD8C2
Tints of Almond #EBD8C2
RGB
CMYK
RGB Variations
Color information
#EBD8C2 (or 0xEBD8C2) is known color: Almond. HEX triplet: EB, D8 and C2. RGB value is (235,216,194). Sum of RGB (Red+Green+Blue) = 235+216+194=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8C2 is #14273D. Grayscale: #DBDBDB. Windows color (decimal): -1320766 or 12769515. OLE color: 12769515.
HSL color Cylindrical-coordinate representation of color #EBD8C2: hue angle of 32.2º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBD8C2 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 194 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.08 |
| HSL | 32.2º | 0.51% | 0.84% | - |
| HSV(B) | 32.2º | 0.17% | 0.92% | - |
| XYZ | 68.55 | 70.67 | 61.07 | - |
| YUV | 219.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 194 | 0 | 0.08 | 0.17 | 0.08 | 32.2 | 0.51 | 0.84 |
| Hex | EB | D8 | C2 | 0 | 8 | 11 | 8 | 20 | 33 | 54 |
| Octal | 353 | 330 | 302 | 0 | 10 | 21 | 10 | 40 | 63 | 124 |
| Binary | 11101011 | 11011000 | 11000010 | 0 | 1000 | 10001 | 1000 | 100000 | 110011 | 1010100 |
Color Harmonies of #EBD8C2
Complementary color
Monochromatic Colors of #EBD8C2
Black with #EBD8C2
Text Example
Text Example
White with #EBD8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8C2; }
p { color: rgb(235,216,194); }
H1.HeaderClassName
{
color: #EBD8C2;
}
.AnyTagClassName
{
color: #EBD8C2;
}
</style>
background-color css
<style>
a { background-color: #EBD8C2; }
a { background-color: rgb(235,216,194); }
div.DivClassName
{
background-color: #EBD8C2;
}
.BgClassName
{
background-color: #EBD8C2;
}
</style>
border-color css
<style>
span { border-color: #EBD8C2; }
span { border-color: rgb(235,216,194); }
td.TdClassName
{
border-color: #EBD8C2;
}
.TagClassName
{
border-color: #EBD8C2;
}
</style>