#EEDAC5

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

Shades of Almond #EEDAC5

Tints of Almond #EEDAC5

Color information

#EEDAC5 (or 0xEEDAC5) is unknown color: approx Almond. HEX triplet: EE, DA and C5. RGB value is (238,218,197). Sum of RGB (Red+Green+Blue) = 238+218+197=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC5 is #11253A. Grayscale: #DDDDDD. Windows color (decimal): -1123643 or 12966638. OLE color: 12966638.

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

Color convert

RGB238218197-
CMYK00.080.170.07
HSL30.73º54.67%85.29%-
HSV(B)30.73º17.23%93.33%-
XYZ70.4172.3563.08-
YUV221.59114.13139.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 197 (77.34% from 255) = 30.17%
R=36.45%
G=33.38%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821819700.080.170.0730.7354.6785.29
HexEEDAC5081171f3755
Octal3563323050102173767125
Binary1110111011011010110001010100010001111111111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAC5; }

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

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

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

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

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

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

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

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