Shades of Almond #EEDEC9
Tints of Almond #EEDEC9
RGB
CMYK
RGB Variations
Color information
#EEDEC9 (or 0xEEDEC9) is known color: Almond. HEX triplet: EE, DE and C9. RGB value is (238,222,201). Sum of RGB (Red+Green+Blue) = 238+222+201=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC9 is #112136. Grayscale: #E0E0E0. Windows color (decimal): -1122615 or 13229806. OLE color: 13229806.
HSL color Cylindrical-coordinate representation of color #EEDEC9: hue angle of 34.05º degrees, saturation: 0.52, 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 #EEDEC9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 201 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.07 |
| HSL | 34.05º | 0.52% | 0.86% | - |
| HSV(B) | 34.05º | 0.16% | 0.93% | - |
| XYZ | 71.92 | 74.64 | 65.87 | - |
| YUV | 224.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 201 | 0 | 0.07 | 0.16 | 0.07 | 34.05 | 0.52 | 0.86 |
| Hex | EE | DE | C9 | 0 | 7 | 10 | 7 | 22 | 34 | 56 |
| Octal | 356 | 336 | 311 | 0 | 7 | 20 | 7 | 42 | 64 | 126 |
| Binary | 11101110 | 11011110 | 11001001 | 0 | 111 | 10000 | 111 | 100010 | 110100 | 1010110 |
Color Harmonies of #EEDEC9
Complementary color
Monochromatic Colors of #EEDEC9
Black with #EEDEC9
Text Example
Text Example
White with #EEDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEC9; }
p { color: rgb(238,222,201); }
H1.HeaderClassName
{
color: #EEDEC9;
}
.AnyTagClassName
{
color: #EEDEC9;
}
</style>
background-color css
<style>
a { background-color: #EEDEC9; }
a { background-color: rgb(238,222,201); }
div.DivClassName
{
background-color: #EEDEC9;
}
.BgClassName
{
background-color: #EEDEC9;
}
</style>
border-color css
<style>
span { border-color: #EEDEC9; }
span { border-color: rgb(238,222,201); }
td.TdClassName
{
border-color: #EEDEC9;
}
.TagClassName
{
border-color: #EEDEC9;
}
</style>