Html Css Color HEX #EFDCD3 Pot Pourri

📋 copy color: '#EFDCD3'

red 239 ◦ green 220 ◦ blue 211

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

Shades of Pot Pourri #EFDCD3

Tints of Pot Pourri #EFDCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.49%

R = 35.67%
G = 32.84%
B = 31.49%

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

#EFDCD3 (or 0xEFDCD3) is known color: Pot Pourri. HEX triplet: EF, DC and D3. RGB value is (239,220,211). Sum of RGB (Red+Green+Blue) = 239+220+211=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD3 is #10232C. Grayscale: #E0E0E0. Windows color (decimal): -1057581 or 13884655. OLE color: 13884655.

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

Color convert

RGB 239 220 211 -
CMYK 0 0.08 0.12 0.06
HSL 19.29º 0.47% 0.88% -
HSV(B) 19.29º 0.12% 0.94% -
XYZ 72.95 74.24 72.11 -
YUV 224.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 239 220 211 0 0.08 0.12 0.06 19.29 0.47 0.88
Hex EF DC D3 0 8 C 6 13 2F 58
Octal 357 334 323 0 10 14 6 23 57 130
Binary 11101111 11011100 11010011 0 1000 1100 110 10011 101111 1011000

Color Harmonies of #EFDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCD3

Black with #EFDCD3

Text Example


Text Example

White with #EFDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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