Html Css Color HEX #E0DCD9 Porcelain

📋 copy color: '#E0DCD9'

red 224 ◦ green 220 ◦ blue 217

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

Shades of Porcelain #E0DCD9

Tints of Porcelain #E0DCD9

RGB

 RED value IS 224 (87.89% from 255) = 33.89%

 GREEN value IS 220 (86.33% from 255) = 33.28%

 BLUE value IS 217 (85.16% from 255) = 32.83%

R = 33.89%
G = 33.28%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E0DCD9 (or 0xE0DCD9) is known color: Porcelain. HEX triplet: E0, DC and D9. RGB value is (224,220,217). Sum of RGB (Red+Green+Blue) = 224+220+217=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCD9 is #1F2326. Grayscale: #DCDCDC. Windows color (decimal): -2040615 or 14277856. OLE color: 14277856.

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

Color convert

RGB 224 220 217 -
CMYK 0 0.02 0.03 0.12
HSL 25.71º 0.1% 0.86% -
HSV(B) 25.71º 0.03% 0.88% -
XYZ 68.86 72.04 75.92 -
YUV 220.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 224 220 217 0 0.02 0.03 0.12 25.71 0.1 0.86
Hex E0 DC D9 0 2 3 C 1A A 56
Octal 340 334 331 0 2 3 14 32 12 126
Binary 11100000 11011100 11011001 0 10 11 1100 11010 1010 1010110

Color Harmonies of #E0DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DCD9

Black with #E0DCD9

Text Example


Text Example

White with #E0DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DCD9; }

 p { color: rgb(224,220,217); }

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

background-color css

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

 a { background-color: rgb(224,220,217); }

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

border-color css

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

 span { border-color: rgb(224,220,217); }

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