#EEDAC2

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

Shades of Almond #EEDAC2

Tints of Almond #EEDAC2

Color information

#EEDAC2 (or 0xEEDAC2) is unknown color: approx Almond. HEX triplet: EE, DA and C2. RGB value is (238,218,194). Sum of RGB (Red+Green+Blue) = 238+218+194=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC2 is #11253D. Grayscale: #DDDDDD. Windows color (decimal): -1123646 or 12770030. OLE color: 12770030.

HSL color Cylindrical-coordinate representation of color #EEDAC2: hue angle of 32.73º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEDAC2 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB238218194-
CMYK00.080.180.07
HSL32.73º56.41%84.71%-
HSV(B)32.73º18.49%93.33%-
XYZ70.0772.2161.28-
YUV221.24112.63139.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 218 (85.55% from 255) = 33.54%
BLUE value IS 194 (76.17% from 255) = 29.85%
R=36.62%
G=33.54%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821819400.080.180.0732.7356.4184.71
HexEEDAC208127213855
Octal3563323020102274170125
Binary11101110110110101100001001000100101111000011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAC2; }

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

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

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

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

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

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

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

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