#ECE0EC

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

Shades of Selago #ECE0EC

Tints of Selago #ECE0EC

Color information

#ECE0EC (or 0xECE0EC) is unknown color: approx Selago. HEX triplet: EC, E0 and EC. RGB value is (236,224,236). Sum of RGB (Red+Green+Blue) = 236+224+236=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE0EC is #131F13. Grayscale: #E4E4E4. Windows color (decimal): -1253140 or 15524076. OLE color: 15524076.

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

Color convert

RGB236224236-
CMYK00.0500.07
HSL300º24%90.2%-
HSV(B)300º5.08%92.55%-
XYZ76.3977.290.23-
YUV228.96131.98133.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.91%
GREEN value IS 224 (87.89% from 255) = 32.18%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=33.91%
G=32.18%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622423600.0500.073002490.2
HexECE0EC050712c185a
Octal354340354050745430132
Binary11101100111000001110110001010111100101100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0EC; }

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

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

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

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

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

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

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

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