Shades of Almond #EEDCC7
Tints of Almond #EEDCC7
RGB
CMYK
RGB Variations
Color information
#EEDCC7 (or 0xEEDCC7) is known color: Almond. HEX triplet: EE, DC and C7. RGB value is (238,220,199). Sum of RGB (Red+Green+Blue) = 238+220+199=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC7 is #112338. Grayscale: #DFDFDF. Windows color (decimal): -1123129 or 13098222. OLE color: 13098222.
HSL color Cylindrical-coordinate representation of color #EEDCC7: hue angle of 32.31º 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 #EEDCC7 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 199 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.07 |
| HSL | 32.31º | 0.53% | 0.86% | - |
| HSV(B) | 32.31º | 0.16% | 0.93% | - |
| XYZ | 71.16 | 73.49 | 64.47 | - |
| YUV | 222.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 199 | 0 | 0.08 | 0.16 | 0.07 | 32.31 | 0.53 | 0.86 |
| Hex | EE | DC | C7 | 0 | 8 | 10 | 7 | 20 | 35 | 56 |
| Octal | 356 | 334 | 307 | 0 | 10 | 20 | 7 | 40 | 65 | 126 |
| Binary | 11101110 | 11011100 | 11000111 | 0 | 1000 | 10000 | 111 | 100000 | 110101 | 1010110 |
Color Harmonies of #EEDCC7
Complementary color
Monochromatic Colors of #EEDCC7
Black with #EEDCC7
Text Example
Text Example
White with #EEDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCC7; }
p { color: rgb(238,220,199); }
H1.HeaderClassName
{
color: #EEDCC7;
}
.AnyTagClassName
{
color: #EEDCC7;
}
</style>
background-color css
<style>
a { background-color: #EEDCC7; }
a { background-color: rgb(238,220,199); }
div.DivClassName
{
background-color: #EEDCC7;
}
.BgClassName
{
background-color: #EEDCC7;
}
</style>
border-color css
<style>
span { border-color: #EEDCC7; }
span { border-color: rgb(238,220,199); }
td.TdClassName
{
border-color: #EEDCC7;
}
.TagClassName
{
border-color: #EEDCC7;
}
</style>