#E0DFBB

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

Shades of Loafer #E0DFBB

Tints of Loafer #E0DFBB

Color information

#E0DFBB (or 0xE0DFBB) is unknown color: approx Loafer. HEX triplet: E0, DF and BB. RGB value is (224,223,187). Sum of RGB (Red+Green+Blue) = 224+223+187=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFBB is #1F2044. Grayscale: #DBDBDB. Windows color (decimal): -2039877 or 12312544. OLE color: 12312544.

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

Color convert

RGB224223187-
CMYK00.000.170.12
HSL58.38º37.37%80.59%-
HSV(B)58.38º16.52%87.84%-
XYZ66.172.2157.47-
YUV219.2109.83131.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.33%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=35.33%
G=35.17%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422318700.000.170.1258.3837.3780.59
HexE0DFBB0011C3a2551
Octal3403372730021147245121
Binary111000001101111110111011001000111001110101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFBB; }

 p { color: rgb(224,223,187); }

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

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

 a { background-color: rgb(224,223,187); }

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

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

 span { border-color: rgb(224,223,187); }

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