#E1DCD8

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

Shades of Porcelain #E1DCD8

Tints of Porcelain #E1DCD8

Color information

#E1DCD8 (or 0xE1DCD8) is unknown color: approx Porcelain. HEX triplet: E1, DC and D8. RGB value is (225,220,216). Sum of RGB (Red+Green+Blue) = 225+220+216=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCD8 is #1E2327. Grayscale: #DDDDDD. Windows color (decimal): -1975080 or 14212321. OLE color: 14212321.

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

Color convert

RGB225220216-
CMYK00.020.040.12
HSL26.67º13.04%86.47%-
HSV(B)26.67º4%88.24%-
XYZ69.0472.1575.25-
YUV221.04125.16130.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.04%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 216 (84.77% from 255) = 32.68%
R=34.04%
G=33.28%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522021600.020.040.1226.6713.0486.47
HexE1DCD8024C1bd56
Octal341334330024143315126
Binary11100001110111001101100001010011001101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCD8; }

 p { color: rgb(225,220,216); }

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

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

 a { background-color: rgb(225,220,216); }

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

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

 span { border-color: rgb(225,220,216); }

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