Html Css Color HEX #EFDDD1 Pot Pourri

📋 copy color: '#EFDDD1'

red 239 ◦ green 221 ◦ blue 209

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

Shades of Pot Pourri #EFDDD1

Tints of Pot Pourri #EFDDD1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.03%

 BLUE value IS 209 (82.03% from 255) = 31.24%

R = 35.72%
G = 33.03%
B = 31.24%

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

#EFDDD1 (or 0xEFDDD1) is known color: Pot Pourri. HEX triplet: EF, DD and D1. RGB value is (239,221,209). Sum of RGB (Red+Green+Blue) = 239+221+209=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDD1 is #10222E. Grayscale: #E1E1E1. Windows color (decimal): -1057327 or 13753839. OLE color: 13753839.

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

Color convert

RGB 239 221 209 -
CMYK 0 0.08 0.13 0.06
HSL 24º 0.48% 0.88% -
HSV(B) 24º 0.13% 0.94% -
XYZ 72.96 74.67 70.89 -
YUV 225.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 239 221 209 0 0.08 0.13 0.06 24 0.48 0.88
Hex EF DD D1 0 8 D 6 18 30 58
Octal 357 335 321 0 10 15 6 30 60 130
Binary 11101111 11011101 11010001 0 1000 1101 110 11000 110000 1011000

Color Harmonies of #EFDDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDD1

Black with #EFDDD1

Text Example


Text Example

White with #EFDDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDD1; }

 p { color: rgb(239,221,209); }

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

background-color css

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

 a { background-color: rgb(239,221,209); }

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

border-color css

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

 span { border-color: rgb(239,221,209); }

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