Html Css Color HEX #EFDED8 Pot Pourri

📋 copy color: '#EFDED8'

red 239 ◦ green 222 ◦ blue 216

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

Shades of Pot Pourri #EFDED8

Tints of Pot Pourri #EFDED8

RGB

 RED value IS 239 (93.75% from 255) = 35.3%

 GREEN value IS 222 (87.11% from 255) = 32.79%

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

R = 35.3%
G = 32.79%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFDED8 (or 0xEFDED8) is known color: Pot Pourri. HEX triplet: EF, DE and D8. RGB value is (239,222,216). Sum of RGB (Red+Green+Blue) = 239+222+216=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED8 is #102127. Grayscale: #E2E2E2. Windows color (decimal): -1057064 or 14212847. OLE color: 14212847.

HSL color Cylindrical-coordinate representation of color #EFDED8: hue angle of 15.65º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDED8 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 222 216 -
CMYK 0 0.07 0.10 0.06
HSL 15.65º 0.42% 0.89% -
HSV(B) 15.65º 0.1% 0.94% -
XYZ 74.11 75.55 75.64 -
YUV 226.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 239 222 216 0 0.07 0.10 0.06 15.65 0.42 0.89
Hex EF DE D8 0 7 A 6 10 2A 59
Octal 357 336 330 0 7 12 6 20 52 131
Binary 11101111 11011110 11011000 0 111 1010 110 10000 101010 1011001

Color Harmonies of #EFDED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDED8

Black with #EFDED8

Text Example


Text Example

White with #EFDED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDED8; }

 p { color: rgb(239,222,216); }

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

background-color css

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

 a { background-color: rgb(239,222,216); }

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

border-color css

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

 span { border-color: rgb(239,222,216); }

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