#E1DEDB

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

Shades of Porcelain #E1DEDB

Tints of Porcelain #E1DEDB

Color information

#E1DEDB (or 0xE1DEDB) is unknown color: approx Porcelain. HEX triplet: E1, DE and DB. RGB value is (225,222,219). Sum of RGB (Red+Green+Blue) = 225+222+219=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEDB is #1E2124. Grayscale: #DEDEDE. Windows color (decimal): -1974565 or 14409441. OLE color: 14409441.

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

Color convert

RGB225222219-
CMYK00.010.030.12
HSL30º9.09%87.06%-
HSV(B)30º2.67%88.24%-
XYZ69.9673.3677.49-
YUV222.56125.99129.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=33.78%
G=33.33%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522221900.010.030.12309.0987.06
HexE1DEDB013C1e957
Octal341336333013143611127
Binary111000011101111011011011011111001111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEDB; }

 p { color: rgb(225,222,219); }

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

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

 a { background-color: rgb(225,222,219); }

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

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

 span { border-color: rgb(225,222,219); }

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