Shades of Almond #EAD9C9
Tints of Almond #EAD9C9
RGB
CMYK
RGB Variations
Color information
#EAD9C9 (or 0xEAD9C9) is known color: Almond. HEX triplet: EA, D9 and C9. RGB value is (234,217,201). Sum of RGB (Red+Green+Blue) = 234+217+201=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 201 (78.91% from 255 or 30.83% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9C9 is #152636. Grayscale: #DCDCDC. Windows color (decimal): -1386039 or 13228522. OLE color: 13228522.
HSL color Cylindrical-coordinate representation of color #EAD9C9: hue angle of 29.09º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAD9C9 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 217 | 201 | - |
CMYK | 0 | 0.07 | 0.14 | 0.08 |
HSL | 29.09º | 0.44% | 0.85% | - |
HSV(B) | 29.09º | 0.14% | 0.92% | - |
XYZ | 69.29 | 71.34 | 65.38 | - |
YUV | 220.26 | 117.13 | 137.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 201 | 0 | 0.07 | 0.14 | 0.08 | 29.09 | 0.44 | 0.85 |
Hex | EA | D9 | C9 | 0 | 7 | E | 8 | 1D | 2C | 55 |
Octal | 352 | 331 | 311 | 0 | 7 | 16 | 10 | 35 | 54 | 125 |
Binary | 11101010 | 11011001 | 11001001 | 0 | 111 | 1110 | 1000 | 11101 | 101100 | 1010101 |
Color Harmonies of #EAD9C9
Complementary color
Monochromatic Colors of #EAD9C9
Black with #EAD9C9
Text Example
Text Example
White with #EAD9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9C9; }
p { color: rgb(234,217,201); }
H1.HeaderClassName
{
color: #EAD9C9;
}
.AnyTagClassName
{
color: #EAD9C9;
}
</style>
background-color css
<style>
a { background-color: #EAD9C9; }
a { background-color: rgb(234,217,201); }
div.DivClassName
{
background-color: #EAD9C9;
}
.BgClassName
{
background-color: #EAD9C9;
}
</style>
border-color css
<style>
span { border-color: #EAD9C9; }
span { border-color: rgb(234,217,201); }
td.TdClassName
{
border-color: #EAD9C9;
}
.TagClassName
{
border-color: #EAD9C9;
}
</style>