Html Css Color HEX #EED8D1 Pot Pourri

📋 copy color: '#EED8D1'

red 238 ◦ green 216 ◦ blue 209

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

Shades of Pot Pourri #EED8D1

Tints of Pot Pourri #EED8D1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.58%

 BLUE value IS 209 (82.03% from 255) = 31.52%

R = 35.9%
G = 32.58%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EED8D1 (or 0xEED8D1) is known color: Pot Pourri. HEX triplet: EE, D8 and D1. RGB value is (238,216,209). Sum of RGB (Red+Green+Blue) = 238+216+209=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8D1 is #11272E. Grayscale: #DDDDDD. Windows color (decimal): -1124143 or 13752558. OLE color: 13752558.

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

Color convert

RGB 238 216 209 -
CMYK 0 0.09 0.12 0.07
HSL 14.48º 0.46% 0.88% -
HSV(B) 14.48º 0.12% 0.93% -
XYZ 71.32 71.89 70.44 -
YUV 221.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 238 216 209 0 0.09 0.12 0.07 14.48 0.46 0.88
Hex EE D8 D1 0 9 C 7 E 2E 58
Octal 356 330 321 0 11 14 7 16 56 130
Binary 11101110 11011000 11010001 0 1001 1100 111 1110 101110 1011000

Color Harmonies of #EED8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8D1

Black with #EED8D1

Text Example


Text Example

White with #EED8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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