#EBE5EB

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

Shades of Selago #EBE5EB

Tints of Selago #EBE5EB

Color information

#EBE5EB (or 0xEBE5EB) is unknown color: approx Selago. HEX triplet: EB, E5 and EB. RGB value is (235,229,235). Sum of RGB (Red+Green+Blue) = 235+229+235=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5EB is #141A14. Grayscale: #E7E7E7. Windows color (decimal): -1317397 or 15459819. OLE color: 15459819.

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

Color convert

RGB235229235-
CMYK00.0300.08
HSL300º13.04%90.98%-
HSV(B)300º2.55%92.16%-
XYZ77.2879.789.91-
YUV231.48129.99130.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 229 (89.84% from 255) = 32.76%
BLUE value IS 235 (92.19% from 255) = 33.62%
R=33.62%
G=32.76%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522923500.0300.0830013.0490.98
HexEBE5EB030812cd5b
Octal3533453530301045415133
Binary1110101111100101111010110110100010010110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5EB; }

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

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

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

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

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

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

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

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