Html Css Color HEX #EFDED6 Pot Pourri

📋 copy color: '#EFDED6'

red 239 ◦ green 222 ◦ blue 214

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

Shades of Pot Pourri #EFDED6

Tints of Pot Pourri #EFDED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.7%

R = 35.41%
G = 32.89%
B = 31.7%

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

#EFDED6 (or 0xEFDED6) is known color: Pot Pourri. HEX triplet: EF, DE and D6. RGB value is (239,222,214). Sum of RGB (Red+Green+Blue) = 239+222+214=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDED6 is #102129. Grayscale: #E2E2E2. Windows color (decimal): -1057066 or 14081775. OLE color: 14081775.

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

Color convert

RGB 239 222 214 -
CMYK 0 0.07 0.10 0.06
HSL 19.2º 0.44% 0.89% -
HSV(B) 19.2º 0.1% 0.94% -
XYZ 73.86 75.45 74.29 -
YUV 226.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 239 222 214 0 0.07 0.10 0.06 19.2 0.44 0.89
Hex EF DE D6 0 7 A 6 13 2C 59
Octal 357 336 326 0 7 12 6 23 54 131
Binary 11101111 11011110 11010110 0 111 1010 110 10011 101100 1011001

Color Harmonies of #EFDED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDED6

Black with #EFDED6

Text Example


Text Example

White with #EFDED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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