#EDDACF

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

Shades of Pot Pourri #EDDACF

Tints of Pot Pourri #EDDACF

Color information

#EDDACF (or 0xEDDACF) is unknown color: approx Pot Pourri. HEX triplet: ED, DA and CF. RGB value is (237,218,207). Sum of RGB (Red+Green+Blue) = 237+218+207=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDACF is #122530. Grayscale: #DEDEDE. Windows color (decimal): -1189169 or 13621997. OLE color: 13621997.

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

Color convert

RGB237218207-
CMYK00.080.130.07
HSL22º45.45%87.06%-
HSV(B)22º12.66%92.94%-
XYZ71.2672.6569.3-
YUV222.43119.29138.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=35.80%
G=32.93%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721820700.080.130.072245.4587.06
HexEDDACF08D7162d57
Octal3553323170101572655127
Binary111011011101101011001111010001101111101101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDACF; }

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

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

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

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

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

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

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

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