#E1DCD7

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

Shades of Porcelain #E1DCD7

Tints of Porcelain #E1DCD7

Color information

#E1DCD7 (or 0xE1DCD7) is unknown color: approx Porcelain. HEX triplet: E1, DC and D7. RGB value is (225,220,215). Sum of RGB (Red+Green+Blue) = 225+220+215=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 215 (84.38% from 255 or 32.58% from 660); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCD7 is #1E2328. Grayscale: #DCDCDC. Windows color (decimal): -1975081 or 14146785. OLE color: 14146785.

HSL color Cylindrical-coordinate representation of color #E1DCD7: hue angle of 30º degrees, saturation: 0.14, 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 #E1DCD7 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225220215-
CMYK00.020.040.12
HSL30º14.29%86.27%-
HSV(B)30º4.44%88.24%-
XYZ68.9172.174.57-
YUV220.92124.66130.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.09%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 215 (84.38% from 255) = 32.58%
R=34.09%
G=33.33%
B=32.58%

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
Decimal22522021500.020.040.123014.2986.27
HexE1DCD7024C1ee56
Octal341334327024143616126
Binary11100001110111001101011101010011001111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCD7; }

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

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

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

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

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

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

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

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