Html Css Color HEX #E0DDDB Porcelain

📋 copy color: '#E0DDDB'

red 224 ◦ green 221 ◦ blue 219

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

Shades of Porcelain #E0DDDB

Tints of Porcelain #E0DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.28%

 BLUE value IS 219 (85.94% 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

#E0DDDB (or 0xE0DDDB) is known color: Porcelain. HEX triplet: E0, DD and DB. RGB value is (224,221,219). Sum of RGB (Red+Green+Blue) = 224+221+219=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDDB is #1F2224. Grayscale: #DDDDDD. Windows color (decimal): -2040357 or 14409184. OLE color: 14409184.

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

Color convert

RGB 224 221 219 -
CMYK 0 0.01 0.02 0.12
HSL 24º 0.07% 0.87% -
HSV(B) 24º 0.02% 0.88% -
XYZ 69.38 72.67 77.39 -
YUV 221.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 224 221 219 0 0.01 0.02 0.12 24 0.07 0.87
Hex E0 DD DB 0 1 2 C 18 7 57
Octal 340 335 333 0 1 2 14 30 7 127
Binary 11100000 11011101 11011011 0 1 10 1100 11000 111 1010111

Color Harmonies of #E0DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDDB

Black with #E0DDDB

Text Example


Text Example

White with #E0DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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