#ECD1EE

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

Shades of Snuff #ECD1EE

Tints of Snuff #ECD1EE

Color information

#ECD1EE (or 0xECD1EE) is unknown color: approx Snuff. HEX triplet: EC, D1 and EE. RGB value is (236,209,238). Sum of RGB (Red+Green+Blue) = 236+209+238=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECD1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1EE is #132E11. Grayscale: #DCDCDC. Windows color (decimal): -1256978 or 15651308. OLE color: 15651308.

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

Color convert

RGB236209238-
CMYK0.010.1200.07
HSL295.86º46.03%87.65%-
HSV(B)295.86º12.18%93.33%-
XYZ72.8369.6190.49-
YUV220.38137.95139.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 209 (82.03% from 255) = 30.60%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=34.55%
G=30.60%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362092380.010.1200.07295.8646.0387.65
HexECD1EE1C071282e58
Octal3543213561140745056130
Binary1110110011010001111011101110001111001010001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1EE; }

 p { color: rgb(236,209,238); }

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

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

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

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

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

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

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