#EBDED7

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

Shades of Pot Pourri #EBDED7

Tints of Pot Pourri #EBDED7

Color information

#EBDED7 (or 0xEBDED7) is unknown color: approx Pot Pourri. HEX triplet: EB, DE and D7. RGB value is (235,222,215). Sum of RGB (Red+Green+Blue) = 235+222+215=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDED7 is #142128. Grayscale: #E1E1E1. Windows color (decimal): -1319209 or 14147307. OLE color: 14147307.

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

Color convert

RGB235222215-
CMYK00.060.090.08
HSL21º33.33%88.24%-
HSV(B)21º8.51%92.16%-
XYZ72.6574.8174.9-
YUV225.09122.31135.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=34.97%
G=33.04%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522221500.060.090.082133.3388.24
HexEBDED70698152158
Octal3533363270611102541130
Binary111010111101111011010111011010011000101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDED7; }

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

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

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

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

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

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

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

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