Html Css Color HEX #EED8CF Pot Pourri

📋 copy color: '#EED8CF'

red 238 ◦ green 216 ◦ blue 207

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

Shades of Pot Pourri #EED8CF

Tints of Pot Pourri #EED8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.32%

R = 36.01%
G = 32.68%
B = 31.32%

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

#EED8CF (or 0xEED8CF) is known color: Pot Pourri. HEX triplet: EE, D8 and CF. RGB value is (238,216,207). Sum of RGB (Red+Green+Blue) = 238+216+207=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8CF is #112730. Grayscale: #DDDDDD. Windows color (decimal): -1124145 or 13621486. OLE color: 13621486.

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

Color convert

RGB 238 216 207 -
CMYK 0 0.09 0.13 0.07
HSL 17.42º 0.48% 0.87% -
HSV(B) 17.42º 0.13% 0.93% -
XYZ 71.08 71.79 69.14 -
YUV 221.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 238 216 207 0 0.09 0.13 0.07 17.42 0.48 0.87
Hex EE D8 CF 0 9 D 7 11 30 57
Octal 356 330 317 0 11 15 7 21 60 127
Binary 11101110 11011000 11001111 0 1001 1101 111 10001 110000 1010111

Color Harmonies of #EED8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8CF

Black with #EED8CF

Text Example


Text Example

White with #EED8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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