Shades of Almond #EED6C3
Tints of Almond #EED6C3
RGB
CMYK
RGB Variations
Color information
#EED6C3 (or 0xEED6C3) is known color: Almond. HEX triplet: EE, D6 and C3. RGB value is (238,214,195). Sum of RGB (Red+Green+Blue) = 238+214+195=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 195 (76.56% from 255 or 30.14% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6C3 is #11293C. Grayscale: #DBDBDB. Windows color (decimal): -1124669 or 12834542. OLE color: 12834542.
HSL color Cylindrical-coordinate representation of color #EED6C3: hue angle of 26.51º 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 #EED6C3 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 195 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.07 |
| HSL | 26.51º | 0.56% | 0.85% | - |
| HSV(B) | 26.51º | 0.18% | 0.93% | - |
| XYZ | 69.16 | 70.21 | 61.54 | - |
| YUV | 219.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 195 | 0 | 0.10 | 0.18 | 0.07 | 26.51 | 0.56 | 0.85 |
| Hex | EE | D6 | C3 | 0 | A | 12 | 7 | 1B | 38 | 55 |
| Octal | 356 | 326 | 303 | 0 | 12 | 22 | 7 | 33 | 70 | 125 |
| Binary | 11101110 | 11010110 | 11000011 | 0 | 1010 | 10010 | 111 | 11011 | 111000 | 1010101 |
Color Harmonies of #EED6C3
Complementary color
Monochromatic Colors of #EED6C3
Black with #EED6C3
Text Example
Text Example
White with #EED6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6C3; }
p { color: rgb(238,214,195); }
H1.HeaderClassName
{
color: #EED6C3;
}
.AnyTagClassName
{
color: #EED6C3;
}
</style>
background-color css
<style>
a { background-color: #EED6C3; }
a { background-color: rgb(238,214,195); }
div.DivClassName
{
background-color: #EED6C3;
}
.BgClassName
{
background-color: #EED6C3;
}
</style>
border-color css
<style>
span { border-color: #EED6C3; }
span { border-color: rgb(238,214,195); }
td.TdClassName
{
border-color: #EED6C3;
}
.TagClassName
{
border-color: #EED6C3;
}
</style>