Shades of Almond #EDD4BF
Tints of Almond #EDD4BF
RGB
CMYK
RGB Variations
Color information
#EDD4BF (or 0xEDD4BF) is known color: Almond. HEX triplet: ED, D4 and BF. RGB value is (237,212,191). Sum of RGB (Red+Green+Blue) = 237+212+191=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4BF is #122B40. Grayscale: #D9D9D9. Windows color (decimal): -1190721 or 12571885. OLE color: 12571885.
HSL color Cylindrical-coordinate representation of color #EDD4BF: hue angle of 27.39º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDD4BF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 191 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.07 |
| HSL | 27.39º | 0.56% | 0.84% | - |
| HSV(B) | 27.39º | 0.19% | 0.93% | - |
| XYZ | 67.87 | 68.85 | 59 | - |
| YUV | 217.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 191 | 0 | 0.11 | 0.19 | 0.07 | 27.39 | 0.56 | 0.84 |
| Hex | ED | D4 | BF | 0 | B | 13 | 7 | 1B | 38 | 54 |
| Octal | 355 | 324 | 277 | 0 | 13 | 23 | 7 | 33 | 70 | 124 |
| Binary | 11101101 | 11010100 | 10111111 | 0 | 1011 | 10011 | 111 | 11011 | 111000 | 1010100 |
Color Harmonies of #EDD4BF
Complementary color
Monochromatic Colors of #EDD4BF
Black with #EDD4BF
Text Example
Text Example
White with #EDD4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4BF; }
p { color: rgb(237,212,191); }
H1.HeaderClassName
{
color: #EDD4BF;
}
.AnyTagClassName
{
color: #EDD4BF;
}
</style>
background-color css
<style>
a { background-color: #EDD4BF; }
a { background-color: rgb(237,212,191); }
div.DivClassName
{
background-color: #EDD4BF;
}
.BgClassName
{
background-color: #EDD4BF;
}
</style>
border-color css
<style>
span { border-color: #EDD4BF; }
span { border-color: rgb(237,212,191); }
td.TdClassName
{
border-color: #EDD4BF;
}
.TagClassName
{
border-color: #EDD4BF;
}
</style>