#EBDED9

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

Shades of Pot Pourri #EBDED9

Tints of Pot Pourri #EBDED9

Color information

#EBDED9 (or 0xEBDED9) is unknown color: approx Pot Pourri. HEX triplet: EB, DE and D9. RGB value is (235,222,217). Sum of RGB (Red+Green+Blue) = 235+222+217=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDED9 is #142126. Grayscale: #E1E1E1. Windows color (decimal): -1319207 or 14278379. OLE color: 14278379.

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

Color convert

RGB235222217-
CMYK00.060.080.08
HSL16.67º31.03%88.63%-
HSV(B)16.67º7.66%92.16%-
XYZ72.9174.9176.26-
YUV225.32123.31134.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 217 (85.16% from 255) = 32.20%
R=34.87%
G=32.94%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522221700.060.080.0816.6731.0388.63
HexEBDED90688111f59
Octal3533363310610102137131
Binary11101011110111101101100101101000100010001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDED9; }

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

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

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

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

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

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

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

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