#ECDCD4

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

Shades of Pot Pourri #ECDCD4

Tints of Pot Pourri #ECDCD4

Color information

#ECDCD4 (or 0xECDCD4) is unknown color: approx Pot Pourri. HEX triplet: EC, DC and D4. RGB value is (236,220,212). Sum of RGB (Red+Green+Blue) = 236+220+212=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD4 is #13232B. Grayscale: #DFDFDF. Windows color (decimal): -1254188 or 13950188. OLE color: 13950188.

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

Color convert

RGB236220212-
CMYK00.070.100.07
HSL20º38.71%87.84%-
HSV(B)20º10.17%92.55%-
XYZ72.0773.7772.73-
YUV223.87121.3136.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 212 (83.20% from 255) = 31.74%
R=35.33%
G=32.93%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622021200.070.100.072038.7187.84
HexECDCD407A7142758
Octal354334324071272447130
Binary11101100110111001101010001111010111101001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCD4; }

 p { color: rgb(236,220,212); }

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

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

 a { background-color: rgb(236,220,212); }

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

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

 span { border-color: rgb(236,220,212); }

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