Html Css Color HEX #EED7D0 Pot Pourri

📋 copy color: '#EED7D0'

red 238 ◦ green 215 ◦ blue 208

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

Shades of Pot Pourri #EED7D0

Tints of Pot Pourri #EED7D0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.53%

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

R = 36.01%
G = 32.53%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EED7D0 (or 0xEED7D0) is known color: Pot Pourri. HEX triplet: EE, D7 and D0. RGB value is (238,215,208). Sum of RGB (Red+Green+Blue) = 238+215+208=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7D0 is #11282F. Grayscale: #DDDDDD. Windows color (decimal): -1124400 or 13686766. OLE color: 13686766.

HSL color Cylindrical-coordinate representation of color #EED7D0: hue angle of 14º 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 #EED7D0 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 208 -
CMYK 0 0.10 0.13 0.07
HSL 14º 0.47% 0.87% -
HSV(B) 14º 0.13% 0.93% -
XYZ 70.95 71.33 69.7 -
YUV 221.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 238 215 208 0 0.10 0.13 0.07 14 0.47 0.87
Hex EE D7 D0 0 A D 7 E 2F 57
Octal 356 327 320 0 12 15 7 16 57 127
Binary 11101110 11010111 11010000 0 1010 1101 111 1110 101111 1010111

Color Harmonies of #EED7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7D0

Black with #EED7D0

Text Example


Text Example

White with #EED7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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