Html Css Color HEX #EFDFD6 Pot Pourri

📋 copy color: '#EFDFD6'

red 239 ◦ green 223 ◦ blue 214

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

Shades of Pot Pourri #EFDFD6

Tints of Pot Pourri #EFDFD6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.99%

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

R = 35.36%
G = 32.99%
B = 31.66%

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

#EFDFD6 (or 0xEFDFD6) is known color: Pot Pourri. HEX triplet: EF, DF and D6. RGB value is (239,223,214). Sum of RGB (Red+Green+Blue) = 239+223+214=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD6 is #102029. Grayscale: #E2E2E2. Windows color (decimal): -1056810 or 14082031. OLE color: 14082031.

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

Color convert

RGB 239 223 214 -
CMYK 0 0.07 0.10 0.06
HSL 21.6º 0.44% 0.89% -
HSV(B) 21.6º 0.1% 0.94% -
XYZ 74.12 75.98 74.38 -
YUV 226.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 239 223 214 0 0.07 0.10 0.06 21.6 0.44 0.89
Hex EF DF D6 0 7 A 6 16 2C 59
Octal 357 337 326 0 7 12 6 26 54 131
Binary 11101111 11011111 11010110 0 111 1010 110 10110 101100 1011001

Color Harmonies of #EFDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFD6

Black with #EFDFD6

Text Example


Text Example

White with #EFDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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