Html Css Color HEX #EFDCD4 Pot Pourri

📋 copy color: '#EFDCD4'

red 239 ◦ green 220 ◦ blue 212

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

Shades of Pot Pourri #EFDCD4

Tints of Pot Pourri #EFDCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.59%

R = 35.62%
G = 32.79%
B = 31.59%

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

#EFDCD4 (or 0xEFDCD4) is known color: Pot Pourri. HEX triplet: EF, DC and D4. RGB value is (239,220,212). Sum of RGB (Red+Green+Blue) = 239+220+212=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCD4 is #10232B. Grayscale: #E0E0E0. Windows color (decimal): -1057580 or 13950191. OLE color: 13950191.

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

Color convert

RGB 239 220 212 -
CMYK 0 0.08 0.11 0.06
HSL 17.78º 0.46% 0.88% -
HSV(B) 17.78º 0.11% 0.94% -
XYZ 73.07 74.29 72.78 -
YUV 224.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 239 220 212 0 0.08 0.11 0.06 17.78 0.46 0.88
Hex EF DC D4 0 8 B 6 12 2E 58
Octal 357 334 324 0 10 13 6 22 56 130
Binary 11101111 11011100 11010100 0 1000 1011 110 10010 101110 1011000

Color Harmonies of #EFDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCD4

Black with #EFDCD4

Text Example


Text Example

White with #EFDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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