Html Css Color HEX #EFDCD7 Pot Pourri

📋 copy color: '#EFDCD7'

red 239 ◦ green 220 ◦ blue 215

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

Shades of Pot Pourri #EFDCD7

Tints of Pot Pourri #EFDCD7

RGB

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

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

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

R = 35.46%
G = 32.64%
B = 31.9%

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

#EFDCD7 (or 0xEFDCD7) is known color: Pot Pourri. HEX triplet: EF, DC and D7. RGB value is (239,220,215). Sum of RGB (Red+Green+Blue) = 239+220+215=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD7 is #102328. Grayscale: #E1E1E1. Windows color (decimal): -1057577 or 14146799. OLE color: 14146799.

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

Color convert

RGB 239 220 215 -
CMYK 0 0.08 0.10 0.06
HSL 12.5º 0.43% 0.89% -
HSV(B) 12.5º 0.1% 0.94% -
XYZ 73.46 74.44 74.79 -
YUV 225.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 239 220 215 0 0.08 0.10 0.06 12.5 0.43 0.89
Hex EF DC D7 0 8 A 6 C 2B 59
Octal 357 334 327 0 10 12 6 14 53 131
Binary 11101111 11011100 11010111 0 1000 1010 110 1100 101011 1011001

Color Harmonies of #EFDCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCD7

Black with #EFDCD7

Text Example


Text Example

White with #EFDCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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