#EBD7CF

Color #EBD7CF Pot Pourri (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pot Pourri #EBD7CF

Tints of Pot Pourri #EBD7CF

Color information

#EBD7CF (or 0xEBD7CF) is unknown color: approx Pot Pourri. HEX triplet: EB, D7 and CF. RGB value is (235,215,207). Sum of RGB (Red+Green+Blue) = 235+215+207=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7CF is #142830. Grayscale: #DCDCDC. Windows color (decimal): -1321009 or 13621227. OLE color: 13621227.

HSL color Cylindrical-coordinate representation of color #EBD7CF: hue angle of 17.14º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBD7CF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235215207-
CMYK00.090.120.08
HSL17.14º41.18%86.67%-
HSV(B)17.14º11.91%92.16%-
XYZ69.8270.7769.01-
YUV220.07120.63138.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 215 (84.38% from 255) = 32.72%
BLUE value IS 207 (81.25% from 255) = 31.51%
R=35.77%
G=32.72%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521520700.090.120.0817.1441.1886.67
HexEBD7CF09C8112957
Octal35332731701114102151127
Binary1110101111010111110011110100111001000100011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7CF; }

 p { color: rgb(235,215,207); }

 H1.HeaderClassName
 {
   color: #EBD7CF;
 }
 .AnyTagClassName
 {
   color: #EBD7CF;
 }
</style>
background-color css

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

 a { background-color: rgb(235,215,207); }

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

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

 span { border-color: rgb(235,215,207); }

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