#EBDCD3

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

Shades of Pot Pourri #EBDCD3

Tints of Pot Pourri #EBDCD3

Color information

#EBDCD3 (or 0xEBDCD3) is unknown color: approx Pot Pourri. HEX triplet: EB, DC and D3. RGB value is (235,220,211). Sum of RGB (Red+Green+Blue) = 235+220+211=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD3 is #14232C. Grayscale: #DFDFDF. Windows color (decimal): -1319725 or 13884651. OLE color: 13884651.

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

Color convert

RGB235220211-
CMYK00.060.100.08
HSL22.5º37.5%87.45%-
HSV(B)22.5º10.21%92.16%-
XYZ71.6173.5572.05-
YUV223.46120.97136.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 211 (82.81% from 255) = 31.68%
R=35.29%
G=33.03%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522021100.060.100.0822.537.587.45
HexEBDCD306A8172657
Octal3533343230612102746127
Binary111010111101110011010011011010101000101111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCD3; }

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

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

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

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

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

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

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

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