Html Css Color HEX #EEDFD5 Pot Pourri

📋 copy color: '#EEDFD5'

red 238 ◦ green 223 ◦ blue 213

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

Shades of Pot Pourri #EEDFD5

Tints of Pot Pourri #EEDFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.6%

R = 35.31%
G = 33.09%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEDFD5 (or 0xEEDFD5) is known color: Pot Pourri. HEX triplet: EE, DF and D5. RGB value is (238,223,213). Sum of RGB (Red+Green+Blue) = 238+223+213=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD5 is #11202A. Grayscale: #E2E2E2. Windows color (decimal): -1122347 or 14016494. OLE color: 14016494.

HSL color Cylindrical-coordinate representation of color #EEDFD5: hue angle of 24º degrees, saturation: 0.42, 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 #EEDFD5 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 213 -
CMYK 0 0.06 0.11 0.07
HSL 24º 0.42% 0.88% -
HSV(B) 24º 0.11% 0.93% -
XYZ 73.66 75.76 73.69 -
YUV 226.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 238 223 213 0 0.06 0.11 0.07 24 0.42 0.88
Hex EE DF D5 0 6 B 7 18 2A 58
Octal 356 337 325 0 6 13 7 30 52 130
Binary 11101110 11011111 11010101 0 110 1011 111 11000 101010 1011000

Color Harmonies of #EEDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFD5

Black with #EEDFD5

Text Example


Text Example

White with #EEDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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