#EEDCC9

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

Shades of Almond #EEDCC9

Tints of Almond #EEDCC9

Color information

#EEDCC9 (or 0xEEDCC9) is unknown color: approx Almond. HEX triplet: EE, DC and C9. RGB value is (238,220,201). Sum of RGB (Red+Green+Blue) = 238+220+201=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC9 is #112336. Grayscale: #DFDFDF. Windows color (decimal): -1123127 or 13229294. OLE color: 13229294.

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

Color convert

RGB238220201-
CMYK00.080.160.07
HSL30.81º52.11%86.08%-
HSV(B)30.81º15.55%93.33%-
XYZ71.473.5865.7-
YUV223.22115.46138.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 201 (78.91% from 255) = 30.50%
R=36.12%
G=33.38%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822020100.080.160.0730.8152.1186.08
HexEEDCC9081071f3456
Octal3563343110102073764126
Binary1110111011011100110010010100010000111111111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCC9; }

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

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

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

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

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

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

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

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