Html Css Color HEX #E0DBD7 Porcelain

📋 copy color: '#E0DBD7'

red 224 ◦ green 219 ◦ blue 215

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

Shades of Porcelain #E0DBD7

Tints of Porcelain #E0DBD7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.28%

 BLUE value IS 215 (84.38% from 255) = 32.67%

R = 34.04%
G = 33.28%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E0DBD7 (or 0xE0DBD7) is known color: Porcelain. HEX triplet: E0, DB and D7. RGB value is (224,219,215). Sum of RGB (Red+Green+Blue) = 224+219+215=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DBD7 is #1F2428. Grayscale: #DCDCDC. Windows color (decimal): -2040873 or 14146528. OLE color: 14146528.

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

Color convert

RGB 224 219 215 -
CMYK 0 0.02 0.04 0.12
HSL 26.67º 0.13% 0.86% -
HSV(B) 26.67º 0.04% 0.88% -
XYZ 68.34 71.42 74.47 -
YUV 220.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 224 219 215 0 0.02 0.04 0.12 26.67 0.13 0.86
Hex E0 DB D7 0 2 4 C 1B D 56
Octal 340 333 327 0 2 4 14 33 15 126
Binary 11100000 11011011 11010111 0 10 100 1100 11011 1101 1010110

Color Harmonies of #E0DBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DBD7

Black with #E0DBD7

Text Example


Text Example

White with #E0DBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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