Html Css Color HEX #E1DEDC Porcelain

📋 copy color: '#E1DEDC'

red 225 ◦ green 222 ◦ blue 220

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

Shades of Porcelain #E1DEDC

Tints of Porcelain #E1DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.28%

 BLUE value IS 220 (86.33% from 255) = 32.98%

R = 33.73%
G = 33.28%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E1DEDC (or 0xE1DEDC) is known color: Porcelain. HEX triplet: E1, DE and DC. RGB value is (225,222,220). Sum of RGB (Red+Green+Blue) = 225+222+220=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEDC is #1E2123. Grayscale: #DEDEDE. Windows color (decimal): -1974564 or 14474977. OLE color: 14474977.

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

Color convert

RGB 225 222 220 -
CMYK 0 0.01 0.02 0.12
HSL 24º 0.08% 0.87% -
HSV(B) 24º 0.02% 0.88% -
XYZ 70.09 73.42 78.19 -
YUV 222.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 225 222 220 0 0.01 0.02 0.12 24 0.08 0.87
Hex E1 DE DC 0 1 2 C 18 8 57
Octal 341 336 334 0 1 2 14 30 10 127
Binary 11100001 11011110 11011100 0 1 10 1100 11000 1000 1010111

Color Harmonies of #E1DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DEDC

Black with #E1DEDC

Text Example


Text Example

White with #E1DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DEDC; }

 p { color: rgb(225,222,220); }

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

background-color css

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

 a { background-color: rgb(225,222,220); }

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

border-color css

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

 span { border-color: rgb(225,222,220); }

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