Html Css Color HEX #EED8D0 Pot Pourri

📋 copy color: '#EED8D0'

red 238 ◦ green 216 ◦ blue 208

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

Shades of Pot Pourri #EED8D0

Tints of Pot Pourri #EED8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.42%

R = 35.95%
G = 32.63%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EED8D0 (or 0xEED8D0) is known color: Pot Pourri. HEX triplet: EE, D8 and D0. RGB value is (238,216,208). Sum of RGB (Red+Green+Blue) = 238+216+208=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8D0 is #11272F. Grayscale: #DDDDDD. Windows color (decimal): -1124144 or 13687022. OLE color: 13687022.

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

Color convert

RGB 238 216 208 -
CMYK 0 0.09 0.13 0.07
HSL 16º 0.47% 0.87% -
HSV(B) 16º 0.13% 0.93% -
XYZ 71.2 71.84 69.79 -
YUV 221.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 238 216 208 0 0.09 0.13 0.07 16 0.47 0.87
Hex EE D8 D0 0 9 D 7 10 2F 57
Octal 356 330 320 0 11 15 7 20 57 127
Binary 11101110 11011000 11010000 0 1001 1101 111 10000 101111 1010111

Color Harmonies of #EED8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8D0

Black with #EED8D0

Text Example


Text Example

White with #EED8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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