Shades of Almond #EED5C4
Tints of Almond #EED5C4
RGB
CMYK
RGB Variations
Color information
#EED5C4 (or 0xEED5C4) is known color: Almond. HEX triplet: EE, D5 and C4. RGB value is (238,213,196). Sum of RGB (Red+Green+Blue) = 238+213+196=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 196 (76.95% from 255 or 30.29% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5C4 is #112A3B. Grayscale: #DADADA. Windows color (decimal): -1124924 or 12899822. OLE color: 12899822.
HSL color Cylindrical-coordinate representation of color #EED5C4: hue angle of 24.29º 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 #EED5C4 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 196 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.07 |
| HSL | 24.29º | 0.55% | 0.85% | - |
| HSV(B) | 24.29º | 0.18% | 0.93% | - |
| XYZ | 69.02 | 69.75 | 62.05 | - |
| YUV | 218.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 196 | 0 | 0.11 | 0.18 | 0.07 | 24.29 | 0.55 | 0.85 |
| Hex | EE | D5 | C4 | 0 | B | 12 | 7 | 18 | 37 | 55 |
| Octal | 356 | 325 | 304 | 0 | 13 | 22 | 7 | 30 | 67 | 125 |
| Binary | 11101110 | 11010101 | 11000100 | 0 | 1011 | 10010 | 111 | 11000 | 110111 | 1010101 |
Color Harmonies of #EED5C4
Complementary color
Monochromatic Colors of #EED5C4
Black with #EED5C4
Text Example
Text Example
White with #EED5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5C4; }
p { color: rgb(238,213,196); }
H1.HeaderClassName
{
color: #EED5C4;
}
.AnyTagClassName
{
color: #EED5C4;
}
</style>
background-color css
<style>
a { background-color: #EED5C4; }
a { background-color: rgb(238,213,196); }
div.DivClassName
{
background-color: #EED5C4;
}
.BgClassName
{
background-color: #EED5C4;
}
</style>
border-color css
<style>
span { border-color: #EED5C4; }
span { border-color: rgb(238,213,196); }
td.TdClassName
{
border-color: #EED5C4;
}
.TagClassName
{
border-color: #EED5C4;
}
</style>