Shades of Almond #EAD9C8
Tints of Almond #EAD9C8
RGB
CMYK
RGB Variations
Color information
#EAD9C8 (or 0xEAD9C8) is known color: Almond. HEX triplet: EA, D9 and C8. RGB value is (234,217,200). Sum of RGB (Red+Green+Blue) = 234+217+200=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9C8 is #152637. Grayscale: #DCDCDC. Windows color (decimal): -1386040 or 13162986. OLE color: 13162986.
HSL color Cylindrical-coordinate representation of color #EAD9C8: hue angle of 30º 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 #EAD9C8 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 217 | 200 | - |
CMYK | 0 | 0.07 | 0.15 | 0.08 |
HSL | 30º | 0.45% | 0.85% | - |
HSV(B) | 30º | 0.15% | 0.92% | - |
XYZ | 69.17 | 71.29 | 64.76 | - |
YUV | 220.15 | 116.63 | 137.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 200 | 0 | 0.07 | 0.15 | 0.08 | 30 | 0.45 | 0.85 |
Hex | EA | D9 | C8 | 0 | 7 | F | 8 | 1E | 2D | 55 |
Octal | 352 | 331 | 310 | 0 | 7 | 17 | 10 | 36 | 55 | 125 |
Binary | 11101010 | 11011001 | 11001000 | 0 | 111 | 1111 | 1000 | 11110 | 101101 | 1010101 |
Color Harmonies of #EAD9C8
Complementary color
Monochromatic Colors of #EAD9C8
Black with #EAD9C8
Text Example
Text Example
White with #EAD9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9C8; }
p { color: rgb(234,217,200); }
H1.HeaderClassName
{
color: #EAD9C8;
}
.AnyTagClassName
{
color: #EAD9C8;
}
</style>
background-color css
<style>
a { background-color: #EAD9C8; }
a { background-color: rgb(234,217,200); }
div.DivClassName
{
background-color: #EAD9C8;
}
.BgClassName
{
background-color: #EAD9C8;
}
</style>
border-color css
<style>
span { border-color: #EAD9C8; }
span { border-color: rgb(234,217,200); }
td.TdClassName
{
border-color: #EAD9C8;
}
.TagClassName
{
border-color: #EAD9C8;
}
</style>