Shades of Almond #EAD3C1
Tints of Almond #EAD3C1
RGB
CMYK
RGB Variations
Color information
#EAD3C1 (or 0xEAD3C1) is known color: Almond. HEX triplet: EA, D3 and C1. RGB value is (234,211,193). Sum of RGB (Red+Green+Blue) = 234+211+193=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3C1 is #152C3E. Grayscale: #D7D7D7. Windows color (decimal): -1387583 or 12702698. OLE color: 12702698.
HSL color Cylindrical-coordinate representation of color #EAD3C1: hue angle of 26.34º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAD3C1 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 193 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.08 |
| HSL | 26.34º | 0.49% | 0.84% | - |
| HSV(B) | 26.34º | 0.18% | 0.92% | - |
| XYZ | 66.85 | 67.93 | 60.04 | - |
| YUV | 215.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 193 | 0 | 0.10 | 0.18 | 0.08 | 26.34 | 0.49 | 0.84 |
| Hex | EA | D3 | C1 | 0 | A | 12 | 8 | 1A | 31 | 54 |
| Octal | 352 | 323 | 301 | 0 | 12 | 22 | 10 | 32 | 61 | 124 |
| Binary | 11101010 | 11010011 | 11000001 | 0 | 1010 | 10010 | 1000 | 11010 | 110001 | 1010100 |
Color Harmonies of #EAD3C1
Complementary color
Monochromatic Colors of #EAD3C1
Black with #EAD3C1
Text Example
Text Example
White with #EAD3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3C1; }
p { color: rgb(234,211,193); }
H1.HeaderClassName
{
color: #EAD3C1;
}
.AnyTagClassName
{
color: #EAD3C1;
}
</style>
background-color css
<style>
a { background-color: #EAD3C1; }
a { background-color: rgb(234,211,193); }
div.DivClassName
{
background-color: #EAD3C1;
}
.BgClassName
{
background-color: #EAD3C1;
}
</style>
border-color css
<style>
span { border-color: #EAD3C1; }
span { border-color: rgb(234,211,193); }
td.TdClassName
{
border-color: #EAD3C1;
}
.TagClassName
{
border-color: #EAD3C1;
}
</style>