Html Css Color HEX #EFDFD8 Pot Pourri

📋 copy color: '#EFDFD8'

red 239 ◦ green 223 ◦ blue 216

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

Shades of Pot Pourri #EFDFD8

Tints of Pot Pourri #EFDFD8

RGB

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

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

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

R = 35.25%
G = 32.89%
B = 31.86%

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

#EFDFD8 (or 0xEFDFD8) is known color: Pot Pourri. HEX triplet: EF, DF and D8. RGB value is (239,223,216). Sum of RGB (Red+Green+Blue) = 239+223+216=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD8 is #102027. Grayscale: #E3E3E3. Windows color (decimal): -1056808 or 14213103. OLE color: 14213103.

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

Color convert

RGB 239 223 216 -
CMYK 0 0.07 0.10 0.06
HSL 18.26º 0.42% 0.89% -
HSV(B) 18.26º 0.1% 0.94% -
XYZ 74.38 76.08 75.73 -
YUV 226.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 239 223 216 0 0.07 0.10 0.06 18.26 0.42 0.89
Hex EF DF D8 0 7 A 6 12 2A 59
Octal 357 337 330 0 7 12 6 22 52 131
Binary 11101111 11011111 11011000 0 111 1010 110 10010 101010 1011001

Color Harmonies of #EFDFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFD8

Black with #EFDFD8

Text Example


Text Example

White with #EFDFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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