#E1E0DF

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

Shades of Porcelain #E1E0DF

Tints of Porcelain #E1E0DF

Color information

#E1E0DF (or 0xE1E0DF) is unknown color: approx Porcelain. HEX triplet: E1, E0 and DF. RGB value is (225,224,223). Sum of RGB (Red+Green+Blue) = 225+224+223=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0DF is #1E1F20. Grayscale: #E0E0E0. Windows color (decimal): -1974049 or 14672097. OLE color: 14672097.

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

Color convert

RGB225224223-
CMYK00.000.010.12
HSL30º3.23%87.84%-
HSV(B)30º0.89%88.24%-
XYZ71.0374.6580.48-
YUV224.18127.33128.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.48%
GREEN value IS 224 (87.89% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 33.18%
R=33.48%
G=33.33%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522422300.000.010.12303.2387.84
HexE1E0DF001C1e358
Octal34134033700114363130
Binary111000011110000011011111001110011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0DF; }

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

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

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

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

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

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

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

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