#ECDED8

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

Shades of Pot Pourri #ECDED8

Tints of Pot Pourri #ECDED8

Color information

#ECDED8 (or 0xECDED8) is unknown color: approx Pot Pourri. HEX triplet: EC, DE and D8. RGB value is (236,222,216). Sum of RGB (Red+Green+Blue) = 236+222+216=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDED8 is #132127. Grayscale: #E1E1E1. Windows color (decimal): -1253672 or 14212844. OLE color: 14212844.

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

Color convert

RGB236222216-
CMYK00.060.080.07
HSL18º34.48%88.63%-
HSV(B)18º8.47%92.55%-
XYZ73.1175.0375.6-
YUV225.5122.64135.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=35.01%
G=32.94%
B=32.05%

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
Decimal23622221600.060.080.071834.4888.63
HexECDED80687122259
Octal354336330061072242131
Binary11101100110111101101100001101000111100101000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDED8; }

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

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

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

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

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

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

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

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