#E0DDCE

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

Shades of Milk White #E0DDCE

Tints of Milk White #E0DDCE

Color information

#E0DDCE (or 0xE0DDCE) is unknown color: approx Milk White. HEX triplet: E0, DD and CE. RGB value is (224,221,206). Sum of RGB (Red+Green+Blue) = 224+221+206=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDCE is #1F2231. Grayscale: #DCDCDC. Windows color (decimal): -2040370 or 13557216. OLE color: 13557216.

HSL color Cylindrical-coordinate representation of color #E0DDCE: hue angle of 50º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0DDCE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224221206-
CMYK00.010.080.12
HSL50º22.5%84.31%-
HSV(B)50º8.04%87.84%-
XYZ67.7472.0268.72-
YUV220.19119.99130.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=34.41%
G=33.95%
B=31.64%

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
Decimal22422120600.010.080.125022.584.31
HexE0DDCE018C321754
Octal3403353160110146227124
Binary1110000011011101110011100110001100110010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDCE; }

 p { color: rgb(224,221,206); }

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

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

 a { background-color: rgb(224,221,206); }

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

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

 span { border-color: rgb(224,221,206); }

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