#ECDAD0

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

Shades of Pot Pourri #ECDAD0

Tints of Pot Pourri #ECDAD0

Color information

#ECDAD0 (or 0xECDAD0) is unknown color: approx Pot Pourri. HEX triplet: EC, DA and D0. RGB value is (236,218,208). Sum of RGB (Red+Green+Blue) = 236+218+208=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDAD0 is #13252F. Grayscale: #DEDEDE. Windows color (decimal): -1254704 or 13687532. OLE color: 13687532.

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

Color convert

RGB236218208-
CMYK00.080.120.07
HSL21.43º42.42%87.06%-
HSV(B)21.43º11.86%92.55%-
XYZ71.0572.5369.93-
YUV222.24119.96137.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 208 (81.64% from 255) = 31.42%
R=35.65%
G=32.93%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621820800.080.120.0721.4342.4287.06
HexECDAD008C7152a57
Octal3543323200101472552127
Binary111011001101101011010000010001100111101011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAD0; }

 p { color: rgb(236,218,208); }

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

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

 a { background-color: rgb(236,218,208); }

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

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

 span { border-color: rgb(236,218,208); }

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