#EADAED

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

Shades of Selago #EADAED

Tints of Selago #EADAED

Color information

#EADAED (or 0xEADAED) is unknown color: approx Selago. HEX triplet: EA, DA and ED. RGB value is (234,218,237). Sum of RGB (Red+Green+Blue) = 234+218+237=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #EADAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAED is #152512. Grayscale: #E0E0E0. Windows color (decimal): -1385747 or 15588074. OLE color: 15588074.

HSL color Cylindrical-coordinate representation of color #EADAED: hue angle of 290.53º 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 #EADAED is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234218237-
CMYK0.010.0800.07
HSL290.53º34.55%89.22%-
HSV(B)290.53º8.02%92.94%-
XYZ74.2973.7590.44-
YUV224.95134.8134.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=33.96%
G=31.64%
B=34.40%

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
Decimal2342182370.010.0800.07290.5334.5589.22
HexEADAED18071232359
Octal3523323551100744343131
Binary1110101011011010111011011100001111001000111000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAED; }

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

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

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

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

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

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

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

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