Shades of Almond #EED3BF
Tints of Almond #EED3BF
RGB
CMYK
RGB Variations
Color information
#EED3BF (or 0xEED3BF) is known color: Almond. HEX triplet: EE, D3 and BF. RGB value is (238,211,191). Sum of RGB (Red+Green+Blue) = 238+211+191=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3BF is #112C40. Grayscale: #D8D8D8. Windows color (decimal): -1125441 or 12571630. OLE color: 12571630.
HSL color Cylindrical-coordinate representation of color #EED3BF: hue angle of 25.53º 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 #EED3BF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 191 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.07 |
| HSL | 25.53º | 0.58% | 0.84% | - |
| HSV(B) | 25.53º | 0.2% | 0.93% | - |
| XYZ | 67.96 | 68.53 | 58.94 | - |
| YUV | 216.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 191 | 0 | 0.11 | 0.20 | 0.07 | 25.53 | 0.58 | 0.84 |
| Hex | EE | D3 | BF | 0 | B | 14 | 7 | 1A | 3A | 54 |
| Octal | 356 | 323 | 277 | 0 | 13 | 24 | 7 | 32 | 72 | 124 |
| Binary | 11101110 | 11010011 | 10111111 | 0 | 1011 | 10100 | 111 | 11010 | 111010 | 1010100 |
Color Harmonies of #EED3BF
Complementary color
Monochromatic Colors of #EED3BF
Black with #EED3BF
Text Example
Text Example
White with #EED3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3BF; }
p { color: rgb(238,211,191); }
H1.HeaderClassName
{
color: #EED3BF;
}
.AnyTagClassName
{
color: #EED3BF;
}
</style>
background-color css
<style>
a { background-color: #EED3BF; }
a { background-color: rgb(238,211,191); }
div.DivClassName
{
background-color: #EED3BF;
}
.BgClassName
{
background-color: #EED3BF;
}
</style>
border-color css
<style>
span { border-color: #EED3BF; }
span { border-color: rgb(238,211,191); }
td.TdClassName
{
border-color: #EED3BF;
}
.TagClassName
{
border-color: #EED3BF;
}
</style>