Html Css Color HEX #EFDCD0 Pot Pourri

📋 copy color: '#EFDCD0'

red 239 ◦ green 220 ◦ blue 208

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

Shades of Pot Pourri #EFDCD0

Tints of Pot Pourri #EFDCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.18%

R = 35.83%
G = 32.98%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFDCD0 (or 0xEFDCD0) is known color: Pot Pourri. HEX triplet: EF, DC and D0. RGB value is (239,220,208). Sum of RGB (Red+Green+Blue) = 239+220+208=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD0 is #10232F. Grayscale: #E0E0E0. Windows color (decimal): -1057584 or 13688047. OLE color: 13688047.

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

Color convert

RGB 239 220 208 -
CMYK 0 0.08 0.13 0.06
HSL 23.23º 0.49% 0.88% -
HSV(B) 23.23º 0.13% 0.94% -
XYZ 72.57 74.09 70.15 -
YUV 224.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 239 220 208 0 0.08 0.13 0.06 23.23 0.49 0.88
Hex EF DC D0 0 8 D 6 17 31 58
Octal 357 334 320 0 10 15 6 27 61 130
Binary 11101111 11011100 11010000 0 1000 1101 110 10111 110001 1011000

Color Harmonies of #EFDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCD0

Black with #EFDCD0

Text Example


Text Example

White with #EFDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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