#ECDDD8

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

Shades of Pot Pourri #ECDDD8

Tints of Pot Pourri #ECDDD8

Color information

#ECDDD8 (or 0xECDDD8) is unknown color: approx Pot Pourri. HEX triplet: EC, DD and D8. RGB value is (236,221,216). Sum of RGB (Red+Green+Blue) = 236+221+216=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDD8 is #132227. Grayscale: #E0E0E0. Windows color (decimal): -1253928 or 14212588. OLE color: 14212588.

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

Color convert

RGB236221216-
CMYK00.060.080.07
HSL15º34.48%88.63%-
HSV(B)15º8.47%92.55%-
XYZ72.8474.575.51-
YUV224.92122.97135.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 216 (84.77% from 255) = 32.10%
R=35.07%
G=32.84%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622121600.060.080.071534.4888.63
HexECDDD80687f2259
Octal354335330061071742131
Binary1110110011011101110110000110100011111111000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDD8; }

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

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

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

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

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

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

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

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