#EEDAC4

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

Shades of Almond #EEDAC4

Tints of Almond #EEDAC4

Color information

#EEDAC4 (or 0xEEDAC4) is unknown color: approx Almond. HEX triplet: EE, DA and C4. RGB value is (238,218,196). Sum of RGB (Red+Green+Blue) = 238+218+196=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC4 is #11253B. Grayscale: #DDDDDD. Windows color (decimal): -1123644 or 12901102. OLE color: 12901102.

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

Color convert

RGB238218196-
CMYK00.080.180.07
HSL31.43º55.26%85.1%-
HSV(B)31.43º17.65%93.33%-
XYZ70.372.3162.48-
YUV221.47113.63139.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=36.50%
G=33.44%
B=30.06%

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
Decimal23821819600.080.180.0731.4355.2685.1
HexEEDAC4081271f3755
Octal3563323040102273767125
Binary1110111011011010110001000100010010111111111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAC4; }

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

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

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

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

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

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

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

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