#E9DACA

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

Shades of Almond #E9DACA

Tints of Almond #E9DACA

Color information

#E9DACA (or 0xE9DACA) is unknown color: approx Almond. HEX triplet: E9, DA and CA. RGB value is (233,218,202). Sum of RGB (Red+Green+Blue) = 233+218+202=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DACA is #162535. Grayscale: #DCDCDC. Windows color (decimal): -1451318 or 13294313. OLE color: 13294313.

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

Color convert

RGB233218202-
CMYK00.060.130.09
HSL30.97º41.33%85.29%-
HSV(B)30.97º13.3%91.37%-
XYZ69.3471.7366.07-
YUV220.66117.47136.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.68%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=35.68%
G=33.38%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321820200.060.130.0930.9741.3385.29
HexE9DACA06D91f2955
Octal3513323120615113751125
Binary111010011101101011001010011011011001111111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DACA; }

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

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

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

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

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

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

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

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