Html Css Color HEX #EEDFD7 Pot Pourri

📋 copy color: '#EEDFD7'

red 238 ◦ green 223 ◦ blue 215

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

Shades of Pot Pourri #EEDFD7

Tints of Pot Pourri #EEDFD7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.99%

 BLUE value IS 215 (84.38% from 255) = 31.8%

R = 35.21%
G = 32.99%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EEDFD7 (or 0xEEDFD7) is known color: Pot Pourri. HEX triplet: EE, DF and D7. RGB value is (238,223,215). Sum of RGB (Red+Green+Blue) = 238+223+215=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD7 is #112028. Grayscale: #E2E2E2. Windows color (decimal): -1122345 or 14147566. OLE color: 14147566.

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

Color convert

RGB 238 223 215 -
CMYK 0 0.06 0.10 0.07
HSL 20.87º 0.4% 0.89% -
HSV(B) 20.87º 0.1% 0.93% -
XYZ 73.91 75.86 75.04 -
YUV 226.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 238 223 215 0 0.06 0.10 0.07 20.87 0.4 0.89
Hex EE DF D7 0 6 A 7 15 28 59
Octal 356 337 327 0 6 12 7 25 50 131
Binary 11101110 11011111 11010111 0 110 1010 111 10101 101000 1011001

Color Harmonies of #EEDFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFD7

Black with #EEDFD7

Text Example


Text Example

White with #EEDFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFD7; }

 p { color: rgb(238,223,215); }

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

background-color css

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

 a { background-color: rgb(238,223,215); }

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

border-color css

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

 span { border-color: rgb(238,223,215); }

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