Shades of Almond #EED4BF
Tints of Almond #EED4BF
RGB
CMYK
RGB Variations
Color information
#EED4BF (or 0xEED4BF) is known color: Almond. HEX triplet: EE, D4 and BF. RGB value is (238,212,191). Sum of RGB (Red+Green+Blue) = 238+212+191=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4BF is #112B40. Grayscale: #D9D9D9. Windows color (decimal): -1125185 or 12571886. OLE color: 12571886.
HSL color Cylindrical-coordinate representation of color #EED4BF: hue angle of 26.81º 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 #EED4BF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 191 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.07 |
| HSL | 26.81º | 0.58% | 0.84% | - |
| HSV(B) | 26.81º | 0.2% | 0.93% | - |
| XYZ | 68.21 | 69.03 | 59.02 | - |
| YUV | 217.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 191 | 0 | 0.11 | 0.20 | 0.07 | 26.81 | 0.58 | 0.84 |
| Hex | EE | D4 | BF | 0 | B | 14 | 7 | 1B | 3A | 54 |
| Octal | 356 | 324 | 277 | 0 | 13 | 24 | 7 | 33 | 72 | 124 |
| Binary | 11101110 | 11010100 | 10111111 | 0 | 1011 | 10100 | 111 | 11011 | 111010 | 1010100 |
Color Harmonies of #EED4BF
Complementary color
Monochromatic Colors of #EED4BF
Black with #EED4BF
Text Example
Text Example
White with #EED4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4BF; }
p { color: rgb(238,212,191); }
H1.HeaderClassName
{
color: #EED4BF;
}
.AnyTagClassName
{
color: #EED4BF;
}
</style>
background-color css
<style>
a { background-color: #EED4BF; }
a { background-color: rgb(238,212,191); }
div.DivClassName
{
background-color: #EED4BF;
}
.BgClassName
{
background-color: #EED4BF;
}
</style>
border-color css
<style>
span { border-color: #EED4BF; }
span { border-color: rgb(238,212,191); }
td.TdClassName
{
border-color: #EED4BF;
}
.TagClassName
{
border-color: #EED4BF;
}
</style>