Shades of Almond #EEDBC5
Tints of Almond #EEDBC5
RGB
CMYK
RGB Variations
Color information
#EEDBC5 (or 0xEEDBC5) is known color: Almond. HEX triplet: EE, DB and C5. RGB value is (238,219,197). Sum of RGB (Red+Green+Blue) = 238+219+197=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBC5 is #11243A. Grayscale: #DEDEDE. Windows color (decimal): -1123387 or 12966894. OLE color: 12966894.
HSL color Cylindrical-coordinate representation of color #EEDBC5: hue angle of 32.2º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEDBC5 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 197 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.07 |
| HSL | 32.2º | 0.55% | 0.85% | - |
| HSV(B) | 32.2º | 0.17% | 0.93% | - |
| XYZ | 70.67 | 72.87 | 63.16 | - |
| YUV | 222.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 197 | 0 | 0.08 | 0.17 | 0.07 | 32.2 | 0.55 | 0.85 |
| Hex | EE | DB | C5 | 0 | 8 | 11 | 7 | 20 | 37 | 55 |
| Octal | 356 | 333 | 305 | 0 | 10 | 21 | 7 | 40 | 67 | 125 |
| Binary | 11101110 | 11011011 | 11000101 | 0 | 1000 | 10001 | 111 | 100000 | 110111 | 1010101 |
Color Harmonies of #EEDBC5
Complementary color
Monochromatic Colors of #EEDBC5
Black with #EEDBC5
Text Example
Text Example
White with #EEDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBC5; }
p { color: rgb(238,219,197); }
H1.HeaderClassName
{
color: #EEDBC5;
}
.AnyTagClassName
{
color: #EEDBC5;
}
</style>
background-color css
<style>
a { background-color: #EEDBC5; }
a { background-color: rgb(238,219,197); }
div.DivClassName
{
background-color: #EEDBC5;
}
.BgClassName
{
background-color: #EEDBC5;
}
</style>
border-color css
<style>
span { border-color: #EEDBC5; }
span { border-color: rgb(238,219,197); }
td.TdClassName
{
border-color: #EEDBC5;
}
.TagClassName
{
border-color: #EEDBC5;
}
</style>