#EDDBD0

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

Shades of Pot Pourri #EDDBD0

Tints of Pot Pourri #EDDBD0

Color information

#EDDBD0 (or 0xEDDBD0) is unknown color: approx Pot Pourri. HEX triplet: ED, DB and D0. RGB value is (237,219,208). Sum of RGB (Red+Green+Blue) = 237+219+208=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBD0 is #12242F. Grayscale: #DFDFDF. Windows color (decimal): -1188912 or 13687789. OLE color: 13687789.

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

Color convert

RGB237219208-
CMYK00.080.120.07
HSL22.76º44.62%87.25%-
HSV(B)22.76º12.24%92.94%-
XYZ71.6473.2270.03-
YUV223.13119.46137.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.69%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 208 (81.64% from 255) = 31.33%
R=35.69%
G=32.98%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721920800.080.120.0722.7644.6287.25
HexEDDBD008C7172d57
Octal3553333200101472755127
Binary111011011101101111010000010001100111101111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBD0; }

 p { color: rgb(237,219,208); }

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

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

 a { background-color: rgb(237,219,208); }

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

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

 span { border-color: rgb(237,219,208); }

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