#EBE9EB

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

Shades of Selago #EBE9EB

Tints of Selago #EBE9EB

Color information

#EBE9EB (or 0xEBE9EB) is unknown color: approx Selago. HEX triplet: EB, E9 and EB. RGB value is (235,233,235). Sum of RGB (Red+Green+Blue) = 235+233+235=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE9EB is #141614. Grayscale: #E9E9E9. Windows color (decimal): -1316373 or 15460843. OLE color: 15460843.

HSL color Cylindrical-coordinate representation of color #EBE9EB: hue angle of 300º degrees, saturation: 0.05, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EBE9EB is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235233235-
CMYK00.0100.08
HSL300º4.76%91.76%-
HSV(B)300º0.85%92.16%-
XYZ78.481.9490.28-
YUV233.83128.66128.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.43%
GREEN value IS 233 (91.41% from 255) = 33.14%
BLUE value IS 235 (92.19% from 255) = 33.43%
R=33.43%
G=33.14%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523323500.0100.083004.7691.76
HexEBE9EB010812c55c
Octal353351353010104545134
Binary11101011111010011110101101010001001011001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9EB; }

 p { color: rgb(235,233,235); }

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

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

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

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

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

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

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