#EBDBEF

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

Shades of Selago #EBDBEF

Tints of Selago #EBDBEF

Color information

#EBDBEF (or 0xEBDBEF) is unknown color: approx Selago. HEX triplet: EB, DB and EF. RGB value is (235,219,239). Sum of RGB (Red+Green+Blue) = 235+219+239=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBDBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBEF is #142410. Grayscale: #E1E1E1. Windows color (decimal): -1319953 or 15719403. OLE color: 15719403.

HSL color Cylindrical-coordinate representation of color #EBDBEF: hue angle of 288º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBDBEF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235219239-
CMYK0.020.0800.06
HSL288º38.46%89.8%-
HSV(B)288º8.37%93.73%-
XYZ75.1774.5692.09-
YUV226.06135.3134.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 219 (85.94% from 255) = 31.60%
BLUE value IS 239 (93.75% from 255) = 34.49%
R=33.91%
G=31.60%
B=34.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352192390.020.0800.0628838.4689.8
HexEBDBEF2806120265a
Octal3533333572100644046132
Binary11101011110110111110111110100001101001000001001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBEF; }

 p { color: rgb(235,219,239); }

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

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

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

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

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

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

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