#ECD2EF

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

Shades of Snuff #ECD2EF

Tints of Snuff #ECD2EF

Color information

#ECD2EF (or 0xECD2EF) is unknown color: approx Snuff. HEX triplet: EC, D2 and EF. RGB value is (236,210,239). Sum of RGB (Red+Green+Blue) = 236+210+239=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 210 (82.42% from 255 or 30.66% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2EF is #132D10. Grayscale: #DCDCDC. Windows color (decimal): -1256721 or 15717100. OLE color: 15717100.

HSL color Cylindrical-coordinate representation of color #ECD2EF: hue angle of 293.79º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD2EF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236210239-
CMYK0.010.1200.06
HSL293.79º47.54%88.04%-
HSV(B)293.79º12.13%93.73%-
XYZ73.2270.1691.34-
YUV221.08138.11138.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 210 (82.42% from 255) = 30.66%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=34.45%
G=30.66%
B=34.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362102390.010.1200.06293.7947.5488.04
HexECD2EF1C061263058
Octal3543223571140644660130
Binary1110110011010010111011111110001101001001101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD2EF; }

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

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

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

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

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

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

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

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