#EBE0ED

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

Shades of Selago #EBE0ED

Tints of Selago #EBE0ED

Color information

#EBE0ED (or 0xEBE0ED) is unknown color: approx Selago. HEX triplet: EB, E0 and ED. RGB value is (235,224,237). Sum of RGB (Red+Green+Blue) = 235+224+237=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0ED is #141F12. Grayscale: #E4E4E4. Windows color (decimal): -1318675 or 15589611. OLE color: 15589611.

HSL color Cylindrical-coordinate representation of color #EBE0ED: hue angle of 290.77º degrees, saturation: 0.27, 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 #EBE0ED is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB235224237-
CMYK0.010.0500.07
HSL290.77º26.53%90.39%-
HSV(B)290.77º5.49%92.94%-
XYZ76.277.0990.98-
YUV228.77132.64132.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 224 (87.89% from 255) = 32.18%
BLUE value IS 237 (92.97% from 255) = 34.05%
R=33.76%
G=32.18%
B=34.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352242370.010.0500.07290.7726.5390.39
HexEBE0ED15071231b5a
Octal353340355150744333132
Binary11101011111000001110110111010111100100011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0ED; }

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

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

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

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

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

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

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

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