Html Css Color HEX #EEDCD2 Pot Pourri

📋 copy color: '#EEDCD2'

red 238 ◦ green 220 ◦ blue 210

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

Shades of Pot Pourri #EEDCD2

Tints of Pot Pourri #EEDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.44%

R = 35.63%
G = 32.93%
B = 31.44%

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

#EEDCD2 (or 0xEEDCD2) is known color: Pot Pourri. HEX triplet: EE, DC and D2. RGB value is (238,220,210). Sum of RGB (Red+Green+Blue) = 238+220+210=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCD2 is #11232D. Grayscale: #E0E0E0. Windows color (decimal): -1123118 or 13819118. OLE color: 13819118.

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

Color convert

RGB 238 220 210 -
CMYK 0 0.08 0.12 0.07
HSL 21.43º 0.45% 0.88% -
HSV(B) 21.43º 0.12% 0.93% -
XYZ 72.49 74.02 71.44 -
YUV 224.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 238 220 210 0 0.08 0.12 0.07 21.43 0.45 0.88
Hex EE DC D2 0 8 C 7 15 2D 58
Octal 356 334 322 0 10 14 7 25 55 130
Binary 11101110 11011100 11010010 0 1000 1100 111 10101 101101 1011000

Color Harmonies of #EEDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCD2

Black with #EEDCD2

Text Example


Text Example

White with #EEDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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