Shades of Almond #EEDCCD
Tints of Almond #EEDCCD
RGB
CMYK
RGB Variations
Color information
#EEDCCD (or 0xEEDCCD) is known color: Almond. HEX triplet: EE, DC and CD. RGB value is (238,220,205). Sum of RGB (Red+Green+Blue) = 238+220+205=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCCD is #112332. Grayscale: #DFDFDF. Windows color (decimal): -1123123 or 13491438. OLE color: 13491438.
HSL color Cylindrical-coordinate representation of color #EEDCCD: hue angle of 27.27º degrees, saturation: 0.49, 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 #EEDCCD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 205 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.07 |
| HSL | 27.27º | 0.49% | 0.87% | - |
| HSV(B) | 27.27º | 0.14% | 0.93% | - |
| XYZ | 71.87 | 73.77 | 68.21 | - |
| YUV | 223.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 205 | 0 | 0.08 | 0.14 | 0.07 | 27.27 | 0.49 | 0.87 |
| Hex | EE | DC | CD | 0 | 8 | E | 7 | 1B | 31 | 57 |
| Octal | 356 | 334 | 315 | 0 | 10 | 16 | 7 | 33 | 61 | 127 |
| Binary | 11101110 | 11011100 | 11001101 | 0 | 1000 | 1110 | 111 | 11011 | 110001 | 1010111 |
Color Harmonies of #EEDCCD
Complementary color
Monochromatic Colors of #EEDCCD
Black with #EEDCCD
Text Example
Text Example
White with #EEDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCCD; }
p { color: rgb(238,220,205); }
H1.HeaderClassName
{
color: #EEDCCD;
}
.AnyTagClassName
{
color: #EEDCCD;
}
</style>
background-color css
<style>
a { background-color: #EEDCCD; }
a { background-color: rgb(238,220,205); }
div.DivClassName
{
background-color: #EEDCCD;
}
.BgClassName
{
background-color: #EEDCCD;
}
</style>
border-color css
<style>
span { border-color: #EEDCCD; }
span { border-color: rgb(238,220,205); }
td.TdClassName
{
border-color: #EEDCCD;
}
.TagClassName
{
border-color: #EEDCCD;
}
</style>