#EBDAED

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

Shades of Selago #EBDAED

Tints of Selago #EBDAED

Color information

#EBDAED (or 0xEBDAED) is unknown color: approx Selago. HEX triplet: EB, DA and ED. RGB value is (235,218,237). Sum of RGB (Red+Green+Blue) = 235+218+237=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAED is #142512. Grayscale: #E1E1E1. Windows color (decimal): -1320211 or 15588075. OLE color: 15588075.

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

Color convert

RGB235218237-
CMYK0.010.0800.07
HSL293.68º34.55%89.22%-
HSV(B)293.68º8.02%92.94%-
XYZ74.6273.9290.46-
YUV225.25134.63134.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=34.06%
G=31.59%
B=34.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352182370.010.0800.07293.6834.5589.22
HexEBDAED18071262359
Octal3533323551100744643131
Binary1110101111011010111011011100001111001001101000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAED; }

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

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

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

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

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

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

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

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