#ECD2EC

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

Shades of Snuff #ECD2EC

Tints of Snuff #ECD2EC

Color information

#ECD2EC (or 0xECD2EC) is unknown color: approx Snuff. HEX triplet: EC, D2 and EC. RGB value is (236,210,236). Sum of RGB (Red+Green+Blue) = 236+210+236=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2EC is #132D13. Grayscale: #DCDCDC. Windows color (decimal): -1256724 or 15520492. OLE color: 15520492.

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

Color convert

RGB236210236-
CMYK00.1100.07
HSL300º40.62%87.45%-
HSV(B)300º11.02%92.55%-
XYZ72.7869.9889.03-
YUV220.74136.61138.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=34.60%
G=30.79%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621023600.1100.0730040.6287.45
HexECD2EC0B0712c2957
Octal3543223540130745451127
Binary1110110011010010111011000101101111001011001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2EC; }

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

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

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

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

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

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

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

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