Shades of Almond #EED6C4
Tints of Almond #EED6C4
RGB
CMYK
RGB Variations
Color information
#EED6C4 (or 0xEED6C4) is known color: Almond. HEX triplet: EE, D6 and C4. RGB value is (238,214,196). Sum of RGB (Red+Green+Blue) = 238+214+196=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6C4 is #11293B. Grayscale: #DBDBDB. Windows color (decimal): -1124668 or 12900078. OLE color: 12900078.
HSL color Cylindrical-coordinate representation of color #EED6C4: hue angle of 25.71º degrees, saturation: 0.55, 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 #EED6C4 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 196 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.07 |
| HSL | 25.71º | 0.55% | 0.85% | - |
| HSV(B) | 25.71º | 0.18% | 0.93% | - |
| XYZ | 69.27 | 70.26 | 62.13 | - |
| YUV | 219.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 196 | 0 | 0.10 | 0.18 | 0.07 | 25.71 | 0.55 | 0.85 |
| Hex | EE | D6 | C4 | 0 | A | 12 | 7 | 1A | 37 | 55 |
| Octal | 356 | 326 | 304 | 0 | 12 | 22 | 7 | 32 | 67 | 125 |
| Binary | 11101110 | 11010110 | 11000100 | 0 | 1010 | 10010 | 111 | 11010 | 110111 | 1010101 |
Color Harmonies of #EED6C4
Complementary color
Monochromatic Colors of #EED6C4
Black with #EED6C4
Text Example
Text Example
White with #EED6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6C4; }
p { color: rgb(238,214,196); }
H1.HeaderClassName
{
color: #EED6C4;
}
.AnyTagClassName
{
color: #EED6C4;
}
</style>
background-color css
<style>
a { background-color: #EED6C4; }
a { background-color: rgb(238,214,196); }
div.DivClassName
{
background-color: #EED6C4;
}
.BgClassName
{
background-color: #EED6C4;
}
</style>
border-color css
<style>
span { border-color: #EED6C4; }
span { border-color: rgb(238,214,196); }
td.TdClassName
{
border-color: #EED6C4;
}
.TagClassName
{
border-color: #EED6C4;
}
</style>