#EEDAC9

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

Shades of Almond #EEDAC9

Tints of Almond #EEDAC9

Color information

#EEDAC9 (or 0xEEDAC9) is unknown color: approx Almond. HEX triplet: EE, DA and C9. RGB value is (238,218,201). Sum of RGB (Red+Green+Blue) = 238+218+201=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC9 is #112536. Grayscale: #DEDEDE. Windows color (decimal): -1123639 or 13228782. OLE color: 13228782.

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

Color convert

RGB238218201-
CMYK00.080.160.07
HSL27.57º52.11%86.08%-
HSV(B)27.57º15.55%93.33%-
XYZ70.8772.5465.52-
YUV222.04116.13139.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 201 (78.91% from 255) = 30.59%
R=36.23%
G=33.18%
B=30.59%

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
Decimal23821820100.080.160.0727.5752.1186.08
HexEEDAC9081071c3456
Octal3563323110102073464126
Binary1110111011011010110010010100010000111111001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAC9; }

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

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

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

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

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

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

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

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