Html Css Color HEX #EFDBCF Pot Pourri

📋 copy color: '#EFDBCF'

red 239 ◦ green 219 ◦ blue 207

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

Shades of Pot Pourri #EFDBCF

Tints of Pot Pourri #EFDBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.93%

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

R = 35.94%
G = 32.93%
B = 31.13%

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

#EFDBCF (or 0xEFDBCF) is known color: Pot Pourri. HEX triplet: EF, DB and CF. RGB value is (239,219,207). Sum of RGB (Red+Green+Blue) = 239+219+207=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBCF is #102430. Grayscale: #DFDFDF. Windows color (decimal): -1057841 or 13622255. OLE color: 13622255.

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

Color convert

RGB 239 219 207 -
CMYK 0 0.08 0.13 0.06
HSL 22.5º 0.5% 0.87% -
HSV(B) 22.5º 0.13% 0.94% -
XYZ 72.19 73.52 69.42 -
YUV 223.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 239 219 207 0 0.08 0.13 0.06 22.5 0.5 0.87
Hex EF DB CF 0 8 D 6 16 32 57
Octal 357 333 317 0 10 15 6 26 62 127
Binary 11101111 11011011 11001111 0 1000 1101 110 10110 110010 1010111

Color Harmonies of #EFDBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBCF

Black with #EFDBCF

Text Example


Text Example

White with #EFDBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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