Shades of Almond #EED7BF
Tints of Almond #EED7BF
RGB
CMYK
RGB Variations
Color information
#EED7BF (or 0xEED7BF) is known color: Almond. HEX triplet: EE, D7 and BF. RGB value is (238,215,191). Sum of RGB (Red+Green+Blue) = 238+215+191=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7BF is #112840. Grayscale: #DBDBDB. Windows color (decimal): -1124417 or 12572654. OLE color: 12572654.
HSL color Cylindrical-coordinate representation of color #EED7BF: hue angle of 30.64º 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 #EED7BF is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 191 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.07 |
| HSL | 30.64º | 0.58% | 0.84% | - |
| HSV(B) | 30.64º | 0.2% | 0.93% | - |
| XYZ | 68.96 | 70.54 | 59.27 | - |
| YUV | 219.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 191 | 0 | 0.10 | 0.20 | 0.07 | 30.64 | 0.58 | 0.84 |
| Hex | EE | D7 | BF | 0 | A | 14 | 7 | 1F | 3A | 54 |
| Octal | 356 | 327 | 277 | 0 | 12 | 24 | 7 | 37 | 72 | 124 |
| Binary | 11101110 | 11010111 | 10111111 | 0 | 1010 | 10100 | 111 | 11111 | 111010 | 1010100 |
Color Harmonies of #EED7BF
Complementary color
Monochromatic Colors of #EED7BF
Black with #EED7BF
Text Example
Text Example
White with #EED7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7BF; }
p { color: rgb(238,215,191); }
H1.HeaderClassName
{
color: #EED7BF;
}
.AnyTagClassName
{
color: #EED7BF;
}
</style>
background-color css
<style>
a { background-color: #EED7BF; }
a { background-color: rgb(238,215,191); }
div.DivClassName
{
background-color: #EED7BF;
}
.BgClassName
{
background-color: #EED7BF;
}
</style>
border-color css
<style>
span { border-color: #EED7BF; }
span { border-color: rgb(238,215,191); }
td.TdClassName
{
border-color: #EED7BF;
}
.TagClassName
{
border-color: #EED7BF;
}
</style>