Html Css Color HEX #EEDFD8 Pot Pourri

📋 copy color: '#EEDFD8'

red 238 ◦ green 223 ◦ blue 216

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

Shades of Pot Pourri #EEDFD8

Tints of Pot Pourri #EEDFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.91%

R = 35.16%
G = 32.94%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EEDFD8 (or 0xEEDFD8) is known color: Pot Pourri. HEX triplet: EE, DF and D8. RGB value is (238,223,216). Sum of RGB (Red+Green+Blue) = 238+223+216=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD8 is #112027. Grayscale: #E2E2E2. Windows color (decimal): -1122344 or 14213102. OLE color: 14213102.

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

Color convert

RGB 238 223 216 -
CMYK 0 0.06 0.09 0.07
HSL 19.09º 0.39% 0.89% -
HSV(B) 19.09º 0.09% 0.93% -
XYZ 74.04 75.91 75.72 -
YUV 226.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 238 223 216 0 0.06 0.09 0.07 19.09 0.39 0.89
Hex EE DF D8 0 6 9 7 13 27 59
Octal 356 337 330 0 6 11 7 23 47 131
Binary 11101110 11011111 11011000 0 110 1001 111 10011 100111 1011001

Color Harmonies of #EEDFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFD8

Black with #EEDFD8

Text Example


Text Example

White with #EEDFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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