Shades of Almond #EBDAC6
Tints of Almond #EBDAC6
RGB
CMYK
RGB Variations
Color information
#EBDAC6 (or 0xEBDAC6) is known color: Almond. HEX triplet: EB, DA and C6. RGB value is (235,218,198). Sum of RGB (Red+Green+Blue) = 235+218+198=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAC6 is #142539. Grayscale: #DCDCDC. Windows color (decimal): -1320250 or 13032171. OLE color: 13032171.
HSL color Cylindrical-coordinate representation of color #EBDAC6: hue angle of 32.43º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBDAC6 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 198 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.08 |
| HSL | 32.43º | 0.48% | 0.85% | - |
| HSV(B) | 32.43º | 0.16% | 0.92% | - |
| XYZ | 69.53 | 71.88 | 63.64 | - |
| YUV | 220.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 198 | 0 | 0.07 | 0.16 | 0.08 | 32.43 | 0.48 | 0.85 |
| Hex | EB | DA | C6 | 0 | 7 | 10 | 8 | 20 | 30 | 55 |
| Octal | 353 | 332 | 306 | 0 | 7 | 20 | 10 | 40 | 60 | 125 |
| Binary | 11101011 | 11011010 | 11000110 | 0 | 111 | 10000 | 1000 | 100000 | 110000 | 1010101 |
Color Harmonies of #EBDAC6
Complementary color
Monochromatic Colors of #EBDAC6
Black with #EBDAC6
Text Example
Text Example
White with #EBDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAC6; }
p { color: rgb(235,218,198); }
H1.HeaderClassName
{
color: #EBDAC6;
}
.AnyTagClassName
{
color: #EBDAC6;
}
</style>
background-color css
<style>
a { background-color: #EBDAC6; }
a { background-color: rgb(235,218,198); }
div.DivClassName
{
background-color: #EBDAC6;
}
.BgClassName
{
background-color: #EBDAC6;
}
</style>
border-color css
<style>
span { border-color: #EBDAC6; }
span { border-color: rgb(235,218,198); }
td.TdClassName
{
border-color: #EBDAC6;
}
.TagClassName
{
border-color: #EBDAC6;
}
</style>