#EBD9D2

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

Shades of Pot Pourri #EBD9D2

Tints of Pot Pourri #EBD9D2

Color information

#EBD9D2 (or 0xEBD9D2) is unknown color: approx Pot Pourri. HEX triplet: EB, D9 and D2. RGB value is (235,217,210). Sum of RGB (Red+Green+Blue) = 235+217+210=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9D2 is #14262D. Grayscale: #DDDDDD. Windows color (decimal): -1320494 or 13818347. OLE color: 13818347.

HSL color Cylindrical-coordinate representation of color #EBD9D2: hue angle of 16.8º degrees, saturation: 0.38, 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 #EBD9D2 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235217210-
CMYK00.080.110.08
HSL16.8º38.46%87.25%-
HSV(B)16.8º10.64%92.16%-
XYZ70.7171.9471.13-
YUV221.58121.46137.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 217 (85.16% from 255) = 32.78%
BLUE value IS 210 (82.42% from 255) = 31.72%
R=35.50%
G=32.78%
B=31.72%

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
Decimal23521721000.080.110.0816.838.4687.25
HexEBD9D208B8112657
Octal35333132201013102146127
Binary1110101111011001110100100100010111000100011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9D2; }

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

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

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

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

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

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

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

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