Html Css Color HEX #EFDFD7 Pot Pourri

📋 copy color: '#EFDFD7'

red 239 ◦ green 223 ◦ blue 215

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

Shades of Pot Pourri #EFDFD7

Tints of Pot Pourri #EFDFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.76%

R = 35.3%
G = 32.94%
B = 31.76%

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

#EFDFD7 (or 0xEFDFD7) is known color: Pot Pourri. HEX triplet: EF, DF and D7. RGB value is (239,223,215). Sum of RGB (Red+Green+Blue) = 239+223+215=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFD7 is #102028. Grayscale: #E2E2E2. Windows color (decimal): -1056809 or 14147567. OLE color: 14147567.

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

Color convert

RGB 239 223 215 -
CMYK 0 0.07 0.10 0.06
HSL 20º 0.43% 0.89% -
HSV(B) 20º 0.1% 0.94% -
XYZ 74.25 76.03 75.05 -
YUV 226.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 239 223 215 0 0.07 0.10 0.06 20 0.43 0.89
Hex EF DF D7 0 7 A 6 14 2B 59
Octal 357 337 327 0 7 12 6 24 53 131
Binary 11101111 11011111 11010111 0 111 1010 110 10100 101011 1011001

Color Harmonies of #EFDFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFD7

Black with #EFDFD7

Text Example


Text Example

White with #EFDFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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