#EDDDD8

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

Shades of Pot Pourri #EDDDD8

Tints of Pot Pourri #EDDDD8

Color information

#EDDDD8 (or 0xEDDDD8) is unknown color: approx Pot Pourri. HEX triplet: ED, DD and D8. RGB value is (237,221,216). Sum of RGB (Red+Green+Blue) = 237+221+216=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD8 is #122227. Grayscale: #E1E1E1. Windows color (decimal): -1188392 or 14212589. OLE color: 14212589.

HSL color Cylindrical-coordinate representation of color #EDDDD8: hue angle of 14.29º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDDD8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB237221216-
CMYK00.070.090.07
HSL14.29º36.84%88.82%-
HSV(B)14.29º8.86%92.94%-
XYZ73.1874.6875.52-
YUV225.21122.8136.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=35.16%
G=32.79%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722121600.070.090.0714.2936.8488.82
HexEDDDD80797e2559
Octal355335330071171645131
Binary1110110111011101110110000111100111111101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDD8; }

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

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

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

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

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

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

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

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