#EEDAC3

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

Shades of Almond #EEDAC3

Tints of Almond #EEDAC3

Color information

#EEDAC3 (or 0xEEDAC3) is unknown color: approx Almond. HEX triplet: EE, DA and C3. RGB value is (238,218,195). Sum of RGB (Red+Green+Blue) = 238+218+195=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC3 is #11253C. Grayscale: #DDDDDD. Windows color (decimal): -1123645 or 12835566. OLE color: 12835566.

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

Color convert

RGB238218195-
CMYK00.080.180.07
HSL32.09º55.84%84.9%-
HSV(B)32.09º18.07%93.33%-
XYZ70.1872.2661.88-
YUV221.36113.13139.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 218 (85.55% from 255) = 33.49%
BLUE value IS 195 (76.56% from 255) = 29.95%
R=36.56%
G=33.49%
B=29.95%

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
Decimal23821819500.080.180.0732.0955.8484.9
HexEEDAC308127203855
Octal3563323030102274070125
Binary11101110110110101100001101000100101111000001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDAC3; }

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

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

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

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

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

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

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

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