Html Css Color HEX #EFDAD5 Pot Pourri

📋 copy color: '#EFDAD5'

red 239 ◦ green 218 ◦ blue 213

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

Shades of Pot Pourri #EFDAD5

Tints of Pot Pourri #EFDAD5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.54%

 BLUE value IS 213 (83.59% from 255) = 31.79%

R = 35.67%
G = 32.54%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFDAD5 (or 0xEFDAD5) is known color: Pot Pourri. HEX triplet: EF, DA and D5. RGB value is (239,218,213). Sum of RGB (Red+Green+Blue) = 239+218+213=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAD5 is #10252A. Grayscale: #DFDFDF. Windows color (decimal): -1058091 or 14015215. OLE color: 14015215.

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

Color convert

RGB 239 218 213 -
CMYK 0 0.09 0.11 0.06
HSL 11.54º 0.45% 0.89% -
HSV(B) 11.54º 0.11% 0.94% -
XYZ 72.68 73.3 73.27 -
YUV 223.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 239 218 213 0 0.09 0.11 0.06 11.54 0.45 0.89
Hex EF DA D5 0 9 B 6 C 2D 59
Octal 357 332 325 0 11 13 6 14 55 131
Binary 11101111 11011010 11010101 0 1001 1011 110 1100 101101 1011001

Color Harmonies of #EFDAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAD5

Black with #EFDAD5

Text Example


Text Example

White with #EFDAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAD5; }

 p { color: rgb(239,218,213); }

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

background-color css

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

 a { background-color: rgb(239,218,213); }

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

border-color css

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

 span { border-color: rgb(239,218,213); }

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