Html Css Color HEX #EFDFD4 Pot Pourri

📋 copy color: '#EFDFD4'

red 239 ◦ green 223 ◦ blue 212

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

Shades of Pot Pourri #EFDFD4

Tints of Pot Pourri #EFDFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.45%

R = 35.46%
G = 33.09%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFDFD4 (or 0xEFDFD4) is known color: Pot Pourri. HEX triplet: EF, DF and D4. RGB value is (239,223,212). Sum of RGB (Red+Green+Blue) = 239+223+212=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD4 is #10202B. Grayscale: #E2E2E2. Windows color (decimal): -1056812 or 13950959. OLE color: 13950959.

HSL color Cylindrical-coordinate representation of color #EFDFD4: hue angle of 24.44º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDFD4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 212 -
CMYK 0 0.07 0.11 0.06
HSL 24.44º 0.46% 0.88% -
HSV(B) 24.44º 0.11% 0.94% -
XYZ 73.87 75.88 73.04 -
YUV 226.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 239 223 212 0 0.07 0.11 0.06 24.44 0.46 0.88
Hex EF DF D4 0 7 B 6 18 2E 58
Octal 357 337 324 0 7 13 6 30 56 130
Binary 11101111 11011111 11010100 0 111 1011 110 11000 101110 1011000

Color Harmonies of #EFDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFD4

Black with #EFDFD4

Text Example


Text Example

White with #EFDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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