#EBE4EB

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

Shades of Selago #EBE4EB

Tints of Selago #EBE4EB

Color information

#EBE4EB (or 0xEBE4EB) is unknown color: approx Selago. HEX triplet: EB, E4 and EB. RGB value is (235,228,235). Sum of RGB (Red+Green+Blue) = 235+228+235=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBE4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4EB is #141B14. Grayscale: #E6E6E6. Windows color (decimal): -1317653 or 15459563. OLE color: 15459563.

HSL color Cylindrical-coordinate representation of color #EBE4EB: hue angle of 300º degrees, saturation: 0.15, 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 #EBE4EB is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235228235-
CMYK00.0300.08
HSL300º14.89%90.78%-
HSV(B)300º2.98%92.16%-
XYZ7779.1589.82-
YUV230.89130.32130.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 228 (89.45% from 255) = 32.66%
BLUE value IS 235 (92.19% from 255) = 33.67%
R=33.67%
G=32.66%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522823500.0300.0830014.8990.78
HexEBE4EB030812cf5b
Octal3533443530301045417133
Binary1110101111100100111010110110100010010110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4EB; }

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

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

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

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

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

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

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

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