#EBE5EC

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

Shades of Selago #EBE5EC

Tints of Selago #EBE5EC

Color information

#EBE5EC (or 0xEBE5EC) is unknown color: approx Selago. HEX triplet: EB, E5 and EC. RGB value is (235,229,236). Sum of RGB (Red+Green+Blue) = 235+229+236=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBE5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE5EC is #141A13. Grayscale: #E7E7E7. Windows color (decimal): -1317396 or 15525355. OLE color: 15525355.

HSL color Cylindrical-coordinate representation of color #EBE5EC: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBE5EC is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235229236-
CMYK0.000.0300.07
HSL291.43º15.56%91.18%-
HSV(B)291.43º2.97%92.55%-
XYZ77.4279.7690.67-
YUV231.59130.49130.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.57%
GREEN value IS 229 (89.84% from 255) = 32.71%
BLUE value IS 236 (92.58% from 255) = 33.71%
R=33.57%
G=32.71%
B=33.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352292360.000.0300.07291.4315.5691.18
HexEBE5EC0307123105b
Octal353345354030744320133
Binary1110101111100101111011000110111100100011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5EC; }

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

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

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

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

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

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

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

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