#E1DBCD

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

Shades of Albescent White #E1DBCD

Tints of Albescent White #E1DBCD

Color information

#E1DBCD (or 0xE1DBCD) is unknown color: approx Albescent White. HEX triplet: E1, DB and CD. RGB value is (225,219,205). Sum of RGB (Red+Green+Blue) = 225+219+205=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBCD is #1E2432. Grayscale: #DBDBDB. Windows color (decimal): -1975347 or 13491169. OLE color: 13491169.

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

Color convert

RGB225219205-
CMYK00.030.090.12
HSL42º25%84.31%-
HSV(B)42º8.89%88.24%-
XYZ67.471.0867.92-
YUV219.2119.99132.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 219 (85.94% from 255) = 33.74%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=34.67%
G=33.74%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521920500.030.090.12422584.31
HexE1DBCD039C2a1954
Octal3413333150311145231124
Binary11100001110110111100110101110011100101010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DBCD; }

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

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

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

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

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

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

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

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