Html Css Color HEX #E2E0DE Porcelain

📋 copy color: '#E2E0DE'

red 226 ◦ green 224 ◦ blue 222

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

Shades of Porcelain #E2E0DE

Tints of Porcelain #E2E0DE

RGB

 RED value IS 226 (88.67% from 255) = 33.63%

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

 BLUE value IS 222 (87.11% from 255) = 33.04%

R = 33.63%
G = 33.33%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2E0DE (or 0xE2E0DE) is known color: Porcelain. HEX triplet: E2, E0 and DE. RGB value is (226,224,222). Sum of RGB (Red+Green+Blue) = 226+224+222=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E0DE is #1D1F21. Grayscale: #E0E0E0. Windows color (decimal): -1908514 or 14606562. OLE color: 14606562.

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

Color convert

RGB 226 224 222 -
CMYK 0 0.01 0.02 0.11
HSL 30º 0.06% 0.88% -
HSV(B) 30º 0.02% 0.89% -
XYZ 71.2 74.75 79.78 -
YUV 224.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 226 224 222 0 0.01 0.02 0.11 30 0.06 0.88
Hex E2 E0 DE 0 1 2 B 1E 6 58
Octal 342 340 336 0 1 2 13 36 6 130
Binary 11100010 11100000 11011110 0 1 10 1011 11110 110 1011000

Color Harmonies of #E2E0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E0DE

Black with #E2E0DE

Text Example


Text Example

White with #E2E0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E0DE; }

 p { color: rgb(226,224,222); }

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

background-color css

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

 a { background-color: rgb(226,224,222); }

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

border-color css

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

 span { border-color: rgb(226,224,222); }

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