Shades of Almond #EDD3BC
Tints of Almond #EDD3BC
RGB
CMYK
RGB Variations
Color information
#EDD3BC (or 0xEDD3BC) is known color: Almond. HEX triplet: ED, D3 and BC. RGB value is (237,211,188). Sum of RGB (Red+Green+Blue) = 237+211+188=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3BC is #122C43. Grayscale: #D8D8D8. Windows color (decimal): -1190980 or 12375021. OLE color: 12375021.
HSL color Cylindrical-coordinate representation of color #EDD3BC: hue angle of 28.16º 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 #EDD3BC is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 188 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.07 |
| HSL | 28.16º | 0.58% | 0.83% | - |
| HSV(B) | 28.16º | 0.21% | 0.93% | - |
| XYZ | 67.3 | 68.22 | 57.2 | - |
| YUV | 216.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 188 | 0 | 0.11 | 0.21 | 0.07 | 28.16 | 0.58 | 0.83 |
| Hex | ED | D3 | BC | 0 | B | 15 | 7 | 1C | 3A | 53 |
| Octal | 355 | 323 | 274 | 0 | 13 | 25 | 7 | 34 | 72 | 123 |
| Binary | 11101101 | 11010011 | 10111100 | 0 | 1011 | 10101 | 111 | 11100 | 111010 | 1010011 |
Color Harmonies of #EDD3BC
Complementary color
Monochromatic Colors of #EDD3BC
Black with #EDD3BC
Text Example
Text Example
White with #EDD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3BC; }
p { color: rgb(237,211,188); }
H1.HeaderClassName
{
color: #EDD3BC;
}
.AnyTagClassName
{
color: #EDD3BC;
}
</style>
background-color css
<style>
a { background-color: #EDD3BC; }
a { background-color: rgb(237,211,188); }
div.DivClassName
{
background-color: #EDD3BC;
}
.BgClassName
{
background-color: #EDD3BC;
}
</style>
border-color css
<style>
span { border-color: #EDD3BC; }
span { border-color: rgb(237,211,188); }
td.TdClassName
{
border-color: #EDD3BC;
}
.TagClassName
{
border-color: #EDD3BC;
}
</style>