Html Css Color HEX #EFDCD5 Pot Pourri

📋 copy color: '#EFDCD5'

red 239 ◦ green 220 ◦ blue 213

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

Shades of Pot Pourri #EFDCD5

Tints of Pot Pourri #EFDCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.7%

R = 35.57%
G = 32.74%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFDCD5 (or 0xEFDCD5) is known color: Pot Pourri. HEX triplet: EF, DC and D5. RGB value is (239,220,213). Sum of RGB (Red+Green+Blue) = 239+220+213=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD5 is #10232A. Grayscale: #E0E0E0. Windows color (decimal): -1057579 or 14015727. OLE color: 14015727.

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

Color convert

RGB 239 220 213 -
CMYK 0 0.08 0.11 0.06
HSL 16.15º 0.45% 0.89% -
HSV(B) 16.15º 0.11% 0.94% -
XYZ 73.2 74.34 73.44 -
YUV 224.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 239 220 213 0 0.08 0.11 0.06 16.15 0.45 0.89
Hex EF DC D5 0 8 B 6 10 2D 59
Octal 357 334 325 0 10 13 6 20 55 131
Binary 11101111 11011100 11010101 0 1000 1011 110 10000 101101 1011001

Color Harmonies of #EFDCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCD5

Black with #EFDCD5

Text Example


Text Example

White with #EFDCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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