Shades of Almond #EEDECB
Tints of Almond #EEDECB
RGB
CMYK
RGB Variations
Color information
#EEDECB (or 0xEEDECB) is known color: Almond. HEX triplet: EE, DE and CB. RGB value is (238,222,203). Sum of RGB (Red+Green+Blue) = 238+222+203=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDECB is #112134. Grayscale: #E0E0E0. Windows color (decimal): -1122613 or 13360878. OLE color: 13360878.
HSL color Cylindrical-coordinate representation of color #EEDECB: hue angle of 32.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEDECB is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 203 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.07 |
| HSL | 32.57º | 0.51% | 0.86% | - |
| HSV(B) | 32.57º | 0.15% | 0.93% | - |
| XYZ | 72.16 | 74.73 | 67.12 | - |
| YUV | 224.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 203 | 0 | 0.07 | 0.15 | 0.07 | 32.57 | 0.51 | 0.86 |
| Hex | EE | DE | CB | 0 | 7 | F | 7 | 21 | 33 | 56 |
| Octal | 356 | 336 | 313 | 0 | 7 | 17 | 7 | 41 | 63 | 126 |
| Binary | 11101110 | 11011110 | 11001011 | 0 | 111 | 1111 | 111 | 100001 | 110011 | 1010110 |
Color Harmonies of #EEDECB
Complementary color
Monochromatic Colors of #EEDECB
Black with #EEDECB
Text Example
Text Example
White with #EEDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDECB; }
p { color: rgb(238,222,203); }
H1.HeaderClassName
{
color: #EEDECB;
}
.AnyTagClassName
{
color: #EEDECB;
}
</style>
background-color css
<style>
a { background-color: #EEDECB; }
a { background-color: rgb(238,222,203); }
div.DivClassName
{
background-color: #EEDECB;
}
.BgClassName
{
background-color: #EEDECB;
}
</style>
border-color css
<style>
span { border-color: #EEDECB; }
span { border-color: rgb(238,222,203); }
td.TdClassName
{
border-color: #EEDECB;
}
.TagClassName
{
border-color: #EEDECB;
}
</style>