#E3DFDC

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

Shades of Porcelain #E3DFDC

Tints of Porcelain #E3DFDC

Color information

#E3DFDC (or 0xE3DFDC) is unknown color: approx Porcelain. HEX triplet: E3, DF and DC. RGB value is (227,223,220). Sum of RGB (Red+Green+Blue) = 227+223+220=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DFDC is #1C2023. Grayscale: #DFDFDF. Windows color (decimal): -1843236 or 14475235. OLE color: 14475235.

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

Color convert

RGB227223220-
CMYK00.020.030.11
HSL25.71º11.11%87.65%-
HSV(B)25.71º3.08%89.02%-
XYZ70.9874.2778.31-
YUV223.85125.83130.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.88%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=33.88%
G=33.28%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722322000.020.030.1125.7111.1187.65
HexE3DFDC023B1ab58
Octal343337334023133213130
Binary1110001111011111110111000101110111101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DFDC; }

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

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

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

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

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

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

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

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