Html Css Color HEX #EFDCD2 Pot Pourri

📋 copy color: '#EFDCD2'

red 239 ◦ green 220 ◦ blue 210

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

Shades of Pot Pourri #EFDCD2

Tints of Pot Pourri #EFDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.39%

R = 35.72%
G = 32.88%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFDCD2 (or 0xEFDCD2) is known color: Pot Pourri. HEX triplet: EF, DC and D2. RGB value is (239,220,210). Sum of RGB (Red+Green+Blue) = 239+220+210=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD2 is #10232D. Grayscale: #E0E0E0. Windows color (decimal): -1057582 or 13819119. OLE color: 13819119.

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

Color convert

RGB 239 220 210 -
CMYK 0 0.08 0.12 0.06
HSL 20.69º 0.48% 0.88% -
HSV(B) 20.69º 0.12% 0.94% -
XYZ 72.82 74.19 71.45 -
YUV 224.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 239 220 210 0 0.08 0.12 0.06 20.69 0.48 0.88
Hex EF DC D2 0 8 C 6 15 30 58
Octal 357 334 322 0 10 14 6 25 60 130
Binary 11101111 11011100 11010010 0 1000 1100 110 10101 110000 1011000

Color Harmonies of #EFDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCD2

Black with #EFDCD2

Text Example


Text Example

White with #EFDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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