Shades of Almond #EDD2BC
Tints of Almond #EDD2BC
RGB
CMYK
RGB Variations
Color information
#EDD2BC (or 0xEDD2BC) is known color: Almond. HEX triplet: ED, D2 and BC. RGB value is (237,210,188). Sum of RGB (Red+Green+Blue) = 237+210+188=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2BC is #122D43. Grayscale: #D7D7D7. Windows color (decimal): -1191236 or 12374765. OLE color: 12374765.
HSL color Cylindrical-coordinate representation of color #EDD2BC: hue angle of 26.94º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDD2BC is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 188 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.07 |
| HSL | 26.94º | 0.58% | 0.83% | - |
| HSV(B) | 26.94º | 0.21% | 0.93% | - |
| XYZ | 67.05 | 67.73 | 57.12 | - |
| YUV | 215.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 188 | 0 | 0.11 | 0.21 | 0.07 | 26.94 | 0.58 | 0.83 |
| Hex | ED | D2 | BC | 0 | B | 15 | 7 | 1B | 3A | 53 |
| Octal | 355 | 322 | 274 | 0 | 13 | 25 | 7 | 33 | 72 | 123 |
| Binary | 11101101 | 11010010 | 10111100 | 0 | 1011 | 10101 | 111 | 11011 | 111010 | 1010011 |
Color Harmonies of #EDD2BC
Complementary color
Monochromatic Colors of #EDD2BC
Black with #EDD2BC
Text Example
Text Example
White with #EDD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2BC; }
p { color: rgb(237,210,188); }
H1.HeaderClassName
{
color: #EDD2BC;
}
.AnyTagClassName
{
color: #EDD2BC;
}
</style>
background-color css
<style>
a { background-color: #EDD2BC; }
a { background-color: rgb(237,210,188); }
div.DivClassName
{
background-color: #EDD2BC;
}
.BgClassName
{
background-color: #EDD2BC;
}
</style>
border-color css
<style>
span { border-color: #EDD2BC; }
span { border-color: rgb(237,210,188); }
td.TdClassName
{
border-color: #EDD2BC;
}
.TagClassName
{
border-color: #EDD2BC;
}
</style>