#EEDEC9

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

Shades of Almond #EEDEC9

Tints of Almond #EEDEC9

Color information

#EEDEC9 (or 0xEEDEC9) is unknown color: approx Almond. HEX triplet: EE, DE and C9. RGB value is (238,222,201). Sum of RGB (Red+Green+Blue) = 238+222+201=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEC9 is #112136. Grayscale: #E0E0E0. Windows color (decimal): -1122615 or 13229806. OLE color: 13229806.

HSL color Cylindrical-coordinate representation of color #EEDEC9: hue angle of 34.05º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEDEC9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB238222201-
CMYK00.070.160.07
HSL34.05º52.11%86.08%-
HSV(B)34.05º15.55%93.33%-
XYZ71.9274.6465.87-
YUV224.39114.8137.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.01%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 201 (78.91% from 255) = 30.41%
R=36.01%
G=33.59%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822220100.070.160.0734.0552.1186.08
HexEEDEC907107223456
Octal356336311072074264126
Binary1110111011011110110010010111100001111000101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEC9; }

 p { color: rgb(238,222,201); }

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

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

 a { background-color: rgb(238,222,201); }

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

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

 span { border-color: rgb(238,222,201); }

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