#E2DACC

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

Shades of Albescent White #E2DACC

Tints of Albescent White #E2DACC

Color information

#E2DACC (or 0xE2DACC) is unknown color: approx Albescent White. HEX triplet: E2, DA and CC. RGB value is (226,218,204). Sum of RGB (Red+Green+Blue) = 226+218+204=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DACC is #1D2533. Grayscale: #DADADA. Windows color (decimal): -1910068 or 13425378. OLE color: 13425378.

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

Color convert

RGB226218204-
CMYK00.040.100.11
HSL38.18º27.5%84.31%-
HSV(B)38.18º9.73%88.63%-
XYZ67.3370.6767.22-
YUV218.8119.65133.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.88%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=34.88%
G=33.64%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621820400.040.100.1138.1827.584.31
HexE2DACC04AB261c54
Octal3423323140412134634124
Binary111000101101101011001100010010101011100110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DACC; }

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

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

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

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

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

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

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

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