#E0DDCD

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

Shades of Milk White #E0DDCD

Tints of Milk White #E0DDCD

Color information

#E0DDCD (or 0xE0DDCD) is unknown color: approx Milk White. HEX triplet: E0, DD and CD. RGB value is (224,221,205). Sum of RGB (Red+Green+Blue) = 224+221+205=650 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.46% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDCD is #1F2232. Grayscale: #DCDCDC. Windows color (decimal): -2040371 or 13491680. OLE color: 13491680.

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

Color convert

RGB224221205-
CMYK00.010.080.12
HSL50.53º23.46%84.12%-
HSV(B)50.53º8.48%87.84%-
XYZ67.6271.9768.09-
YUV220.07119.49130.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.46%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=34.46%
G=34%
B=31.54%

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
Decimal22422120500.010.080.1250.5323.4684.12
HexE0DDCD018C331754
Octal3403353150110146327124
Binary1110000011011101110011010110001100110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDCD; }

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

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

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

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

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

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

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

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