#EBE8EB

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

Shades of Selago #EBE8EB

Tints of Selago #EBE8EB

Color information

#EBE8EB (or 0xEBE8EB) is unknown color: approx Selago. HEX triplet: EB, E8 and EB. RGB value is (235,232,235). Sum of RGB (Red+Green+Blue) = 235+232+235=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 232 (91.02% from 255 or 33.05% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8EB is #141714. Grayscale: #E9E9E9. Windows color (decimal): -1316629 or 15460587. OLE color: 15460587.

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

Color convert

RGB235232235-
CMYK00.0100.08
HSL300º6.98%91.57%-
HSV(B)300º1.28%92.16%-
XYZ78.1181.3790.19-
YUV233.24128.99129.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 232 (91.02% from 255) = 33.05%
BLUE value IS 235 (92.19% from 255) = 33.48%
R=33.48%
G=33.05%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523223500.0100.083006.9891.57
HexEBE8EB010812c75c
Octal353350353010104547134
Binary11101011111010001110101101010001001011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8EB; }

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

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

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

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

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

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

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

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