#ECDFD8

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

Shades of Pot Pourri #ECDFD8

Tints of Pot Pourri #ECDFD8

Color information

#ECDFD8 (or 0xECDFD8) is unknown color: approx Pot Pourri. HEX triplet: EC, DF and D8. RGB value is (236,223,216). Sum of RGB (Red+Green+Blue) = 236+223+216=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD8 is #132027. Grayscale: #E2E2E2. Windows color (decimal): -1253416 or 14213100. OLE color: 14213100.

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

Color convert

RGB236223216-
CMYK00.060.080.07
HSL21º34.48%88.63%-
HSV(B)21º8.47%92.55%-
XYZ73.3775.5775.68-
YUV226.09122.31135.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 216 (84.77% from 255) = 32%
R=34.96%
G=33.04%
B=32%

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
Decimal23622321600.060.080.072134.4888.63
HexECDFD80687152259
Octal354337330061072542131
Binary11101100110111111101100001101000111101011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFD8; }

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

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

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

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

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

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

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

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