#E1DDCF

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

Shades of Milk White #E1DDCF

Tints of Milk White #E1DDCF

Color information

#E1DDCF (or 0xE1DDCF) is unknown color: approx Milk White. HEX triplet: E1, DD and CF. RGB value is (225,221,207). Sum of RGB (Red+Green+Blue) = 225+221+207=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDCF is #1E2230. Grayscale: #DCDCDC. Windows color (decimal): -1974833 or 13622753. OLE color: 13622753.

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

Color convert

RGB225221207-
CMYK00.020.080.12
HSL46.67º23.08%84.71%-
HSV(B)46.67º8%88.24%-
XYZ68.1772.2369.38-
YUV220.6120.33131.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.46%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=34.46%
G=33.84%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522120700.020.080.1246.6723.0884.71
HexE1DDCF028C2f1755
Octal3413353170210145727125
Binary11100001110111011100111101010001100101111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDCF; }

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

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

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

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

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

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

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

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