Shades of Almond #EEDCC8
Tints of Almond #EEDCC8
RGB
CMYK
RGB Variations
Color information
#EEDCC8 (or 0xEEDCC8) is known color: Almond. HEX triplet: EE, DC and C8. RGB value is (238,220,200). Sum of RGB (Red+Green+Blue) = 238+220+200=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC8 is #112337. Grayscale: #DFDFDF. Windows color (decimal): -1123128 or 13163758. OLE color: 13163758.
HSL color Cylindrical-coordinate representation of color #EEDCC8: hue angle of 31.58º 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 #EEDCC8 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 200 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.07 |
| HSL | 31.58º | 0.53% | 0.86% | - |
| HSV(B) | 31.58º | 0.16% | 0.93% | - |
| XYZ | 71.28 | 73.53 | 65.08 | - |
| YUV | 223.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 200 | 0 | 0.08 | 0.16 | 0.07 | 31.58 | 0.53 | 0.86 |
| Hex | EE | DC | C8 | 0 | 8 | 10 | 7 | 20 | 35 | 56 |
| Octal | 356 | 334 | 310 | 0 | 10 | 20 | 7 | 40 | 65 | 126 |
| Binary | 11101110 | 11011100 | 11001000 | 0 | 1000 | 10000 | 111 | 100000 | 110101 | 1010110 |
Color Harmonies of #EEDCC8
Complementary color
Monochromatic Colors of #EEDCC8
Black with #EEDCC8
Text Example
Text Example
White with #EEDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCC8; }
p { color: rgb(238,220,200); }
H1.HeaderClassName
{
color: #EEDCC8;
}
.AnyTagClassName
{
color: #EEDCC8;
}
</style>
background-color css
<style>
a { background-color: #EEDCC8; }
a { background-color: rgb(238,220,200); }
div.DivClassName
{
background-color: #EEDCC8;
}
.BgClassName
{
background-color: #EEDCC8;
}
</style>
border-color css
<style>
span { border-color: #EEDCC8; }
span { border-color: rgb(238,220,200); }
td.TdClassName
{
border-color: #EEDCC8;
}
.TagClassName
{
border-color: #EEDCC8;
}
</style>