#EBD8D0

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

Shades of Pot Pourri #EBD8D0

Tints of Pot Pourri #EBD8D0

Color information

#EBD8D0 (or 0xEBD8D0) is unknown color: approx Pot Pourri. HEX triplet: EB, D8 and D0. RGB value is (235,216,208). Sum of RGB (Red+Green+Blue) = 235+216+208=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8D0 is #14272F. Grayscale: #DCDCDC. Windows color (decimal): -1320752 or 13687019. OLE color: 13687019.

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

Color convert

RGB235216208-
CMYK00.080.110.08
HSL17.78º40.3%86.86%-
HSV(B)17.78º11.49%92.16%-
XYZ70.271.3369.74-
YUV220.77120.79138.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 216 (84.77% from 255) = 32.78%
BLUE value IS 208 (81.64% from 255) = 31.56%
R=35.66%
G=32.78%
B=31.56%

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
Decimal23521620800.080.110.0817.7840.386.86
HexEBD8D008B8122857
Octal35333032001013102250127
Binary1110101111011000110100000100010111000100101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8D0; }

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

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

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

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

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

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

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

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