Html Css Color HEX #E9DDD6 Pot Pourri

📋 copy color: '#E9DDD6'

red 233 ◦ green 221 ◦ blue 214

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

Shades of Pot Pourri #E9DDD6

Tints of Pot Pourri #E9DDD6

RGB

 RED value IS 233 (91.41% from 255) = 34.88%

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

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

R = 34.88%
G = 33.08%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E9DDD6 (or 0xE9DDD6) is known color: Pot Pourri. HEX triplet: E9, DD and D6. RGB value is (233,221,214). Sum of RGB (Red+Green+Blue) = 233+221+214=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDD6 is #162229. Grayscale: #DFDFDF. Windows color (decimal): -1450538 or 14081513. OLE color: 14081513.

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

Color convert

RGB 233 221 214 -
CMYK 0 0.05 0.08 0.09
HSL 22.11º 0.3% 0.88% -
HSV(B) 22.11º 0.08% 0.91% -
XYZ 71.6 73.89 74.11 -
YUV 223.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 233 221 214 0 0.05 0.08 0.09 22.11 0.3 0.88
Hex E9 DD D6 0 5 8 9 16 1E 58
Octal 351 335 326 0 5 10 11 26 36 130
Binary 11101001 11011101 11010110 0 101 1000 1001 10110 11110 1011000

Color Harmonies of #E9DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DDD6

Black with #E9DDD6

Text Example


Text Example

White with #E9DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DDD6; }

 p { color: rgb(233,221,214); }

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

background-color css

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

 a { background-color: rgb(233,221,214); }

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

border-color css

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

 span { border-color: rgb(233,221,214); }

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