#EDD7CF

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

Shades of Pot Pourri #EDD7CF

Tints of Pot Pourri #EDD7CF

Color information

#EDD7CF (or 0xEDD7CF) is unknown color: approx Pot Pourri. HEX triplet: ED, D7 and CF. RGB value is (237,215,207). Sum of RGB (Red+Green+Blue) = 237+215+207=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7CF is #122830. Grayscale: #DCDCDC. Windows color (decimal): -1189937 or 13621229. OLE color: 13621229.

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

Color convert

RGB237215207-
CMYK00.090.130.07
HSL16º45.45%87.06%-
HSV(B)16º12.66%92.94%-
XYZ70.4971.1169.04-
YUV220.67120.29139.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=35.96%
G=32.63%
B=31.41%

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
Decimal23721520700.090.130.071645.4587.06
HexEDD7CF09D7102d57
Octal3553273170111572055127
Binary111011011101011111001111010011101111100001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7CF; }

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

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

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

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

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

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

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

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