#E9DACC

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

Shades of Almond #E9DACC

Tints of Almond #E9DACC

Color information

#E9DACC (or 0xE9DACC) is unknown color: approx Almond. HEX triplet: E9, DA and CC. RGB value is (233,218,204). Sum of RGB (Red+Green+Blue) = 233+218+204=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DACC is #162533. Grayscale: #DCDCDC. Windows color (decimal): -1451316 or 13425385. OLE color: 13425385.

HSL color Cylindrical-coordinate representation of color #E9DACC: hue angle of 28.97º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9DACC is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233218204-
CMYK00.060.120.09
HSL28.97º39.73%85.69%-
HSV(B)28.97º12.45%91.37%-
XYZ69.5771.8367.32-
YUV220.89118.47136.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.57%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 31.15%
R=35.57%
G=33.28%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321820400.060.120.0928.9739.7385.69
HexE9DACC06C91d2856
Octal3513323140614113550126
Binary111010011101101011001100011011001001111011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DACC; }

 p { color: rgb(233,218,204); }

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

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

 a { background-color: rgb(233,218,204); }

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

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

 span { border-color: rgb(233,218,204); }

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