#E1DFDD

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

Shades of Porcelain #E1DFDD

Tints of Porcelain #E1DFDD

Color information

#E1DFDD (or 0xE1DFDD) is unknown color: approx Porcelain. HEX triplet: E1, DF and DD. RGB value is (225,223,221). Sum of RGB (Red+Green+Blue) = 225+223+221=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFDD is #1E2022. Grayscale: #DFDFDF. Windows color (decimal): -1974307 or 14540769. OLE color: 14540769.

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

Color convert

RGB225223221-
CMYK00.010.020.12
HSL30º6.25%87.45%-
HSV(B)30º1.78%88.24%-
XYZ70.497478.98-
YUV223.37126.66129.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=33.63%
G=33.33%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522322100.010.020.12306.2587.45
HexE1DFDD012C1e657
Octal34133733501214366127
Binary11100001110111111101110101101100111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFDD; }

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

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

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

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

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

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

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

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