#ECE1EA

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

Shades of Snuff #ECE1EA

Tints of Snuff #ECE1EA

Color information

#ECE1EA (or 0xECE1EA) is unknown color: approx Snuff. HEX triplet: EC, E1 and EA. RGB value is (236,225,234). Sum of RGB (Red+Green+Blue) = 236+225+234=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1EA is #131E15. Grayscale: #E5E5E5. Windows color (decimal): -1252886 or 15393260. OLE color: 15393260.

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

Color convert

RGB236225234-
CMYK00.050.010.07
HSL310.91º22.45%90.39%-
HSV(B)310.91º4.66%92.55%-
XYZ76.3777.6288.8-
YUV229.32130.64132.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.96%
GREEN value IS 225 (88.28% from 255) = 32.37%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=33.96%
G=32.37%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622523400.050.010.07310.9122.4590.39
HexECE1EA0517137165a
Octal354341352051746726132
Binary11101100111000011110101001011111100110111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1EA; }

 p { color: rgb(236,225,234); }

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

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

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

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

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

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

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