Html Css Color HEX #EED9D1 Pot Pourri

📋 copy color: '#EED9D1'

red 238 ◦ green 217 ◦ blue 209

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

Shades of Pot Pourri #EED9D1

Tints of Pot Pourri #EED9D1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.68%

 BLUE value IS 209 (82.03% from 255) = 31.48%

R = 35.84%
G = 32.68%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EED9D1 (or 0xEED9D1) is known color: Pot Pourri. HEX triplet: EE, D9 and D1. RGB value is (238,217,209). Sum of RGB (Red+Green+Blue) = 238+217+209=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9D1 is #11262E. Grayscale: #DEDEDE. Windows color (decimal): -1123887 or 13752814. OLE color: 13752814.

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

Color convert

RGB 238 217 209 -
CMYK 0 0.09 0.12 0.07
HSL 16.55º 0.46% 0.88% -
HSV(B) 16.55º 0.12% 0.93% -
XYZ 71.58 72.41 70.52 -
YUV 222.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 238 217 209 0 0.09 0.12 0.07 16.55 0.46 0.88
Hex EE D9 D1 0 9 C 7 11 2E 58
Octal 356 331 321 0 11 14 7 21 56 130
Binary 11101110 11011001 11010001 0 1001 1100 111 10001 101110 1011000

Color Harmonies of #EED9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9D1

Black with #EED9D1

Text Example


Text Example

White with #EED9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9D1; }

 p { color: rgb(238,217,209); }

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

background-color css

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

 a { background-color: rgb(238,217,209); }

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

border-color css

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

 span { border-color: rgb(238,217,209); }

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