Shades of Almond #EAD7C8
Tints of Almond #EAD7C8
RGB
CMYK
RGB Variations
Color information
#EAD7C8 (or 0xEAD7C8) is known color: Almond. HEX triplet: EA, D7 and C8. RGB value is (234,215,200). Sum of RGB (Red+Green+Blue) = 234+215+200=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7C8 is #152837. Grayscale: #DBDBDB. Windows color (decimal): -1386552 or 13162474. OLE color: 13162474.
HSL color Cylindrical-coordinate representation of color #EAD7C8: hue angle of 26.47º 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 #EAD7C8 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 200 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.08 |
| HSL | 26.47º | 0.45% | 0.85% | - |
| HSV(B) | 26.47º | 0.15% | 0.92% | - |
| XYZ | 68.66 | 70.26 | 64.59 | - |
| YUV | 218.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 200 | 0 | 0.08 | 0.15 | 0.08 | 26.47 | 0.45 | 0.85 |
| Hex | EA | D7 | C8 | 0 | 8 | F | 8 | 1A | 2D | 55 |
| Octal | 352 | 327 | 310 | 0 | 10 | 17 | 10 | 32 | 55 | 125 |
| Binary | 11101010 | 11010111 | 11001000 | 0 | 1000 | 1111 | 1000 | 11010 | 101101 | 1010101 |
Color Harmonies of #EAD7C8
Complementary color
Monochromatic Colors of #EAD7C8
Black with #EAD7C8
Text Example
Text Example
White with #EAD7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7C8; }
p { color: rgb(234,215,200); }
H1.HeaderClassName
{
color: #EAD7C8;
}
.AnyTagClassName
{
color: #EAD7C8;
}
</style>
background-color css
<style>
a { background-color: #EAD7C8; }
a { background-color: rgb(234,215,200); }
div.DivClassName
{
background-color: #EAD7C8;
}
.BgClassName
{
background-color: #EAD7C8;
}
</style>
border-color css
<style>
span { border-color: #EAD7C8; }
span { border-color: rgb(234,215,200); }
td.TdClassName
{
border-color: #EAD7C8;
}
.TagClassName
{
border-color: #EAD7C8;
}
</style>