#EBD9D1

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

Shades of Pot Pourri #EBD9D1

Tints of Pot Pourri #EBD9D1

Color information

#EBD9D1 (or 0xEBD9D1) is unknown color: approx Pot Pourri. HEX triplet: EB, D9 and D1. RGB value is (235,217,209). Sum of RGB (Red+Green+Blue) = 235+217+209=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9D1 is #14262E. Grayscale: #DDDDDD. Windows color (decimal): -1320495 or 13752811. OLE color: 13752811.

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

Color convert

RGB235217209-
CMYK00.080.110.08
HSL18.46º39.39%87.06%-
HSV(B)18.46º11.06%92.16%-
XYZ70.5871.8970.48-
YUV221.47120.96137.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 217 (85.16% from 255) = 32.83%
BLUE value IS 209 (82.03% from 255) = 31.62%
R=35.55%
G=32.83%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521720900.080.110.0818.4639.3987.06
HexEBD9D108B8122757
Octal35333132101013102247127
Binary1110101111011001110100010100010111000100101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9D1; }

 p { color: rgb(235,217,209); }

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

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

 a { background-color: rgb(235,217,209); }

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

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

 span { border-color: rgb(235,217,209); }

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