Shades of Almond #EADBC9
Tints of Almond #EADBC9
RGB
CMYK
RGB Variations
Color information
#EADBC9 (or 0xEADBC9) is known color: Almond. HEX triplet: EA, DB and C9. RGB value is (234,219,201). Sum of RGB (Red+Green+Blue) = 234+219+201=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBC9 is #152436. Grayscale: #DDDDDD. Windows color (decimal): -1385527 or 13229034. OLE color: 13229034.
HSL color Cylindrical-coordinate representation of color #EADBC9: hue angle of 32.73º 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 #EADBC9 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 201 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.08 |
| HSL | 32.73º | 0.44% | 0.85% | - |
| HSV(B) | 32.73º | 0.14% | 0.92% | - |
| XYZ | 69.81 | 72.37 | 65.55 | - |
| YUV | 221.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 201 | 0 | 0.06 | 0.14 | 0.08 | 32.73 | 0.44 | 0.85 |
| Hex | EA | DB | C9 | 0 | 6 | E | 8 | 21 | 2C | 55 |
| Octal | 352 | 333 | 311 | 0 | 6 | 16 | 10 | 41 | 54 | 125 |
| Binary | 11101010 | 11011011 | 11001001 | 0 | 110 | 1110 | 1000 | 100001 | 101100 | 1010101 |
Color Harmonies of #EADBC9
Complementary color
Monochromatic Colors of #EADBC9
Black with #EADBC9
Text Example
Text Example
White with #EADBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBC9; }
p { color: rgb(234,219,201); }
H1.HeaderClassName
{
color: #EADBC9;
}
.AnyTagClassName
{
color: #EADBC9;
}
</style>
background-color css
<style>
a { background-color: #EADBC9; }
a { background-color: rgb(234,219,201); }
div.DivClassName
{
background-color: #EADBC9;
}
.BgClassName
{
background-color: #EADBC9;
}
</style>
border-color css
<style>
span { border-color: #EADBC9; }
span { border-color: rgb(234,219,201); }
td.TdClassName
{
border-color: #EADBC9;
}
.TagClassName
{
border-color: #EADBC9;
}
</style>