#EBEAEB

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

Shades of Selago #EBEAEB

Tints of Selago #EBEAEB

Color information

#EBEAEB (or 0xEBEAEB) is unknown color: approx Selago. HEX triplet: EB, EA and EB. RGB value is (235,234,235). Sum of RGB (Red+Green+Blue) = 235+234+235=704 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.38% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAEB is #141514. Grayscale: #EAEAEA. Windows color (decimal): -1316117 or 15461099. OLE color: 15461099.

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

Color convert

RGB235234235-
CMYK00.0000.08
HSL300º2.44%91.96%-
HSV(B)300º0.43%92.16%-
XYZ78.6882.5190.38-
YUV234.41128.33128.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.38%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=33.38%
G=33.24%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523423500.0000.083002.4491.96
HexEBEAEB000812c25c
Octal353352353000104542134
Binary1110101111101010111010110001000100101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAEB; }

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

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

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

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

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

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

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

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