#EEDDCD

Color #EEDDCD Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond #EEDDCD

Tints of Almond #EEDDCD

Color information

#EEDDCD (or 0xEEDDCD) is unknown color: approx Almond. HEX triplet: EE, DD and CD. RGB value is (238,221,205). Sum of RGB (Red+Green+Blue) = 238+221+205=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDCD is #112232. Grayscale: #E0E0E0. Windows color (decimal): -1122867 or 13491694. OLE color: 13491694.

HSL color Cylindrical-coordinate representation of color #EEDDCD: hue angle of 29.09º 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 #EEDDCD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238221205-
CMYK00.070.140.07
HSL29.09º49.25%86.86%-
HSV(B)29.09º13.87%93.33%-
XYZ72.1474.368.3-
YUV224.26117.13137.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 35.84%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=35.84%
G=33.28%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822120500.070.140.0729.0949.2586.86
HexEEDDCD07E71d3157
Octal356335315071673561127
Binary11101110110111011100110101111110111111011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDCD; }

 p { color: rgb(238,221,205); }

 H1.HeaderClassName
 {
   color: #EEDDCD;
 }
 .AnyTagClassName
 {
   color: #EEDDCD;
 }
</style>
background-color css

<style>
 a { background-color: #EEDDCD; }

 a { background-color: rgb(238,221,205); }

 div.DivClassName
 {
   background-color: #EEDDCD;
 }
 .BgClassName
 {
   background-color: #EEDDCD;
 }
</style>
border-color css

<style>
 span { border-color: #EEDDCD; }

 span { border-color: rgb(238,221,205); }

 td.TdClassName
 {
   border-color: #EEDDCD;
 }
 .TagClassName
 {
   border-color: #EEDDCD;
 }
</style>