#EDDBD5

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

Shades of Pot Pourri #EDDBD5

Tints of Pot Pourri #EDDBD5

Color information

#EDDBD5 (or 0xEDDBD5) is unknown color: approx Pot Pourri. HEX triplet: ED, DB and D5. RGB value is (237,219,213). Sum of RGB (Red+Green+Blue) = 237+219+213=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBD5 is #12242A. Grayscale: #DFDFDF. Windows color (decimal): -1188907 or 14015469. OLE color: 14015469.

HSL color Cylindrical-coordinate representation of color #EDDBD5: hue angle of 15º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDBD5 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237219213-
CMYK00.080.100.07
HSL15º40%88.24%-
HSV(B)15º10.13%92.94%-
XYZ72.2773.4773.32-
YUV223.7121.96137.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 219 (85.94% from 255) = 32.74%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=35.43%
G=32.74%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721921300.080.100.07154088.24
HexEDDBD508A7f2858
Octal3553333250101271750130
Binary11101101110110111101010101000101011111111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBD5; }

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

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

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

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

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

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

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

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