#ECDDD7

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

Shades of Pot Pourri #ECDDD7

Tints of Pot Pourri #ECDDD7

Color information

#ECDDD7 (or 0xECDDD7) is unknown color: approx Pot Pourri. HEX triplet: EC, DD and D7. RGB value is (236,221,215). Sum of RGB (Red+Green+Blue) = 236+221+215=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD7 is #132228. Grayscale: #E0E0E0. Windows color (decimal): -1253929 or 14147052. OLE color: 14147052.

HSL color Cylindrical-coordinate representation of color #ECDDD7: hue angle of 17.14º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECDDD7 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236221215-
CMYK00.060.090.07
HSL17.14º35.59%88.43%-
HSV(B)17.14º8.9%92.55%-
XYZ72.7174.4574.83-
YUV224.8122.47135.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=35.12%
G=32.89%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622121500.060.090.0717.1435.5988.43
HexECDDD70697112458
Octal354335327061172144130
Binary11101100110111011101011101101001111100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDD7; }

 p { color: rgb(236,221,215); }

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

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

 a { background-color: rgb(236,221,215); }

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

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

 span { border-color: rgb(236,221,215); }

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