Html Css Color HEX #EFD8CF Pot Pourri

📋 copy color: '#EFD8CF'

red 239 ◦ green 216 ◦ blue 207

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

Shades of Pot Pourri #EFD8CF

Tints of Pot Pourri #EFD8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.63%

 BLUE value IS 207 (81.25% from 255) = 31.27%

R = 36.1%
G = 32.63%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFD8CF (or 0xEFD8CF) is known color: Pot Pourri. HEX triplet: EF, D8 and CF. RGB value is (239,216,207). Sum of RGB (Red+Green+Blue) = 239+216+207=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8CF is #102730. Grayscale: #DDDDDD. Windows color (decimal): -1058609 or 13621487. OLE color: 13621487.

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

Color convert

RGB 239 216 207 -
CMYK 0 0.10 0.13 0.06
HSL 16.88º 0.5% 0.87% -
HSV(B) 16.88º 0.13% 0.94% -
XYZ 71.41 71.97 69.16 -
YUV 221.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 239 216 207 0 0.10 0.13 0.06 16.88 0.5 0.87
Hex EF D8 CF 0 A D 6 11 32 57
Octal 357 330 317 0 12 15 6 21 62 127
Binary 11101111 11011000 11001111 0 1010 1101 110 10001 110010 1010111

Color Harmonies of #EFD8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8CF

Black with #EFD8CF

Text Example


Text Example

White with #EFD8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8CF; }

 p { color: rgb(239,216,207); }

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

background-color css

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

 a { background-color: rgb(239,216,207); }

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

border-color css

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

 span { border-color: rgb(239,216,207); }

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