#EBE6EC

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

Shades of Selago #EBE6EC

Tints of Selago #EBE6EC

Color information

#EBE6EC (or 0xEBE6EC) is unknown color: approx Selago. HEX triplet: EB, E6 and EC. RGB value is (235,230,236). Sum of RGB (Red+Green+Blue) = 235+230+236=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBE6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6EC is #141913. Grayscale: #E8E8E8. Windows color (decimal): -1317140 or 15525611. OLE color: 15525611.

HSL color Cylindrical-coordinate representation of color #EBE6EC: hue angle of 290º degrees, saturation: 0.14, 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 #EBE6EC is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235230236-
CMYK0.000.0300.07
HSL290º13.64%91.37%-
HSV(B)290º2.54%92.55%-
XYZ77.780.3190.76-
YUV232.18130.16130.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 230 (90.23% from 255) = 32.81%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=33.52%
G=32.81%
B=33.67%

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
Decimal2352302360.000.0300.0729013.6491.37
HexEBE6EC0307122e5b
Octal353346354030744216133
Binary111010111110011011101100011011110010001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6EC; }

 p { color: rgb(235,230,236); }

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

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

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

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

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

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

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