#E1DACC

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

Shades of Albescent White #E1DACC

Tints of Albescent White #E1DACC

Color information

#E1DACC (or 0xE1DACC) is unknown color: approx Albescent White. HEX triplet: E1, DA and CC. RGB value is (225,218,204). Sum of RGB (Red+Green+Blue) = 225+218+204=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DACC is #1E2533. Grayscale: #DADADA. Windows color (decimal): -1975604 or 13425377. OLE color: 13425377.

HSL color Cylindrical-coordinate representation of color #E1DACC: hue angle of 40º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1DACC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225218204-
CMYK00.030.090.12
HSL40º25.93%84.12%-
HSV(B)40º9.33%88.24%-
XYZ67.0270.5167.2-
YUV218.5119.82132.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.78%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=34.78%
G=33.69%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521820400.030.090.124025.9384.12
HexE1DACC039C281a54
Octal3413323140311145032124
Binary11100001110110101100110001110011100101000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DACC; }

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

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

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

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

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

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

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

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