#E0DCCD

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

Shades of Milk White #E0DCCD

Tints of Milk White #E0DCCD

Color information

#E0DCCD (or 0xE0DCCD) is unknown color: approx Milk White. HEX triplet: E0, DC and CD. RGB value is (224,220,205). Sum of RGB (Red+Green+Blue) = 224+220+205=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCCD is #1F2332. Grayscale: #DBDBDB. Windows color (decimal): -2040627 or 13491424. OLE color: 13491424.

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

Color convert

RGB224220205-
CMYK00.020.080.12
HSL47.37º23.46%84.12%-
HSV(B)47.37º8.48%87.84%-
XYZ67.3571.4468-
YUV219.49119.83131.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=34.51%
G=33.90%
B=31.59%

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
Decimal22422020500.020.080.1247.3723.4684.12
HexE0DCCD028C2f1754
Octal3403343150210145727124
Binary11100000110111001100110101010001100101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCCD; }

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

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

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

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

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

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

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

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