#EEDCCC

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

Shades of Almond #EEDCCC

Tints of Almond #EEDCCC

Color information

#EEDCCC (or 0xEEDCCC) is unknown color: approx 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

RGB238220204-
CMYK00.080.140.07
HSL28.24º50%86.67%-
HSV(B)28.24º14.29%93.33%-
XYZ71.7573.7267.57-
YUV223.56116.96138.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=35.95%
G=33.23%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822020400.080.140.0728.245086.67
HexEEDCCC08E71c3257
Octal3563343140101673462127
Binary111011101101110011001100010001110111111001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>