#E1D9CA

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

Shades of Albescent White #E1D9CA

Tints of Albescent White #E1D9CA

Color information

#E1D9CA (or 0xE1D9CA) is unknown color: approx Albescent White. HEX triplet: E1, D9 and CA. RGB value is (225,217,202). Sum of RGB (Red+Green+Blue) = 225+217+202=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9CA is #1E2635. Grayscale: #D9D9D9. Windows color (decimal): -1975862 or 13294049. OLE color: 13294049.

HSL color Cylindrical-coordinate representation of color #E1D9CA: hue angle of 39.13º degrees, saturation: 0.28, 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 #E1D9CA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225217202-
CMYK00.040.100.12
HSL39.13º27.71%83.73%-
HSV(B)39.13º10.22%88.24%-
XYZ66.5269.965.86-
YUV217.68119.15133.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=34.94%
G=33.70%
B=31.37%

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
Decimal22521720200.040.100.1239.1327.7183.73
HexE1D9CA04AC271c54
Octal3413313120412144734124
Binary111000011101100111001010010010101100100111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D9CA; }

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

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

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

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

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

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

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

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