Shades of Almond #EADACC
Tints of Almond #EADACC
RGB
CMYK
RGB Variations
Color information
#EADACC (or 0xEADACC) is known color: Almond. HEX triplet: EA, DA and CC. RGB value is (234,218,204). Sum of RGB (Red+Green+Blue) = 234+218+204=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 234 - color contains mainly: red. Hex color #EADACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADACC is #152533. Grayscale: #DDDDDD. Windows color (decimal): -1385780 or 13425386. OLE color: 13425386.
HSL color Cylindrical-coordinate representation of color #EADACC: hue angle of 28º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EADACC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 204 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.08 |
| HSL | 28º | 0.42% | 0.86% | - |
| HSV(B) | 28º | 0.13% | 0.92% | - |
| XYZ | 69.9 | 71.99 | 67.34 | - |
| YUV | 221.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 204 | 0 | 0.07 | 0.13 | 0.08 | 28 | 0.42 | 0.86 |
| Hex | EA | DA | CC | 0 | 7 | D | 8 | 1C | 2A | 56 |
| Octal | 352 | 332 | 314 | 0 | 7 | 15 | 10 | 34 | 52 | 126 |
| Binary | 11101010 | 11011010 | 11001100 | 0 | 111 | 1101 | 1000 | 11100 | 101010 | 1010110 |
Color Harmonies of #EADACC
Complementary color
Monochromatic Colors of #EADACC
Black with #EADACC
Text Example
Text Example
White with #EADACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADACC; }
p { color: rgb(234,218,204); }
H1.HeaderClassName
{
color: #EADACC;
}
.AnyTagClassName
{
color: #EADACC;
}
</style>
background-color css
<style>
a { background-color: #EADACC; }
a { background-color: rgb(234,218,204); }
div.DivClassName
{
background-color: #EADACC;
}
.BgClassName
{
background-color: #EADACC;
}
</style>
border-color css
<style>
span { border-color: #EADACC; }
span { border-color: rgb(234,218,204); }
td.TdClassName
{
border-color: #EADACC;
}
.TagClassName
{
border-color: #EADACC;
}
</style>