#ECE3ED

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

Shades of Selago #ECE3ED

Tints of Selago #ECE3ED

Color information

#ECE3ED (or 0xECE3ED) is unknown color: approx Selago. HEX triplet: EC, E3 and ED. RGB value is (236,227,237). Sum of RGB (Red+Green+Blue) = 236+227+237=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE3ED is #131C12. Grayscale: #E6E6E6. Windows color (decimal): -1252371 or 15590380. OLE color: 15590380.

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

Color convert

RGB236227237-
CMYK0.000.0400.07
HSL294º21.74%90.98%-
HSV(B)294º4.22%92.94%-
XYZ77.3578.8991.27-
YUV230.83131.48131.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.71%
GREEN value IS 227 (89.06% from 255) = 32.43%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=33.71%
G=32.43%
B=33.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362272370.000.0400.0729421.7490.98
HexECE3ED0407126165b
Octal354343355040744626133
Binary11101100111000111110110101000111100100110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3ED; }

 p { color: rgb(236,227,237); }

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

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

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

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

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

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

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