Html Css Color HEX #E0DDDA Porcelain

📋 copy color: '#E0DDDA'

red 224 ◦ green 221 ◦ blue 218

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

Shades of Porcelain #E0DDDA

Tints of Porcelain #E0DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.88%

R = 33.79%
G = 33.33%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E0DDDA (or 0xE0DDDA) is known color: Porcelain. HEX triplet: E0, DD and DA. RGB value is (224,221,218). Sum of RGB (Red+Green+Blue) = 224+221+218=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDDA is #1F2225. Grayscale: #DDDDDD. Windows color (decimal): -2040358 or 14343648. OLE color: 14343648.

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

Color convert

RGB 224 221 218 -
CMYK 0 0.01 0.03 0.12
HSL 30º 0.09% 0.87% -
HSV(B) 30º 0.03% 0.88% -
XYZ 69.25 72.62 76.7 -
YUV 221.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 224 221 218 0 0.01 0.03 0.12 30 0.09 0.87
Hex E0 DD DA 0 1 3 C 1E 9 57
Octal 340 335 332 0 1 3 14 36 11 127
Binary 11100000 11011101 11011010 0 1 11 1100 11110 1001 1010111

Color Harmonies of #E0DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDDA

Black with #E0DDDA

Text Example


Text Example

White with #E0DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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