#EBDCEC

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

Shades of Selago #EBDCEC

Tints of Selago #EBDCEC

Color information

#EBDCEC (or 0xEBDCEC) is unknown color: approx Selago. HEX triplet: EB, DC and EC. RGB value is (235,220,236). Sum of RGB (Red+Green+Blue) = 235+220+236=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCEC is #142313. Grayscale: #E2E2E2. Windows color (decimal): -1319700 or 15523051. OLE color: 15523051.

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

Color convert

RGB235220236-
CMYK0.000.0700.07
HSL296.25º29.63%89.41%-
HSV(B)296.25º6.78%92.55%-
XYZ74.9974.989.86-
YUV226.31133.47134.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 220 (86.33% from 255) = 31.84%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=34.01%
G=31.84%
B=34.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352202360.000.0700.07296.2529.6389.41
HexEBDCEC07071281e59
Octal353334354070745036131
Binary11101011110111001110110001110111100101000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCEC; }

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

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

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

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

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

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

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

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