#E1DECF

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

Shades of Milk White #E1DECF

Tints of Milk White #E1DECF

Color information

#E1DECF (or 0xE1DECF) is unknown color: approx Milk White. HEX triplet: E1, DE and CF. RGB value is (225,222,207). Sum of RGB (Red+Green+Blue) = 225+222+207=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DECF is #1E2130. Grayscale: #DDDDDD. Windows color (decimal): -1974577 or 13623009. OLE color: 13623009.

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

Color convert

RGB225222207-
CMYK00.010.080.12
HSL50º23.08%84.71%-
HSV(B)50º8%88.24%-
XYZ68.4472.7669.47-
YUV221.19119.99130.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=34.40%
G=33.94%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522220700.010.080.125023.0884.71
HexE1DECF018C321755
Octal3413363170110146227125
Binary1110000111011110110011110110001100110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DECF; }

 p { color: rgb(225,222,207); }

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

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

 a { background-color: rgb(225,222,207); }

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

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

 span { border-color: rgb(225,222,207); }

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