Html Css Color HEX #E5DFDC Pot Pourri

📋 copy color: '#E5DFDC'

red 229 ◦ green 223 ◦ blue 220

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

Shades of Pot Pourri #E5DFDC

Tints of Pot Pourri #E5DFDC

RGB

 RED value IS 229 (89.84% from 255) = 34.08%

 GREEN value IS 223 (87.5% from 255) = 33.18%

 BLUE value IS 220 (86.33% from 255) = 32.74%

R = 34.08%
G = 33.18%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5DFDC (or 0xE5DFDC) is known color: Pot Pourri. HEX triplet: E5, DF and DC. RGB value is (229,223,220). Sum of RGB (Red+Green+Blue) = 229+223+220=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFDC is #1A2023. Grayscale: #E0E0E0. Windows color (decimal): -1712164 or 14475237. OLE color: 14475237.

HSL color Cylindrical-coordinate representation of color #E5DFDC: hue angle of 20º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DFDC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 223 220 -
CMYK 0 0.03 0.04 0.10
HSL 20º 0.15% 0.88% -
HSV(B) 20º 0.04% 0.9% -
XYZ 71.62 74.6 78.33 -
YUV 224.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 229 223 220 0 0.03 0.04 0.10 20 0.15 0.88
Hex E5 DF DC 0 3 4 A 14 F 58
Octal 345 337 334 0 3 4 12 24 17 130
Binary 11100101 11011111 11011100 0 11 100 1010 10100 1111 1011000

Color Harmonies of #E5DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DFDC

Black with #E5DFDC

Text Example


Text Example

White with #E5DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DFDC; }

 p { color: rgb(229,223,220); }

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

background-color css

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

 a { background-color: rgb(229,223,220); }

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

border-color css

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

 span { border-color: rgb(229,223,220); }

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