#E0DDBD

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

Shades of Loafer #E0DDBD

Tints of Loafer #E0DDBD

Color information

#E0DDBD (or 0xE0DDBD) is unknown color: approx Loafer. HEX triplet: E0, DD and BD. RGB value is (224,221,189). Sum of RGB (Red+Green+Blue) = 224+221+189=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDBD is #1F2242. Grayscale: #DADADA. Windows color (decimal): -2040387 or 12443104. OLE color: 12443104.

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

Color convert

RGB224221189-
CMYK00.010.160.12
HSL54.86º36.08%80.98%-
HSV(B)54.86º15.62%87.84%-
XYZ65.7871.2358.43-
YUV218.25111.49132.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.33%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=35.33%
G=34.86%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422118900.010.160.1254.8636.0880.98
HexE0DDBD0110C372451
Octal3403352750120146744121
Binary111000001101110110111101011000011001101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDBD; }

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

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

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

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

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

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

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

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