Shades of Almond #EDD3BE
Tints of Almond #EDD3BE
RGB
CMYK
RGB Variations
Color information
#EDD3BE (or 0xEDD3BE) is known color: Almond. HEX triplet: ED, D3 and BE. RGB value is (237,211,190). Sum of RGB (Red+Green+Blue) = 237+211+190=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3BE is #122C41. Grayscale: #D8D8D8. Windows color (decimal): -1190978 or 12506093. OLE color: 12506093.
HSL color Cylindrical-coordinate representation of color #EDD3BE: hue angle of 26.81º degrees, saturation: 0.57, 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 #EDD3BE is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 190 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.07 |
| HSL | 26.81º | 0.57% | 0.84% | - |
| HSV(B) | 26.81º | 0.2% | 0.93% | - |
| XYZ | 67.51 | 68.31 | 58.34 | - |
| YUV | 216.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 190 | 0 | 0.11 | 0.20 | 0.07 | 26.81 | 0.57 | 0.84 |
| Hex | ED | D3 | BE | 0 | B | 14 | 7 | 1B | 39 | 54 |
| Octal | 355 | 323 | 276 | 0 | 13 | 24 | 7 | 33 | 71 | 124 |
| Binary | 11101101 | 11010011 | 10111110 | 0 | 1011 | 10100 | 111 | 11011 | 111001 | 1010100 |
Color Harmonies of #EDD3BE
Complementary color
Monochromatic Colors of #EDD3BE
Black with #EDD3BE
Text Example
Text Example
White with #EDD3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3BE; }
p { color: rgb(237,211,190); }
H1.HeaderClassName
{
color: #EDD3BE;
}
.AnyTagClassName
{
color: #EDD3BE;
}
</style>
background-color css
<style>
a { background-color: #EDD3BE; }
a { background-color: rgb(237,211,190); }
div.DivClassName
{
background-color: #EDD3BE;
}
.BgClassName
{
background-color: #EDD3BE;
}
</style>
border-color css
<style>
span { border-color: #EDD3BE; }
span { border-color: rgb(237,211,190); }
td.TdClassName
{
border-color: #EDD3BE;
}
.TagClassName
{
border-color: #EDD3BE;
}
</style>