#ECE5EC

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

Shades of Selago #ECE5EC

Tints of Selago #ECE5EC

Color information

#ECE5EC (or 0xECE5EC) is unknown color: approx Selago. HEX triplet: EC, E5 and EC. RGB value is (236,229,236). Sum of RGB (Red+Green+Blue) = 236+229+236=701 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.67% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECE5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE5EC is #131A13. Grayscale: #E7E7E7. Windows color (decimal): -1251860 or 15525356. OLE color: 15525356.

HSL color Cylindrical-coordinate representation of color #ECE5EC: hue angle of 300º degrees, saturation: 0.16, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ECE5EC is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236229236-
CMYK00.0300.07
HSL300º15.56%91.18%-
HSV(B)300º2.97%92.55%-
XYZ77.7579.9390.69-
YUV231.89130.32130.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.67%
GREEN value IS 229 (89.84% from 255) = 32.67%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=33.67%
G=32.67%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622923600.0300.0730015.5691.18
HexECE5EC030712c105b
Octal354345354030745420133
Binary1110110011100101111011000110111100101100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5EC; }

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

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

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

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

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

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

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

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