#E1DCCC

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

Shades of Milk White #E1DCCC

Tints of Milk White #E1DCCC

Color information

#E1DCCC (or 0xE1DCCC) is unknown color: approx Milk White. HEX triplet: E1, DC and CC. RGB value is (225,220,204). Sum of RGB (Red+Green+Blue) = 225+220+204=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCCC is #1E2333. Grayscale: #DBDBDB. Windows color (decimal): -1975092 or 13425889. OLE color: 13425889.

HSL color Cylindrical-coordinate representation of color #E1DCCC: hue angle of 45.71º degrees, saturation: 0.26, 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 #E1DCCC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225220204-
CMYK00.020.090.12
HSL45.71º25.93%84.12%-
HSV(B)45.71º9.33%88.24%-
XYZ67.5471.5567.38-
YUV219.67119.16131.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=34.67%
G=33.90%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522020400.020.090.1245.7125.9384.12
HexE1DCCC029C2e1a54
Octal3413343140211145632124
Binary11100001110111001100110001010011100101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCCC; }

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

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

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

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

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

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

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

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