#EBDCD6

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

Shades of Pot Pourri #EBDCD6

Tints of Pot Pourri #EBDCD6

Color information

#EBDCD6 (or 0xEBDCD6) is unknown color: approx Pot Pourri. HEX triplet: EB, DC and D6. RGB value is (235,220,214). Sum of RGB (Red+Green+Blue) = 235+220+214=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD6 is #142329. Grayscale: #DFDFDF. Windows color (decimal): -1319722 or 14081259. OLE color: 14081259.

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

Color convert

RGB235220214-
CMYK00.060.090.08
HSL17.14º34.43%88.04%-
HSV(B)17.14º8.94%92.16%-
XYZ71.9973.774.05-
YUV223.8122.47135.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 214 (83.98% from 255) = 31.99%
R=35.13%
G=32.88%
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
Decimal23522021400.060.090.0817.1434.4388.04
HexEBDCD60698112258
Octal3533343260611102142130
Binary111010111101110011010110011010011000100011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCD6; }

 p { color: rgb(235,220,214); }

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

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

 a { background-color: rgb(235,220,214); }

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

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

 span { border-color: rgb(235,220,214); }

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