#E0DDDB

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

Shades of Porcelain #E0DDDB

Tints of Porcelain #E0DDDB

Color information

#E0DDDB (or 0xE0DDDB) is unknown color: approx Porcelain. HEX triplet: E0, DD and DB. RGB value is (224,221,219). Sum of RGB (Red+Green+Blue) = 224+221+219=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDDB is #1F2224. Grayscale: #DDDDDD. Windows color (decimal): -2040357 or 14409184. OLE color: 14409184.

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

Color convert

RGB224221219-
CMYK00.010.020.12
HSL24º7.46%86.86%-
HSV(B)24º2.23%87.84%-
XYZ69.3872.6777.39-
YUV221.67126.49129.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.73%
GREEN value IS 221 (86.72% from 255) = 33.28%
BLUE value IS 219 (85.94% from 255) = 32.98%
R=33.73%
G=33.28%
B=32.98%

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
Decimal22422121900.010.020.12247.4686.86
HexE0DDDB012C18757
Octal34033533301214307127
Binary11100000110111011101101101101100110001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDDB; }

 p { color: rgb(224,221,219); }

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

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

 a { background-color: rgb(224,221,219); }

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

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

 span { border-color: rgb(224,221,219); }

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