Shades of Almond #EADAC7
Tints of Almond #EADAC7
RGB
CMYK
RGB Variations
Color information
#EADAC7 (or 0xEADAC7) is known color: Almond. HEX triplet: EA, DA and C7. RGB value is (234,218,199). Sum of RGB (Red+Green+Blue) = 234+218+199=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAC7 is #152538. Grayscale: #DCDCDC. Windows color (decimal): -1385785 or 13097706. OLE color: 13097706.
HSL color Cylindrical-coordinate representation of color #EADAC7: hue angle of 32.57º degrees, saturation: 0.45, 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 #EADAC7 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 199 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.08 |
| HSL | 32.57º | 0.45% | 0.85% | - |
| HSV(B) | 32.57º | 0.15% | 0.92% | - |
| XYZ | 69.31 | 71.76 | 64.23 | - |
| YUV | 220.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 199 | 0 | 0.07 | 0.15 | 0.08 | 32.57 | 0.45 | 0.85 |
| Hex | EA | DA | C7 | 0 | 7 | F | 8 | 21 | 2D | 55 |
| Octal | 352 | 332 | 307 | 0 | 7 | 17 | 10 | 41 | 55 | 125 |
| Binary | 11101010 | 11011010 | 11000111 | 0 | 111 | 1111 | 1000 | 100001 | 101101 | 1010101 |
Color Harmonies of #EADAC7
Complementary color
Monochromatic Colors of #EADAC7
Black with #EADAC7
Text Example
Text Example
White with #EADAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAC7; }
p { color: rgb(234,218,199); }
H1.HeaderClassName
{
color: #EADAC7;
}
.AnyTagClassName
{
color: #EADAC7;
}
</style>
background-color css
<style>
a { background-color: #EADAC7; }
a { background-color: rgb(234,218,199); }
div.DivClassName
{
background-color: #EADAC7;
}
.BgClassName
{
background-color: #EADAC7;
}
</style>
border-color css
<style>
span { border-color: #EADAC7; }
span { border-color: rgb(234,218,199); }
td.TdClassName
{
border-color: #EADAC7;
}
.TagClassName
{
border-color: #EADAC7;
}
</style>