#EBE0EC

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

Shades of Selago #EBE0EC

Tints of Selago #EBE0EC

Color information

#EBE0EC (or 0xEBE0EC) is unknown color: approx Selago. HEX triplet: EB, E0 and EC. RGB value is (235,224,236). Sum of RGB (Red+Green+Blue) = 235+224+236=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0EC is #141F13. Grayscale: #E4E4E4. Windows color (decimal): -1318676 or 15524075. OLE color: 15524075.

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

Color convert

RGB235224236-
CMYK0.000.0500.07
HSL295º24%90.2%-
HSV(B)295º5.08%92.55%-
XYZ76.0677.0390.22-
YUV228.66132.14132.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 224 (87.89% from 255) = 32.23%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=33.81%
G=32.23%
B=33.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352242360.000.0500.072952490.2
HexEBE0EC0507127185a
Octal353340354050744730132
Binary11101011111000001110110001010111100100111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0EC; }

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

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

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

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

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

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

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

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