#E1DACA

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

Shades of Albescent White #E1DACA

Tints of Albescent White #E1DACA

Color information

#E1DACA (or 0xE1DACA) is unknown color: approx Albescent White. HEX triplet: E1, DA and CA. RGB value is (225,218,202). Sum of RGB (Red+Green+Blue) = 225+218+202=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DACA is #1E2535. Grayscale: #DADADA. Windows color (decimal): -1975606 or 13294305. OLE color: 13294305.

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

Color convert

RGB225218202-
CMYK00.030.100.12
HSL41.74º27.71%83.73%-
HSV(B)41.74º10.22%88.24%-
XYZ66.7870.4165.95-
YUV218.27118.82132.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=34.88%
G=33.80%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521820200.030.100.1241.7427.7183.73
HexE1DACA03AC2a1c54
Octal3413323120312145234124
Binary11100001110110101100101001110101100101010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DACA; }

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

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

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

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

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

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

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

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