#EBDDD5

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

Shades of Pot Pourri #EBDDD5

Tints of Pot Pourri #EBDDD5

Color information

#EBDDD5 (or 0xEBDDD5) is unknown color: approx Pot Pourri. HEX triplet: EB, DD and D5. RGB value is (235,221,213). Sum of RGB (Red+Green+Blue) = 235+221+213=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD5 is #14222A. Grayscale: #E0E0E0. Windows color (decimal): -1319467 or 14015979. OLE color: 14015979.

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

Color convert

RGB235221213-
CMYK00.060.090.08
HSL21.82º35.48%87.84%-
HSV(B)21.82º9.36%92.16%-
XYZ72.1374.1873.47-
YUV224.27121.64135.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=35.13%
G=33.03%
B=31.84%

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
Decimal23522121300.060.090.0821.8235.4887.84
HexEBDDD50698162358
Octal3533353250611102643130
Binary111010111101110111010101011010011000101101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDD5; }

 p { color: rgb(235,221,213); }

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

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

 a { background-color: rgb(235,221,213); }

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

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

 span { border-color: rgb(235,221,213); }

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