Html Css Color HEX #E7DCD6 Pot Pourri

📋 copy color: '#E7DCD6'

red 231 ◦ green 220 ◦ blue 214

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

Shades of Pot Pourri #E7DCD6

Tints of Pot Pourri #E7DCD6

RGB

 RED value IS 231 (90.63% from 255) = 34.74%

 GREEN value IS 220 (86.33% from 255) = 33.08%

 BLUE value IS 214 (83.98% from 255) = 32.18%

R = 34.74%
G = 33.08%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E7DCD6 (or 0xE7DCD6) is known color: Pot Pourri. HEX triplet: E7, DC and D6. RGB value is (231,220,214). Sum of RGB (Red+Green+Blue) = 231+220+214=665 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.74% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCD6 is #182329. Grayscale: #DEDEDE. Windows color (decimal): -1581866 or 14081255. OLE color: 14081255.

HSL color Cylindrical-coordinate representation of color #E7DCD6: hue angle of 21.18º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7DCD6 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 220 214 -
CMYK 0 0.05 0.07 0.09
HSL 21.18º 0.26% 0.87% -
HSV(B) 21.18º 0.07% 0.91% -
XYZ 70.69 73.03 73.99 -
YUV 222.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 231 220 214 0 0.05 0.07 0.09 21.18 0.26 0.87
Hex E7 DC D6 0 5 7 9 15 1A 57
Octal 347 334 326 0 5 7 11 25 32 127
Binary 11100111 11011100 11010110 0 101 111 1001 10101 11010 1010111

Color Harmonies of #E7DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCD6

Black with #E7DCD6

Text Example


Text Example

White with #E7DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCD6; }

 p { color: rgb(231,220,214); }

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

background-color css

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

 a { background-color: rgb(231,220,214); }

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

border-color css

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

 span { border-color: rgb(231,220,214); }

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