Shades of Almond #EED8C2
Tints of Almond #EED8C2
RGB
CMYK
RGB Variations
Color information
#EED8C2 (or 0xEED8C2) is known color: Almond. HEX triplet: EE, D8 and C2. RGB value is (238,216,194). Sum of RGB (Red+Green+Blue) = 238+216+194=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8C2 is #11273D. Grayscale: #DCDCDC. Windows color (decimal): -1124158 or 12769518. OLE color: 12769518.
HSL color Cylindrical-coordinate representation of color #EED8C2: hue angle of 30º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EED8C2 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 194 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.07 |
| HSL | 30º | 0.56% | 0.85% | - |
| HSV(B) | 30º | 0.18% | 0.93% | - |
| XYZ | 69.55 | 71.18 | 61.11 | - |
| YUV | 220.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 194 | 0 | 0.09 | 0.18 | 0.07 | 30 | 0.56 | 0.85 |
| Hex | EE | D8 | C2 | 0 | 9 | 12 | 7 | 1E | 38 | 55 |
| Octal | 356 | 330 | 302 | 0 | 11 | 22 | 7 | 36 | 70 | 125 |
| Binary | 11101110 | 11011000 | 11000010 | 0 | 1001 | 10010 | 111 | 11110 | 111000 | 1010101 |
Color Harmonies of #EED8C2
Complementary color
Monochromatic Colors of #EED8C2
Black with #EED8C2
Text Example
Text Example
White with #EED8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8C2; }
p { color: rgb(238,216,194); }
H1.HeaderClassName
{
color: #EED8C2;
}
.AnyTagClassName
{
color: #EED8C2;
}
</style>
background-color css
<style>
a { background-color: #EED8C2; }
a { background-color: rgb(238,216,194); }
div.DivClassName
{
background-color: #EED8C2;
}
.BgClassName
{
background-color: #EED8C2;
}
</style>
border-color css
<style>
span { border-color: #EED8C2; }
span { border-color: rgb(238,216,194); }
td.TdClassName
{
border-color: #EED8C2;
}
.TagClassName
{
border-color: #EED8C2;
}
</style>