#EBDCD4

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

Shades of Pot Pourri #EBDCD4

Tints of Pot Pourri #EBDCD4

Color information

#EBDCD4 (or 0xEBDCD4) is unknown color: approx Pot Pourri. HEX triplet: EB, DC and D4. RGB value is (235,220,212). Sum of RGB (Red+Green+Blue) = 235+220+212=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD4 is #14232B. Grayscale: #DFDFDF. Windows color (decimal): -1319724 or 13950187. OLE color: 13950187.

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

Color convert

RGB235220212-
CMYK00.060.100.08
HSL20.87º36.51%87.65%-
HSV(B)20.87º9.79%92.16%-
XYZ71.7473.672.71-
YUV223.57121.47136.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 220 (86.33% from 255) = 32.98%
BLUE value IS 212 (83.20% from 255) = 31.78%
R=35.23%
G=32.98%
B=31.78%

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
Decimal23522021200.060.100.0820.8736.5187.65
HexEBDCD406A8152558
Octal3533343240612102545130
Binary111010111101110011010100011010101000101011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCD4; }

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

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

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

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

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

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

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

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