Shades of Almond #EDDDC9
Tints of Almond #EDDDC9
RGB
CMYK
RGB Variations
Color information
#EDDDC9 (or 0xEDDDC9) is known color: Almond. HEX triplet: ED, DD and C9. RGB value is (237,221,201). Sum of RGB (Red+Green+Blue) = 237+221+201=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDC9 is #122236. Grayscale: #DFDFDF. Windows color (decimal): -1188407 or 13229549. OLE color: 13229549.
HSL color Cylindrical-coordinate representation of color #EDDDC9: hue angle of 33.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDDDC9 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 201 | - |
CMYK | 0 | 0.07 | 0.15 | 0.07 |
HSL | 33.33º | 0.5% | 0.86% | - |
HSV(B) | 33.33º | 0.15% | 0.93% | - |
XYZ | 71.32 | 73.93 | 65.77 | - |
YUV | 223.5 | 115.3 | 137.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 201 | 0 | 0.07 | 0.15 | 0.07 | 33.33 | 0.5 | 0.86 |
Hex | ED | DD | C9 | 0 | 7 | F | 7 | 21 | 32 | 56 |
Octal | 355 | 335 | 311 | 0 | 7 | 17 | 7 | 41 | 62 | 126 |
Binary | 11101101 | 11011101 | 11001001 | 0 | 111 | 1111 | 111 | 100001 | 110010 | 1010110 |
Color Harmonies of #EDDDC9
Complementary color
Monochromatic Colors of #EDDDC9
Black with #EDDDC9
Text Example
Text Example
White with #EDDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDC9; }
p { color: rgb(237,221,201); }
H1.HeaderClassName
{
color: #EDDDC9;
}
.AnyTagClassName
{
color: #EDDDC9;
}
</style>
background-color css
<style>
a { background-color: #EDDDC9; }
a { background-color: rgb(237,221,201); }
div.DivClassName
{
background-color: #EDDDC9;
}
.BgClassName
{
background-color: #EDDDC9;
}
</style>
border-color css
<style>
span { border-color: #EDDDC9; }
span { border-color: rgb(237,221,201); }
td.TdClassName
{
border-color: #EDDDC9;
}
.TagClassName
{
border-color: #EDDDC9;
}
</style>