#EBDCED

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

Shades of Selago #EBDCED

Tints of Selago #EBDCED

Color information

#EBDCED (or 0xEBDCED) is unknown color: approx Selago. HEX triplet: EB, DC and ED. RGB value is (235,220,237). Sum of RGB (Red+Green+Blue) = 235+220+237=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCED is #142312. Grayscale: #E2E2E2. Windows color (decimal): -1319699 or 15588587. OLE color: 15588587.

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

Color convert

RGB235220237-
CMYK0.010.0700.07
HSL292.94º32.08%89.61%-
HSV(B)292.94º7.17%92.94%-
XYZ75.1474.9690.63-
YUV226.42133.97134.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=33.96%
G=31.79%
B=34.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352202370.010.0700.07292.9432.0889.61
HexEBDCED1707125205a
Octal353334355170744540132
Binary111010111101110011101101111101111001001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCED; }

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

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

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

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

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

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

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

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