Html Css Color HEX #EEDCD1 Pot Pourri

📋 copy color: '#EEDCD1'

red 238 ◦ green 220 ◦ blue 209

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

Shades of Pot Pourri #EEDCD1

Tints of Pot Pourri #EEDCD1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.98%

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

R = 35.68%
G = 32.98%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEDCD1 (or 0xEEDCD1) is known color: Pot Pourri. HEX triplet: EE, DC and D1. RGB value is (238,220,209). Sum of RGB (Red+Green+Blue) = 238+220+209=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD1 is #11232E. Grayscale: #E0E0E0. Windows color (decimal): -1123119 or 13753582. OLE color: 13753582.

HSL color Cylindrical-coordinate representation of color #EEDCD1: hue angle of 22.76º 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 #EEDCD1 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 220 209 -
CMYK 0 0.08 0.12 0.07
HSL 22.76º 0.46% 0.88% -
HSV(B) 22.76º 0.12% 0.93% -
XYZ 72.36 73.97 70.78 -
YUV 224.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 238 220 209 0 0.08 0.12 0.07 22.76 0.46 0.88
Hex EE DC D1 0 8 C 7 17 2E 58
Octal 356 334 321 0 10 14 7 27 56 130
Binary 11101110 11011100 11010001 0 1000 1100 111 10111 101110 1011000

Color Harmonies of #EEDCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCD1

Black with #EEDCD1

Text Example


Text Example

White with #EEDCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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