#ECD8EC

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

Shades of Snuff #ECD8EC

Tints of Snuff #ECD8EC

Color information

#ECD8EC (or 0xECD8EC) is unknown color: approx Snuff. HEX triplet: EC, D8 and EC. RGB value is (236,216,236). Sum of RGB (Red+Green+Blue) = 236+216+236=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECD8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8EC is #132713. Grayscale: #E0E0E0. Windows color (decimal): -1255188 or 15522028. OLE color: 15522028.

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

Color convert

RGB236216236-
CMYK00.0800.07
HSL300º34.48%88.63%-
HSV(B)300º8.47%92.55%-
XYZ74.297389.53-
YUV224.26134.63136.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 216 (84.77% from 255) = 31.40%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=34.30%
G=31.40%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621623600.0800.0730034.4888.63
HexECD8EC080712c2259
Octal3543303540100745442131
Binary1110110011011000111011000100001111001011001000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD8EC; }

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

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

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

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

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

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

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

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