#E2DCCE

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

Shades of Albescent White #E2DCCE

Tints of Albescent White #E2DCCE

Color information

#E2DCCE (or 0xE2DCCE) is unknown color: approx Albescent White. HEX triplet: E2, DC and CE. RGB value is (226,220,206). Sum of RGB (Red+Green+Blue) = 226+220+206=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCCE is #1D2331. Grayscale: #DCDCDC. Windows color (decimal): -1909554 or 13556962. OLE color: 13556962.

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

Color convert

RGB226220206-
CMYK00.030.090.11
HSL42º25.64%84.71%-
HSV(B)42º8.85%88.63%-
XYZ68.171.8168.66-
YUV220.2119.99132.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=34.66%
G=33.74%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622020600.030.090.114225.6484.71
HexE2DCCE039B2a1a55
Octal3423343160311135232125
Binary11100010110111001100111001110011011101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCCE; }

 p { color: rgb(226,220,206); }

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

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

 a { background-color: rgb(226,220,206); }

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

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

 span { border-color: rgb(226,220,206); }

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