Shades of Almond #EDD9C3
Tints of Almond #EDD9C3
RGB
CMYK
RGB Variations
Color information
#EDD9C3 (or 0xEDD9C3) is known color: Almond. HEX triplet: ED, D9 and C3. RGB value is (237,217,195). Sum of RGB (Red+Green+Blue) = 237+217+195=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9C3 is #12263C. Grayscale: #DCDCDC. Windows color (decimal): -1189437 or 12835309. OLE color: 12835309.
HSL color Cylindrical-coordinate representation of color #EDD9C3: hue angle of 31.43º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDD9C3 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 195 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.07 |
| HSL | 31.43º | 0.54% | 0.85% | - |
| HSV(B) | 31.43º | 0.18% | 0.93% | - |
| XYZ | 69.59 | 71.57 | 61.78 | - |
| YUV | 220.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 195 | 0 | 0.08 | 0.18 | 0.07 | 31.43 | 0.54 | 0.85 |
| Hex | ED | D9 | C3 | 0 | 8 | 12 | 7 | 1F | 36 | 55 |
| Octal | 355 | 331 | 303 | 0 | 10 | 22 | 7 | 37 | 66 | 125 |
| Binary | 11101101 | 11011001 | 11000011 | 0 | 1000 | 10010 | 111 | 11111 | 110110 | 1010101 |
Color Harmonies of #EDD9C3
Complementary color
Monochromatic Colors of #EDD9C3
Black with #EDD9C3
Text Example
Text Example
White with #EDD9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9C3; }
p { color: rgb(237,217,195); }
H1.HeaderClassName
{
color: #EDD9C3;
}
.AnyTagClassName
{
color: #EDD9C3;
}
</style>
background-color css
<style>
a { background-color: #EDD9C3; }
a { background-color: rgb(237,217,195); }
div.DivClassName
{
background-color: #EDD9C3;
}
.BgClassName
{
background-color: #EDD9C3;
}
</style>
border-color css
<style>
span { border-color: #EDD9C3; }
span { border-color: rgb(237,217,195); }
td.TdClassName
{
border-color: #EDD9C3;
}
.TagClassName
{
border-color: #EDD9C3;
}
</style>