#E1DCCE

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

Shades of Albescent White #E1DCCE

Tints of Albescent White #E1DCCE

Color information

#E1DCCE (or 0xE1DCCE) is unknown color: approx Albescent White. HEX triplet: E1, DC and CE. RGB value is (225,220,206). Sum of RGB (Red+Green+Blue) = 225+220+206=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCCE is #1E2331. Grayscale: #DBDBDB. Windows color (decimal): -1975090 or 13556961. OLE color: 13556961.

HSL color Cylindrical-coordinate representation of color #E1DCCE: hue angle of 44.21º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1DCCE is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225220206-
CMYK00.020.080.12
HSL44.21º24.05%84.51%-
HSV(B)44.21º8.44%88.24%-
XYZ67.7971.6568.65-
YUV219.9120.16131.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 220 (86.33% from 255) = 33.79%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=34.56%
G=33.79%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522020600.020.080.1244.2124.0584.51
HexE1DCCE028C2c1855
Octal3413343160210145430125
Binary11100001110111001100111001010001100101100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCCE; }

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

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

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

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

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

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

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

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