#E0DCC0

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

Shades of Loafer #E0DCC0

Tints of Loafer #E0DCC0

Color information

#E0DCC0 (or 0xE0DCC0) is unknown color: approx Loafer. HEX triplet: E0, DC and C0. RGB value is (224,220,192). Sum of RGB (Red+Green+Blue) = 224+220+192=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCC0 is #1F233F. Grayscale: #DADADA. Windows color (decimal): -2040640 or 12639456. OLE color: 12639456.

HSL color Cylindrical-coordinate representation of color #E0DCC0: hue angle of 52.5º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0DCC0 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224220192-
CMYK00.020.140.12
HSL52.5º34.04%81.57%-
HSV(B)52.5º14.29%87.84%-
XYZ65.8570.8460.07-
YUV218113.33132.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.22%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 192 (75.39% from 255) = 30.19%
R=35.22%
G=34.59%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422019200.020.140.1252.534.0481.57
HexE0DCC002EC342252
Octal3403343000216146442122
Binary111000001101110011000000010111011001101001000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCC0; }

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

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

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

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

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

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

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

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