#EBE7EB

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

Shades of Selago #EBE7EB

Tints of Selago #EBE7EB

Color information

#EBE7EB (or 0xEBE7EB) is unknown color: approx Selago. HEX triplet: EB, E7 and EB. RGB value is (235,231,235). Sum of RGB (Red+Green+Blue) = 235+231+235=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE7EB is #141814. Grayscale: #E8E8E8. Windows color (decimal): -1316885 or 15460331. OLE color: 15460331.

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

Color convert

RGB235231235-
CMYK00.0200.08
HSL300º9.09%91.37%-
HSV(B)300º1.7%92.16%-
XYZ77.8380.8190.09-
YUV232.65129.33129.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 231 (90.62% from 255) = 32.95%
BLUE value IS 235 (92.19% from 255) = 33.52%
R=33.52%
G=32.95%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523123500.0200.083009.0991.37
HexEBE7EB020812c95b
Octal3533473530201045411133
Binary1110101111100111111010110100100010010110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7EB; }

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

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

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

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

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

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

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

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