Html Css Color HEX #EFDBCE Pot Pourri

📋 copy color: '#EFDBCE'

red 239 ◦ green 219 ◦ blue 206

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

Shades of Pot Pourri #EFDBCE

Tints of Pot Pourri #EFDBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.02%

R = 35.99%
G = 32.98%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFDBCE (or 0xEFDBCE) is known color: Pot Pourri. HEX triplet: EF, DB and CE. RGB value is (239,219,206). Sum of RGB (Red+Green+Blue) = 239+219+206=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBCE is #102431. Grayscale: #DFDFDF. Windows color (decimal): -1057842 or 13556719. OLE color: 13556719.

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

Color convert

RGB 239 219 206 -
CMYK 0 0.08 0.14 0.06
HSL 23.64º 0.51% 0.87% -
HSV(B) 23.64º 0.14% 0.94% -
XYZ 72.07 73.47 68.78 -
YUV 223.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 239 219 206 0 0.08 0.14 0.06 23.64 0.51 0.87
Hex EF DB CE 0 8 E 6 18 33 57
Octal 357 333 316 0 10 16 6 30 63 127
Binary 11101111 11011011 11001110 0 1000 1110 110 11000 110011 1010111

Color Harmonies of #EFDBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBCE

Black with #EFDBCE

Text Example


Text Example

White with #EFDBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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