#EBDCEF

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

Shades of Selago #EBDCEF

Tints of Selago #EBDCEF

Color information

#EBDCEF (or 0xEBDCEF) is unknown color: approx Selago. HEX triplet: EB, DC and EF. RGB value is (235,220,239). Sum of RGB (Red+Green+Blue) = 235+220+239=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCEF is #142310. Grayscale: #E2E2E2. Windows color (decimal): -1319697 or 15719659. OLE color: 15719659.

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

Color convert

RGB235220239-
CMYK0.020.0800.06
HSL287.37º37.25%90%-
HSV(B)287.37º7.95%93.73%-
XYZ75.4375.0892.18-
YUV226.65134.97133.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 239 (93.75% from 255) = 34.44%
R=33.86%
G=31.70%
B=34.44%

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
Decimal2352202390.020.0800.06287.3737.2590
HexEBDCEF280611f255a
Octal3533343572100643745132
Binary11101011110111001110111110100001101000111111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCEF; }

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

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

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

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

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

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

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

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