#EDD7CE

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

Shades of Pot Pourri #EDD7CE

Tints of Pot Pourri #EDD7CE

Color information

#EDD7CE (or 0xEDD7CE) is unknown color: approx Pot Pourri. HEX triplet: ED, D7 and CE. RGB value is (237,215,206). Sum of RGB (Red+Green+Blue) = 237+215+206=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7CE is #122831. Grayscale: #DCDCDC. Windows color (decimal): -1189938 or 13555693. OLE color: 13555693.

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

Color convert

RGB237215206-
CMYK00.090.130.07
HSL17.42º46.27%86.86%-
HSV(B)17.42º13.08%92.94%-
XYZ70.3771.0668.4-
YUV220.55119.79139.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 215 (84.38% from 255) = 32.67%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=36.02%
G=32.67%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721520600.090.130.0717.4246.2786.86
HexEDD7CE09D7112e57
Octal3553273160111572156127
Binary111011011101011111001110010011101111100011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7CE; }

 p { color: rgb(237,215,206); }

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

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

 a { background-color: rgb(237,215,206); }

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

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

 span { border-color: rgb(237,215,206); }

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