Shades of Almond #EED8BF
Tints of Almond #EED8BF
RGB
CMYK
RGB Variations
Color information
#EED8BF (or 0xEED8BF) is known color: Almond. HEX triplet: EE, D8 and BF. RGB value is (238,216,191). Sum of RGB (Red+Green+Blue) = 238+216+191=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8BF is #112740. Grayscale: #DBDBDB. Windows color (decimal): -1124161 or 12572910. OLE color: 12572910.
HSL color Cylindrical-coordinate representation of color #EED8BF: hue angle of 31.91º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EED8BF is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 191 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.07 |
| HSL | 31.91º | 0.58% | 0.84% | - |
| HSV(B) | 31.91º | 0.2% | 0.93% | - |
| XYZ | 69.22 | 71.05 | 59.36 | - |
| YUV | 219.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 191 | 0 | 0.09 | 0.20 | 0.07 | 31.91 | 0.58 | 0.84 |
| Hex | EE | D8 | BF | 0 | 9 | 14 | 7 | 20 | 3A | 54 |
| Octal | 356 | 330 | 277 | 0 | 11 | 24 | 7 | 40 | 72 | 124 |
| Binary | 11101110 | 11011000 | 10111111 | 0 | 1001 | 10100 | 111 | 100000 | 111010 | 1010100 |
Color Harmonies of #EED8BF
Complementary color
Monochromatic Colors of #EED8BF
Black with #EED8BF
Text Example
Text Example
White with #EED8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8BF; }
p { color: rgb(238,216,191); }
H1.HeaderClassName
{
color: #EED8BF;
}
.AnyTagClassName
{
color: #EED8BF;
}
</style>
background-color css
<style>
a { background-color: #EED8BF; }
a { background-color: rgb(238,216,191); }
div.DivClassName
{
background-color: #EED8BF;
}
.BgClassName
{
background-color: #EED8BF;
}
</style>
border-color css
<style>
span { border-color: #EED8BF; }
span { border-color: rgb(238,216,191); }
td.TdClassName
{
border-color: #EED8BF;
}
.TagClassName
{
border-color: #EED8BF;
}
</style>