#ECDDD5

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

Shades of Pot Pourri #ECDDD5

Tints of Pot Pourri #ECDDD5

Color information

#ECDDD5 (or 0xECDDD5) is unknown color: approx Pot Pourri. HEX triplet: EC, DD and D5. RGB value is (236,221,213). Sum of RGB (Red+Green+Blue) = 236+221+213=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD5 is #13222A. Grayscale: #E0E0E0. Windows color (decimal): -1253931 or 14015980. OLE color: 14015980.

HSL color Cylindrical-coordinate representation of color #ECDDD5: hue angle of 20.87º degrees, saturation: 0.38, 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 #ECDDD5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236221213-
CMYK00.060.100.07
HSL20.87º37.7%88.04%-
HSV(B)20.87º9.75%92.55%-
XYZ72.4674.3573.48-
YUV224.57121.47136.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 213 (83.59% from 255) = 31.79%
R=35.22%
G=32.99%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622121300.060.100.0720.8737.788.04
HexECDDD506A7152658
Octal354335325061272546130
Binary11101100110111011101010101101010111101011001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDD5; }

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

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

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

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

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

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

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

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