Shades of Almond #EEDDC8
Tints of Almond #EEDDC8
RGB
CMYK
RGB Variations
Color information
#EEDDC8 (or 0xEEDDC8) is known color: Almond. HEX triplet: EE, DD and C8. RGB value is (238,221,200). Sum of RGB (Red+Green+Blue) = 238+221+200=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC8 is #112237. Grayscale: #DFDFDF. Windows color (decimal): -1122872 or 13164014. OLE color: 13164014.
HSL color Cylindrical-coordinate representation of color #EEDDC8: hue angle of 33.16º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEDDC8 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 200 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.07 |
| HSL | 33.16º | 0.53% | 0.86% | - |
| HSV(B) | 33.16º | 0.16% | 0.93% | - |
| XYZ | 71.54 | 74.06 | 65.17 | - |
| YUV | 223.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 200 | 0 | 0.07 | 0.16 | 0.07 | 33.16 | 0.53 | 0.86 |
| Hex | EE | DD | C8 | 0 | 7 | 10 | 7 | 21 | 35 | 56 |
| Octal | 356 | 335 | 310 | 0 | 7 | 20 | 7 | 41 | 65 | 126 |
| Binary | 11101110 | 11011101 | 11001000 | 0 | 111 | 10000 | 111 | 100001 | 110101 | 1010110 |
Color Harmonies of #EEDDC8
Complementary color
Monochromatic Colors of #EEDDC8
Black with #EEDDC8
Text Example
Text Example
White with #EEDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDC8; }
p { color: rgb(238,221,200); }
H1.HeaderClassName
{
color: #EEDDC8;
}
.AnyTagClassName
{
color: #EEDDC8;
}
</style>
background-color css
<style>
a { background-color: #EEDDC8; }
a { background-color: rgb(238,221,200); }
div.DivClassName
{
background-color: #EEDDC8;
}
.BgClassName
{
background-color: #EEDDC8;
}
</style>
border-color css
<style>
span { border-color: #EEDDC8; }
span { border-color: rgb(238,221,200); }
td.TdClassName
{
border-color: #EEDDC8;
}
.TagClassName
{
border-color: #EEDDC8;
}
</style>