#EBE0EB

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

Shades of Selago #EBE0EB

Tints of Selago #EBE0EB

Color information

#EBE0EB (or 0xEBE0EB) is unknown color: approx Selago. HEX triplet: EB, E0 and EB. RGB value is (235,224,235). Sum of RGB (Red+Green+Blue) = 235+224+235=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0EB is #141F14. Grayscale: #E4E4E4. Windows color (decimal): -1318677 or 15458539. OLE color: 15458539.

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

Color convert

RGB235224235-
CMYK00.0500.08
HSL300º21.57%90%-
HSV(B)300º4.68%92.16%-
XYZ75.9176.9789.45-
YUV228.54131.64132.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 224 (87.89% from 255) = 32.28%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=33.86%
G=32.28%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522423500.0500.0830021.5790
HexEBE0EB050812c165a
Octal3533403530501045426132
Binary111010111110000011101011010101000100101100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0EB; }

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

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

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

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

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

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

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

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