Html Css Color HEX #E1E0DF Porcelain

📋 copy color: '#E1E0DF'

red 225 ◦ green 224 ◦ blue 223

#E1E0DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Porcelain #E1E0DF

Tints of Porcelain #E1E0DF

RGB

 RED value IS 225 (88.28% from 255) = 33.48%

 GREEN value IS 224 (87.89% from 255) = 33.33%

 BLUE value IS 223 (87.5% from 255) = 33.18%

R = 33.48%
G = 33.33%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1E0DF (or 0xE1E0DF) is known color: Porcelain. HEX triplet: E1, E0 and DF. RGB value is (225,224,223). Sum of RGB (Red+Green+Blue) = 225+224+223=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0DF is #1E1F20. Grayscale: #E0E0E0. Windows color (decimal): -1974049 or 14672097. OLE color: 14672097.

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

Color convert

RGB 225 224 223 -
CMYK 0 0.00 0.01 0.12
HSL 30º 0.03% 0.88% -
HSV(B) 30º 0.01% 0.88% -
XYZ 71.03 74.65 80.48 -
YUV 224.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 225 224 223 0 0.00 0.01 0.12 30 0.03 0.88
Hex E1 E0 DF 0 0 1 C 1E 3 58
Octal 341 340 337 0 0 1 14 36 3 130
Binary 11100001 11100000 11011111 0 0 1 1100 11110 11 1011000

Color Harmonies of #E1E0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E0DF

Black with #E1E0DF

Text Example


Text Example

White with #E1E0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E0DF; }

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

 H1.HeaderClassName
 {
   color: #E1E0DF;
 }
 .AnyTagClassName
 {
   color: #E1E0DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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