#EEDBC5

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

Shades of Almond #EEDBC5

Tints of Almond #EEDBC5

Color information

#EEDBC5 (or 0xEEDBC5) is unknown color: approx Almond. HEX triplet: EE, DB and C5. RGB value is (238,219,197). Sum of RGB (Red+Green+Blue) = 238+219+197=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBC5 is #11243A. Grayscale: #DEDEDE. Windows color (decimal): -1123387 or 12966894. OLE color: 12966894.

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

Color convert

RGB238219197-
CMYK00.080.170.07
HSL32.2º54.67%85.29%-
HSV(B)32.2º17.23%93.33%-
XYZ70.6772.8763.16-
YUV222.17113.79139.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 197 (77.34% from 255) = 30.12%
R=36.39%
G=33.49%
B=30.12%

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
Decimal23821919700.080.170.0732.254.6785.29
HexEEDBC508117203755
Octal3563333050102174067125
Binary11101110110110111100010101000100011111000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBC5; }

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

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

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

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

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

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

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

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