Html Css Color HEX #EFD6CE Pot Pourri

📋 copy color: '#EFD6CE'

red 239 ◦ green 214 ◦ blue 206

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

Shades of Pot Pourri #EFD6CE

Tints of Pot Pourri #EFD6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.47%

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

R = 36.27%
G = 32.47%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFD6CE (or 0xEFD6CE) is known color: Pot Pourri. HEX triplet: EF, D6 and CE. RGB value is (239,214,206). Sum of RGB (Red+Green+Blue) = 239+214+206=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6CE is #102931. Grayscale: #DCDCDC. Windows color (decimal): -1059122 or 13555439. OLE color: 13555439.

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

Color convert

RGB 239 214 206 -
CMYK 0 0.10 0.14 0.06
HSL 14.55º 0.51% 0.87% -
HSV(B) 14.55º 0.14% 0.94% -
XYZ 70.78 70.9 68.35 -
YUV 220.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 239 214 206 0 0.10 0.14 0.06 14.55 0.51 0.87
Hex EF D6 CE 0 A E 6 F 33 57
Octal 357 326 316 0 12 16 6 17 63 127
Binary 11101111 11010110 11001110 0 1010 1110 110 1111 110011 1010111

Color Harmonies of #EFD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6CE

Black with #EFD6CE

Text Example


Text Example

White with #EFD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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