Shades of Almond #EADCCB
Tints of Almond #EADCCB
RGB
CMYK
RGB Variations
Color information
#EADCCB (or 0xEADCCB) is known color: Almond. HEX triplet: EA, DC and CB. RGB value is (234,220,203). Sum of RGB (Red+Green+Blue) = 234+220+203=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCCB is #152334. Grayscale: #DEDEDE. Windows color (decimal): -1385269 or 13360362. OLE color: 13360362.
HSL color Cylindrical-coordinate representation of color #EADCCB: hue angle of 32.9º 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 #EADCCB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 203 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.08 |
| HSL | 32.9º | 0.42% | 0.86% | - |
| HSV(B) | 32.9º | 0.13% | 0.92% | - |
| XYZ | 70.3 | 72.99 | 66.88 | - |
| YUV | 222.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 203 | 0 | 0.06 | 0.13 | 0.08 | 32.9 | 0.42 | 0.86 |
| Hex | EA | DC | CB | 0 | 6 | D | 8 | 21 | 2A | 56 |
| Octal | 352 | 334 | 313 | 0 | 6 | 15 | 10 | 41 | 52 | 126 |
| Binary | 11101010 | 11011100 | 11001011 | 0 | 110 | 1101 | 1000 | 100001 | 101010 | 1010110 |
Color Harmonies of #EADCCB
Complementary color
Monochromatic Colors of #EADCCB
Black with #EADCCB
Text Example
Text Example
White with #EADCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCCB; }
p { color: rgb(234,220,203); }
H1.HeaderClassName
{
color: #EADCCB;
}
.AnyTagClassName
{
color: #EADCCB;
}
</style>
background-color css
<style>
a { background-color: #EADCCB; }
a { background-color: rgb(234,220,203); }
div.DivClassName
{
background-color: #EADCCB;
}
.BgClassName
{
background-color: #EADCCB;
}
</style>
border-color css
<style>
span { border-color: #EADCCB; }
span { border-color: rgb(234,220,203); }
td.TdClassName
{
border-color: #EADCCB;
}
.TagClassName
{
border-color: #EADCCB;
}
</style>