Shades of Almond #EEDECE
Tints of Almond #EEDECE
RGB
CMYK
RGB Variations
Color information
#EEDECE (or 0xEEDECE) is known color: Almond. HEX triplet: EE, DE and CE. RGB value is (238,222,206). Sum of RGB (Red+Green+Blue) = 238+222+206=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDECE is #112131. Grayscale: #E1E1E1. Windows color (decimal): -1122610 or 13557486. OLE color: 13557486.
HSL color Cylindrical-coordinate representation of color #EEDECE: hue angle of 30º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDECE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 222 | 206 | - |
CMYK | 0 | 0.07 | 0.13 | 0.07 |
HSL | 30º | 0.48% | 0.87% | - |
HSV(B) | 30º | 0.13% | 0.93% | - |
XYZ | 72.52 | 74.88 | 69.02 | - |
YUV | 224.96 | 117.3 | 137.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 222 | 206 | 0 | 0.07 | 0.13 | 0.07 | 30 | 0.48 | 0.87 |
Hex | EE | DE | CE | 0 | 7 | D | 7 | 1E | 30 | 57 |
Octal | 356 | 336 | 316 | 0 | 7 | 15 | 7 | 36 | 60 | 127 |
Binary | 11101110 | 11011110 | 11001110 | 0 | 111 | 1101 | 111 | 11110 | 110000 | 1010111 |
Color Harmonies of #EEDECE
Complementary color
Monochromatic Colors of #EEDECE
Black with #EEDECE
Text Example
Text Example
White with #EEDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDECE; }
p { color: rgb(238,222,206); }
H1.HeaderClassName
{
color: #EEDECE;
}
.AnyTagClassName
{
color: #EEDECE;
}
</style>
background-color css
<style>
a { background-color: #EEDECE; }
a { background-color: rgb(238,222,206); }
div.DivClassName
{
background-color: #EEDECE;
}
.BgClassName
{
background-color: #EEDECE;
}
</style>
border-color css
<style>
span { border-color: #EEDECE; }
span { border-color: rgb(238,222,206); }
td.TdClassName
{
border-color: #EEDECE;
}
.TagClassName
{
border-color: #EEDECE;
}
</style>