#EBDDD8

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

Shades of Pot Pourri #EBDDD8

Tints of Pot Pourri #EBDDD8

Color information

#EBDDD8 (or 0xEBDDD8) is unknown color: approx Pot Pourri. HEX triplet: EB, DD and D8. RGB value is (235,221,216). Sum of RGB (Red+Green+Blue) = 235+221+216=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDD8 is #142227. Grayscale: #E0E0E0. Windows color (decimal): -1319464 or 14212587. OLE color: 14212587.

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

Color convert

RGB235221216-
CMYK00.060.080.08
HSL15.79º32.2%88.43%-
HSV(B)15.79º8.09%92.16%-
XYZ72.5174.3375.49-
YUV224.62123.14135.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 216 (84.77% from 255) = 32.14%
R=34.97%
G=32.89%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522121600.060.080.0815.7932.288.43
HexEBDDD80688102058
Octal3533353300610102040130
Binary111010111101110111011000011010001000100001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDD8; }

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

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

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

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

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

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

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

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