#E1DBCE

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

Shades of Albescent White #E1DBCE

Tints of Albescent White #E1DBCE

Color information

#E1DBCE (or 0xE1DBCE) is unknown color: approx Albescent White. HEX triplet: E1, DB and CE. RGB value is (225,219,206). Sum of RGB (Red+Green+Blue) = 225+219+206=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBCE is #1E2431. Grayscale: #DBDBDB. Windows color (decimal): -1975346 or 13556705. OLE color: 13556705.

HSL color Cylindrical-coordinate representation of color #E1DBCE: hue angle of 41.05º 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 #E1DBCE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225219206-
CMYK00.030.080.12
HSL41.05º24.05%84.51%-
HSV(B)41.05º8.44%88.24%-
XYZ67.5271.1368.56-
YUV219.31120.49132.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=34.62%
G=33.69%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521920600.030.080.1241.0524.0584.51
HexE1DBCE038C291855
Octal3413333160310145130125
Binary11100001110110111100111001110001100101001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBCE; }

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

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

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

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

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

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

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

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