#ECE7ED

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

Shades of Selago #ECE7ED

Tints of Selago #ECE7ED

Color information

#ECE7ED (or 0xECE7ED) is unknown color: approx Selago. HEX triplet: EC, E7 and ED. RGB value is (236,231,237). Sum of RGB (Red+Green+Blue) = 236+231+237=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECE7ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7ED is #131812. Grayscale: #E9E9E9. Windows color (decimal): -1251347 or 15591404. OLE color: 15591404.

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

Color convert

RGB236231237-
CMYK0.000.0300.07
HSL290º14.29%91.76%-
HSV(B)290º2.53%92.94%-
XYZ78.4581.191.64-
YUV233.18130.16130.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 231 (90.62% from 255) = 32.81%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=33.52%
G=32.81%
B=33.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362312370.000.0300.0729014.2991.76
HexECE7ED0307122e5c
Octal354347355030744216134
Binary111011001110011111101101011011110010001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE7ED; }

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

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

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

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

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

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

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

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