Html Css Color HEX #EFDDD6 Pot Pourri

📋 copy color: '#EFDDD6'

red 239 ◦ green 221 ◦ blue 214

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

Shades of Pot Pourri #EFDDD6

Tints of Pot Pourri #EFDDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.75%

R = 35.46%
G = 32.79%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFDDD6 (or 0xEFDDD6) is known color: Pot Pourri. HEX triplet: EF, DD and D6. RGB value is (239,221,214). Sum of RGB (Red+Green+Blue) = 239+221+214=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDD6 is #102229. Grayscale: #E1E1E1. Windows color (decimal): -1057322 or 14081519. OLE color: 14081519.

HSL color Cylindrical-coordinate representation of color #EFDDD6: hue angle of 16.8º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDDD6 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 214 -
CMYK 0 0.08 0.10 0.06
HSL 16.8º 0.44% 0.89% -
HSV(B) 16.8º 0.1% 0.94% -
XYZ 73.59 74.92 74.2 -
YUV 225.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 239 221 214 0 0.08 0.10 0.06 16.8 0.44 0.89
Hex EF DD D6 0 8 A 6 11 2C 59
Octal 357 335 326 0 10 12 6 21 54 131
Binary 11101111 11011101 11010110 0 1000 1010 110 10001 101100 1011001

Color Harmonies of #EFDDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDD6

Black with #EFDDD6

Text Example


Text Example

White with #EFDDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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