Shades of Almond #EEDCCC
Tints of Almond #EEDCCC
RGB
CMYK
RGB Variations
Color information
#EEDCCC (or 0xEEDCCC) is known color: Almond. HEX triplet: EE, DC and CC. RGB value is (238,220,204). Sum of RGB (Red+Green+Blue) = 238+220+204=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCCC is #112333. Grayscale: #DFDFDF. Windows color (decimal): -1123124 or 13425902. OLE color: 13425902.
HSL color Cylindrical-coordinate representation of color #EEDCCC: hue angle of 28.24º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEDCCC is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 204 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.07 |
| HSL | 28.24º | 0.5% | 0.87% | - |
| HSV(B) | 28.24º | 0.14% | 0.93% | - |
| XYZ | 71.75 | 73.72 | 67.57 | - |
| YUV | 223.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 204 | 0 | 0.08 | 0.14 | 0.07 | 28.24 | 0.5 | 0.87 |
| Hex | EE | DC | CC | 0 | 8 | E | 7 | 1C | 32 | 57 |
| Octal | 356 | 334 | 314 | 0 | 10 | 16 | 7 | 34 | 62 | 127 |
| Binary | 11101110 | 11011100 | 11001100 | 0 | 1000 | 1110 | 111 | 11100 | 110010 | 1010111 |
Color Harmonies of #EEDCCC
Complementary color
Monochromatic Colors of #EEDCCC
Black with #EEDCCC
Text Example
Text Example
White with #EEDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCCC; }
p { color: rgb(238,220,204); }
H1.HeaderClassName
{
color: #EEDCCC;
}
.AnyTagClassName
{
color: #EEDCCC;
}
</style>
background-color css
<style>
a { background-color: #EEDCCC; }
a { background-color: rgb(238,220,204); }
div.DivClassName
{
background-color: #EEDCCC;
}
.BgClassName
{
background-color: #EEDCCC;
}
</style>
border-color css
<style>
span { border-color: #EEDCCC; }
span { border-color: rgb(238,220,204); }
td.TdClassName
{
border-color: #EEDCCC;
}
.TagClassName
{
border-color: #EEDCCC;
}
</style>