#EBD8D1

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

Shades of Pot Pourri #EBD8D1

Tints of Pot Pourri #EBD8D1

Color information

#EBD8D1 (or 0xEBD8D1) is unknown color: approx Pot Pourri. HEX triplet: EB, D8 and D1. RGB value is (235,216,209). Sum of RGB (Red+Green+Blue) = 235+216+209=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8D1 is #14272E. Grayscale: #DCDCDC. Windows color (decimal): -1320751 or 13752555. OLE color: 13752555.

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

Color convert

RGB235216209-
CMYK00.080.110.08
HSL16.15º39.39%87.06%-
HSV(B)16.15º11.06%92.16%-
XYZ70.3371.3870.39-
YUV220.88121.29138.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 216 (84.77% from 255) = 32.73%
BLUE value IS 209 (82.03% from 255) = 31.67%
R=35.61%
G=32.73%
B=31.67%

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
Decimal23521620900.080.110.0816.1539.3987.06
HexEBD8D108B8102757
Octal35333032101013102047127
Binary1110101111011000110100010100010111000100001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8D1; }

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

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

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

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

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

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

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

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