Html Css Color HEX #EEDCD3 Pot Pourri

📋 copy color: '#EEDCD3'

red 238 ◦ green 220 ◦ blue 211

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

Shades of Pot Pourri #EEDCD3

Tints of Pot Pourri #EEDCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.54%

R = 35.58%
G = 32.88%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEDCD3 (or 0xEEDCD3) is known color: Pot Pourri. HEX triplet: EE, DC and D3. RGB value is (238,220,211). Sum of RGB (Red+Green+Blue) = 238+220+211=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD3 is #11232C. Grayscale: #E0E0E0. Windows color (decimal): -1123117 or 13884654. OLE color: 13884654.

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

Color convert

RGB 238 220 211 -
CMYK 0 0.08 0.11 0.07
HSL 20º 0.44% 0.88% -
HSV(B) 20º 0.11% 0.93% -
XYZ 72.61 74.07 72.1 -
YUV 224.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 238 220 211 0 0.08 0.11 0.07 20 0.44 0.88
Hex EE DC D3 0 8 B 7 14 2C 58
Octal 356 334 323 0 10 13 7 24 54 130
Binary 11101110 11011100 11010011 0 1000 1011 111 10100 101100 1011000

Color Harmonies of #EEDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCD3

Black with #EEDCD3

Text Example


Text Example

White with #EEDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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