Html Css Color HEX #EFDCD6 Pot Pourri

📋 copy color: '#EFDCD6'

red 239 ◦ green 220 ◦ blue 214

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

Shades of Pot Pourri #EFDCD6

Tints of Pot Pourri #EFDCD6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.69%

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

R = 35.51%
G = 32.69%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFDCD6 (or 0xEFDCD6) is known color: Pot Pourri. HEX triplet: EF, DC and D6. RGB value is (239,220,214). Sum of RGB (Red+Green+Blue) = 239+220+214=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD6 is #102329. Grayscale: #E1E1E1. Windows color (decimal): -1057578 or 14081263. OLE color: 14081263.

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

Color convert

RGB 239 220 214 -
CMYK 0 0.08 0.10 0.06
HSL 14.4º 0.44% 0.89% -
HSV(B) 14.4º 0.1% 0.94% -
XYZ 73.33 74.39 74.11 -
YUV 225 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 239 220 214 0 0.08 0.10 0.06 14.4 0.44 0.89
Hex EF DC D6 0 8 A 6 E 2C 59
Octal 357 334 326 0 10 12 6 16 54 131
Binary 11101111 11011100 11010110 0 1000 1010 110 1110 101100 1011001

Color Harmonies of #EFDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCD6

Black with #EFDCD6

Text Example


Text Example

White with #EFDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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