#ECE0EA

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

Shades of Snuff #ECE0EA

Tints of Snuff #ECE0EA

Color information

#ECE0EA (or 0xECE0EA) is unknown color: approx Snuff. HEX triplet: EC, E0 and EA. RGB value is (236,224,234). Sum of RGB (Red+Green+Blue) = 236+224+234=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0EA is #131F15. Grayscale: #E4E4E4. Windows color (decimal): -1253142 or 15393004. OLE color: 15393004.

HSL color Cylindrical-coordinate representation of color #ECE0EA: hue angle of 310º degrees, saturation: 0.24, 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 #ECE0EA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236224234-
CMYK00.050.010.07
HSL310º24%90.2%-
HSV(B)310º5.08%92.55%-
XYZ76.177.0888.71-
YUV228.73130.98133.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.01%
GREEN value IS 224 (87.89% from 255) = 32.28%
BLUE value IS 234 (91.80% from 255) = 33.72%
R=34.01%
G=32.28%
B=33.72%

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
Decimal23622423400.050.010.073102490.2
HexECE0EA0517136185a
Octal354340352051746630132
Binary11101100111000001110101001011111100110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0EA; }

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

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

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

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

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

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

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

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