Shades of Almond #EADACB
Tints of Almond #EADACB
RGB
CMYK
RGB Variations
Color information
#EADACB (or 0xEADACB) is known color: Almond. HEX triplet: EA, DA and CB. RGB value is (234,218,203). Sum of RGB (Red+Green+Blue) = 234+218+203=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EADACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADACB is #152534. Grayscale: #DDDDDD. Windows color (decimal): -1385781 or 13359850. OLE color: 13359850.
HSL color Cylindrical-coordinate representation of color #EADACB: hue angle of 29.03º 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 #EADACB is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 203 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.08 |
| HSL | 29.03º | 0.42% | 0.86% | - |
| HSV(B) | 29.03º | 0.13% | 0.92% | - |
| XYZ | 69.78 | 71.95 | 66.71 | - |
| YUV | 221.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 203 | 0 | 0.07 | 0.13 | 0.08 | 29.03 | 0.42 | 0.86 |
| Hex | EA | DA | CB | 0 | 7 | D | 8 | 1D | 2A | 56 |
| Octal | 352 | 332 | 313 | 0 | 7 | 15 | 10 | 35 | 52 | 126 |
| Binary | 11101010 | 11011010 | 11001011 | 0 | 111 | 1101 | 1000 | 11101 | 101010 | 1010110 |
Color Harmonies of #EADACB
Complementary color
Monochromatic Colors of #EADACB
Black with #EADACB
Text Example
Text Example
White with #EADACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADACB; }
p { color: rgb(234,218,203); }
H1.HeaderClassName
{
color: #EADACB;
}
.AnyTagClassName
{
color: #EADACB;
}
</style>
background-color css
<style>
a { background-color: #EADACB; }
a { background-color: rgb(234,218,203); }
div.DivClassName
{
background-color: #EADACB;
}
.BgClassName
{
background-color: #EADACB;
}
</style>
border-color css
<style>
span { border-color: #EADACB; }
span { border-color: rgb(234,218,203); }
td.TdClassName
{
border-color: #EADACB;
}
.TagClassName
{
border-color: #EADACB;
}
</style>