#EDDED8

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

Shades of Pot Pourri #EDDED8

Tints of Pot Pourri #EDDED8

Color information

#EDDED8 (or 0xEDDED8) is unknown color: approx Pot Pourri. HEX triplet: ED, DE and D8. RGB value is (237,222,216). Sum of RGB (Red+Green+Blue) = 237+222+216=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDED8 is #122127. Grayscale: #E1E1E1. Windows color (decimal): -1188136 or 14212845. OLE color: 14212845.

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

Color convert

RGB237222216-
CMYK00.060.090.07
HSL17.14º36.84%88.82%-
HSV(B)17.14º8.86%92.94%-
XYZ73.4475.275.61-
YUV225.8122.47135.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 216 (84.77% from 255) = 32%
R=35.11%
G=32.89%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722221600.060.090.0717.1436.8488.82
HexEDDED80697112559
Octal355336330061172145131
Binary11101101110111101101100001101001111100011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDED8; }

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

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

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

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

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

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

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

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