#E1D9CB

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

Shades of Albescent White #E1D9CB

Tints of Albescent White #E1D9CB

Color information

#E1D9CB (or 0xE1D9CB) is unknown color: approx Albescent White. HEX triplet: E1, D9 and CB. RGB value is (225,217,203). Sum of RGB (Red+Green+Blue) = 225+217+203=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9CB is #1E2634. Grayscale: #D9D9D9. Windows color (decimal): -1975861 or 13359585. OLE color: 13359585.

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

Color convert

RGB225217203-
CMYK00.040.100.12
HSL38.18º26.83%83.92%-
HSV(B)38.18º9.78%88.24%-
XYZ66.6469.9566.49-
YUV217.8119.65133.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.88%
GREEN value IS 217 (85.16% from 255) = 33.64%
BLUE value IS 203 (79.69% from 255) = 31.47%
R=34.88%
G=33.64%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521720300.040.100.1238.1826.8383.92
HexE1D9CB04AC261b54
Octal3413313130412144633124
Binary111000011101100111001011010010101100100110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D9CB; }

 p { color: rgb(225,217,203); }

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

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

 a { background-color: rgb(225,217,203); }

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

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

 span { border-color: rgb(225,217,203); }

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