Html Css Color HEX #EFD7CC Pot Pourri

📋 copy color: '#EFD7CC'

red 239 ◦ green 215 ◦ blue 204

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

Shades of Pot Pourri #EFD7CC

Tints of Pot Pourri #EFD7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.67%

 BLUE value IS 204 (80.08% from 255) = 31%

R = 36.32%
G = 32.67%
B = 31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFD7CC (or 0xEFD7CC) is known color: Pot Pourri. HEX triplet: EF, D7 and CC. RGB value is (239,215,204). Sum of RGB (Red+Green+Blue) = 239+215+204=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7CC is #102833. Grayscale: #DCDCDC. Windows color (decimal): -1058868 or 13424623. OLE color: 13424623.

HSL color Cylindrical-coordinate representation of color #EFD7CC: hue angle of 18.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD7CC is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 204 -
CMYK 0 0.10 0.15 0.06
HSL 18.86º 0.52% 0.87% -
HSV(B) 18.86º 0.15% 0.94% -
XYZ 70.8 71.31 67.16 -
YUV 220.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 239 215 204 0 0.10 0.15 0.06 18.86 0.52 0.87
Hex EF D7 CC 0 A F 6 13 34 57
Octal 357 327 314 0 12 17 6 23 64 127
Binary 11101111 11010111 11001100 0 1010 1111 110 10011 110100 1010111

Color Harmonies of #EFD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7CC

Black with #EFD7CC

Text Example


Text Example

White with #EFD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7CC; }

 p { color: rgb(239,215,204); }

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

background-color css

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

 a { background-color: rgb(239,215,204); }

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

border-color css

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

 span { border-color: rgb(239,215,204); }

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