Html Css Color HEX #E7DDD8 Pot Pourri

📋 copy color: '#E7DDD8'

red 231 ◦ green 221 ◦ blue 216

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

Shades of Pot Pourri #E7DDD8

Tints of Pot Pourri #E7DDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.34%

R = 34.58%
G = 33.08%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E7DDD8 (or 0xE7DDD8) is known color: Pot Pourri. HEX triplet: E7, DD and D8. RGB value is (231,221,216). Sum of RGB (Red+Green+Blue) = 231+221+216=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDD8 is #182227. Grayscale: #DFDFDF. Windows color (decimal): -1581608 or 14212583. OLE color: 14212583.

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

Color convert

RGB 231 221 216 -
CMYK 0 0.04 0.06 0.09
HSL 20º 0.24% 0.88% -
HSV(B) 20º 0.06% 0.91% -
XYZ 71.21 73.66 75.43 -
YUV 223.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 231 221 216 0 0.04 0.06 0.09 20 0.24 0.88
Hex E7 DD D8 0 4 6 9 14 18 58
Octal 347 335 330 0 4 6 11 24 30 130
Binary 11100111 11011101 11011000 0 100 110 1001 10100 11000 1011000

Color Harmonies of #E7DDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DDD8

Black with #E7DDD8

Text Example


Text Example

White with #E7DDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DDD8; }

 p { color: rgb(231,221,216); }

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

background-color css

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

 a { background-color: rgb(231,221,216); }

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

border-color css

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

 span { border-color: rgb(231,221,216); }

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