Shades of Almond #EEDBC6
Tints of Almond #EEDBC6
RGB
CMYK
RGB Variations
Color information
#EEDBC6 (or 0xEEDBC6) is known color: Almond. HEX triplet: EE, DB and C6. RGB value is (238,219,198). Sum of RGB (Red+Green+Blue) = 238+219+198=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBC6 is #112439. Grayscale: #DEDEDE. Windows color (decimal): -1123386 or 13032430. OLE color: 13032430.
HSL color Cylindrical-coordinate representation of color #EEDBC6: hue angle of 31.5º degrees, saturation: 0.54, 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 #EEDBC6 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 198 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.07 |
| HSL | 31.5º | 0.54% | 0.85% | - |
| HSV(B) | 31.5º | 0.17% | 0.93% | - |
| XYZ | 70.78 | 72.92 | 63.77 | - |
| YUV | 222.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 198 | 0 | 0.08 | 0.17 | 0.07 | 31.5 | 0.54 | 0.85 |
| Hex | EE | DB | C6 | 0 | 8 | 11 | 7 | 1F | 36 | 55 |
| Octal | 356 | 333 | 306 | 0 | 10 | 21 | 7 | 37 | 66 | 125 |
| Binary | 11101110 | 11011011 | 11000110 | 0 | 1000 | 10001 | 111 | 11111 | 110110 | 1010101 |
Color Harmonies of #EEDBC6
Complementary color
Monochromatic Colors of #EEDBC6
Black with #EEDBC6
Text Example
Text Example
White with #EEDBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBC6; }
p { color: rgb(238,219,198); }
H1.HeaderClassName
{
color: #EEDBC6;
}
.AnyTagClassName
{
color: #EEDBC6;
}
</style>
background-color css
<style>
a { background-color: #EEDBC6; }
a { background-color: rgb(238,219,198); }
div.DivClassName
{
background-color: #EEDBC6;
}
.BgClassName
{
background-color: #EEDBC6;
}
</style>
border-color css
<style>
span { border-color: #EEDBC6; }
span { border-color: rgb(238,219,198); }
td.TdClassName
{
border-color: #EEDBC6;
}
.TagClassName
{
border-color: #EEDBC6;
}
</style>