Html Css Color HEX #EEDED8 Pot Pourri

📋 copy color: '#EEDED8'

red 238 ◦ green 222 ◦ blue 216

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

Shades of Pot Pourri #EEDED8

Tints of Pot Pourri #EEDED8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.84%

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

R = 35.21%
G = 32.84%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EEDED8 (or 0xEEDED8) is known color: Pot Pourri. HEX triplet: EE, DE and D8. RGB value is (238,222,216). Sum of RGB (Red+Green+Blue) = 238+222+216=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDED8 is #112127. Grayscale: #E2E2E2. Windows color (decimal): -1122600 or 14212846. OLE color: 14212846.

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

Color convert

RGB 238 222 216 -
CMYK 0 0.07 0.09 0.07
HSL 16.36º 0.39% 0.89% -
HSV(B) 16.36º 0.09% 0.93% -
XYZ 73.78 75.38 75.63 -
YUV 226.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 238 222 216 0 0.07 0.09 0.07 16.36 0.39 0.89
Hex EE DE D8 0 7 9 7 10 27 59
Octal 356 336 330 0 7 11 7 20 47 131
Binary 11101110 11011110 11011000 0 111 1001 111 10000 100111 1011001

Color Harmonies of #EEDED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDED8

Black with #EEDED8

Text Example


Text Example

White with #EEDED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDED8; }

 p { color: rgb(238,222,216); }

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

background-color css

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

 a { background-color: rgb(238,222,216); }

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

border-color css

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

 span { border-color: rgb(238,222,216); }

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