#E0DCCE

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

Shades of Milk White #E0DCCE

Tints of Milk White #E0DCCE

Color information

#E0DCCE (or 0xE0DCCE) is unknown color: approx Milk White. HEX triplet: E0, DC and CE. RGB value is (224,220,206). Sum of RGB (Red+Green+Blue) = 224+220+206=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCCE is #1F2331. Grayscale: #DBDBDB. Windows color (decimal): -2040626 or 13556960. OLE color: 13556960.

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

Color convert

RGB224220206-
CMYK00.020.080.12
HSL46.67º22.5%84.31%-
HSV(B)46.67º8.04%87.84%-
XYZ67.4771.4968.64-
YUV219.6120.33131.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.46%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=34.46%
G=33.85%
B=31.69%

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
Decimal22422020600.020.080.1246.6722.584.31
HexE0DCCE028C2f1754
Octal3403343160210145727124
Binary11100000110111001100111001010001100101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCCE; }

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

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

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

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

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

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

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

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