#EBE1EB

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

Shades of Selago #EBE1EB

Tints of Selago #EBE1EB

Color information

#EBE1EB (or 0xEBE1EB) is unknown color: approx Selago. HEX triplet: EB, E1 and EB. RGB value is (235,225,235). Sum of RGB (Red+Green+Blue) = 235+225+235=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1EB is #141E14. Grayscale: #E5E5E5. Windows color (decimal): -1318421 or 15458795. OLE color: 15458795.

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

Color convert

RGB235225235-
CMYK00.0400.08
HSL300º20%90.2%-
HSV(B)300º4.26%92.16%-
XYZ76.1877.5189.54-
YUV229.13131.31132.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 225 (88.28% from 255) = 32.37%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=33.81%
G=32.37%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522523500.0400.083002090.2
HexEBE1EB040812c145a
Octal3533413530401045424132
Binary111010111110000111101011010001000100101100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1EB; }

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

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

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

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

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

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

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

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