#ECD9D0

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

Shades of Pot Pourri #ECD9D0

Tints of Pot Pourri #ECD9D0

Color information

#ECD9D0 (or 0xECD9D0) is unknown color: approx Pot Pourri. HEX triplet: EC, D9 and D0. RGB value is (236,217,208). Sum of RGB (Red+Green+Blue) = 236+217+208=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD9D0 is #13262F. Grayscale: #DDDDDD. Windows color (decimal): -1254960 or 13687276. OLE color: 13687276.

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

Color convert

RGB236217208-
CMYK00.080.120.07
HSL19.29º42.42%87.06%-
HSV(B)19.29º11.86%92.55%-
XYZ70.7972.0169.84-
YUV221.65120.29138.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 217 (85.16% from 255) = 32.83%
BLUE value IS 208 (81.64% from 255) = 31.47%
R=35.70%
G=32.83%
B=31.47%

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
Decimal23621720800.080.120.0719.2942.4287.06
HexECD9D008C7132a57
Octal3543313200101472352127
Binary111011001101100111010000010001100111100111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9D0; }

 p { color: rgb(236,217,208); }

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

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

 a { background-color: rgb(236,217,208); }

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

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

 span { border-color: rgb(236,217,208); }

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