Html Css Color HEX #E2DBD5 Porcelain

📋 copy color: '#E2DBD5'

red 226 ◦ green 219 ◦ blue 213

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

Shades of Porcelain #E2DBD5

Tints of Porcelain #E2DBD5

RGB

 RED value IS 226 (88.67% from 255) = 34.35%

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

 BLUE value IS 213 (83.59% from 255) = 32.37%

R = 34.35%
G = 33.28%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E2DBD5 (or 0xE2DBD5) is known color: Porcelain. HEX triplet: E2, DB and D5. RGB value is (226,219,213). Sum of RGB (Red+Green+Blue) = 226+219+213=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DBD5 is #1D242A. Grayscale: #DCDCDC. Windows color (decimal): -1909803 or 14015458. OLE color: 14015458.

HSL color Cylindrical-coordinate representation of color #E2DBD5: hue angle of 27.69º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2DBD5 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 219 213 -
CMYK 0 0.03 0.06 0.11
HSL 27.69º 0.18% 0.86% -
HSV(B) 27.69º 0.06% 0.89% -
XYZ 68.71 71.64 73.16 -
YUV 220.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 226 219 213 0 0.03 0.06 0.11 27.69 0.18 0.86
Hex E2 DB D5 0 3 6 B 1C 12 56
Octal 342 333 325 0 3 6 13 34 22 126
Binary 11100010 11011011 11010101 0 11 110 1011 11100 10010 1010110

Color Harmonies of #E2DBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DBD5

Black with #E2DBD5

Text Example


Text Example

White with #E2DBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DBD5; }

 p { color: rgb(226,219,213); }

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

background-color css

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

 a { background-color: rgb(226,219,213); }

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

border-color css

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

 span { border-color: rgb(226,219,213); }

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