Shades of Almond #EED4C3
Tints of Almond #EED4C3
RGB
CMYK
RGB Variations
Color information
#EED4C3 (or 0xEED4C3) is known color: Almond. HEX triplet: EE, D4 and C3. RGB value is (238,212,195). Sum of RGB (Red+Green+Blue) = 238+212+195=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 195 (76.56% from 255 or 30.23% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4C3 is #112B3C. Grayscale: #D9D9D9. Windows color (decimal): -1125181 or 12834030. OLE color: 12834030.
HSL color Cylindrical-coordinate representation of color #EED4C3: hue angle of 23.72º 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 #EED4C3 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 195 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.07 |
| HSL | 23.72º | 0.56% | 0.85% | - |
| HSV(B) | 23.72º | 0.18% | 0.93% | - |
| XYZ | 68.65 | 69.2 | 61.37 | - |
| YUV | 217.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 195 | 0 | 0.11 | 0.18 | 0.07 | 23.72 | 0.56 | 0.85 |
| Hex | EE | D4 | C3 | 0 | B | 12 | 7 | 18 | 38 | 55 |
| Octal | 356 | 324 | 303 | 0 | 13 | 22 | 7 | 30 | 70 | 125 |
| Binary | 11101110 | 11010100 | 11000011 | 0 | 1011 | 10010 | 111 | 11000 | 111000 | 1010101 |
Color Harmonies of #EED4C3
Complementary color
Monochromatic Colors of #EED4C3
Black with #EED4C3
Text Example
Text Example
White with #EED4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4C3; }
p { color: rgb(238,212,195); }
H1.HeaderClassName
{
color: #EED4C3;
}
.AnyTagClassName
{
color: #EED4C3;
}
</style>
background-color css
<style>
a { background-color: #EED4C3; }
a { background-color: rgb(238,212,195); }
div.DivClassName
{
background-color: #EED4C3;
}
.BgClassName
{
background-color: #EED4C3;
}
</style>
border-color css
<style>
span { border-color: #EED4C3; }
span { border-color: rgb(238,212,195); }
td.TdClassName
{
border-color: #EED4C3;
}
.TagClassName
{
border-color: #EED4C3;
}
</style>