#E2DFDC

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

Shades of Porcelain #E2DFDC

Tints of Porcelain #E2DFDC

Color information

#E2DFDC (or 0xE2DFDC) is unknown color: approx Porcelain. HEX triplet: E2, DF and DC. RGB value is (226,223,220). Sum of RGB (Red+Green+Blue) = 226+223+220=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFDC is #1D2023. Grayscale: #DFDFDF. Windows color (decimal): -1908772 or 14475234. OLE color: 14475234.

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

Color convert

RGB226223220-
CMYK00.010.030.11
HSL30º9.38%87.45%-
HSV(B)30º2.65%88.63%-
XYZ70.6774.1178.29-
YUV223.55125.99129.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.78%
GREEN value IS 223 (87.5% from 255) = 33.33%
BLUE value IS 220 (86.33% 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.11
SystemRedGreenBlueCMYKHSL
Decimal22622322000.010.030.11309.3887.45
HexE2DFDC013B1e957
Octal342337334013133611127
Binary111000101101111111011100011110111111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFDC; }

 p { color: rgb(226,223,220); }

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

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

 a { background-color: rgb(226,223,220); }

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

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

 span { border-color: rgb(226,223,220); }

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