Shades of Almond #EDD5BC
Tints of Almond #EDD5BC
RGB
CMYK
RGB Variations
Color information
#EDD5BC (or 0xEDD5BC) is known color: Almond. HEX triplet: ED, D5 and BC. RGB value is (237,213,188). Sum of RGB (Red+Green+Blue) = 237+213+188=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5BC is #122A43. Grayscale: #D9D9D9. Windows color (decimal): -1190468 or 12375533. OLE color: 12375533.
HSL color Cylindrical-coordinate representation of color #EDD5BC: hue angle of 30.61º 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 #EDD5BC is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 188 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.07 |
| HSL | 30.61º | 0.58% | 0.83% | - |
| HSV(B) | 30.61º | 0.21% | 0.93% | - |
| XYZ | 67.8 | 69.22 | 57.37 | - |
| YUV | 217.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 188 | 0 | 0.10 | 0.21 | 0.07 | 30.61 | 0.58 | 0.83 |
| Hex | ED | D5 | BC | 0 | A | 15 | 7 | 1F | 3A | 53 |
| Octal | 355 | 325 | 274 | 0 | 12 | 25 | 7 | 37 | 72 | 123 |
| Binary | 11101101 | 11010101 | 10111100 | 0 | 1010 | 10101 | 111 | 11111 | 111010 | 1010011 |
Color Harmonies of #EDD5BC
Complementary color
Monochromatic Colors of #EDD5BC
Black with #EDD5BC
Text Example
Text Example
White with #EDD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5BC; }
p { color: rgb(237,213,188); }
H1.HeaderClassName
{
color: #EDD5BC;
}
.AnyTagClassName
{
color: #EDD5BC;
}
</style>
background-color css
<style>
a { background-color: #EDD5BC; }
a { background-color: rgb(237,213,188); }
div.DivClassName
{
background-color: #EDD5BC;
}
.BgClassName
{
background-color: #EDD5BC;
}
</style>
border-color css
<style>
span { border-color: #EDD5BC; }
span { border-color: rgb(237,213,188); }
td.TdClassName
{
border-color: #EDD5BC;
}
.TagClassName
{
border-color: #EDD5BC;
}
</style>