Html Css Color HEX #EEDDD7 Pot Pourri

📋 copy color: '#EEDDD7'

red 238 ◦ green 221 ◦ blue 215

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

Shades of Pot Pourri #EEDDD7

Tints of Pot Pourri #EEDDD7

RGB

 RED value IS 238 (93.36% from 255) = 35.31%

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

 BLUE value IS 215 (84.38% from 255) = 31.9%

R = 35.31%
G = 32.79%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EEDDD7 (or 0xEEDDD7) is known color: Pot Pourri. HEX triplet: EE, DD and D7. RGB value is (238,221,215). Sum of RGB (Red+Green+Blue) = 238+221+215=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDD7 is #112228. Grayscale: #E1E1E1. Windows color (decimal): -1122857 or 14147054. OLE color: 14147054.

HSL color Cylindrical-coordinate representation of color #EEDDD7: hue angle of 15.65º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDDD7 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 215 -
CMYK 0 0.07 0.10 0.07
HSL 15.65º 0.4% 0.89% -
HSV(B) 15.65º 0.1% 0.93% -
XYZ 73.38 74.8 74.86 -
YUV 225.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 238 221 215 0 0.07 0.10 0.07 15.65 0.4 0.89
Hex EE DD D7 0 7 A 7 10 28 59
Octal 356 335 327 0 7 12 7 20 50 131
Binary 11101110 11011101 11010111 0 111 1010 111 10000 101000 1011001

Color Harmonies of #EEDDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDD7

Black with #EEDDD7

Text Example


Text Example

White with #EEDDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDD7; }

 p { color: rgb(238,221,215); }

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

background-color css

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

 a { background-color: rgb(238,221,215); }

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

border-color css

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

 span { border-color: rgb(238,221,215); }

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