#EADAEE

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

Shades of Selago #EADAEE

Tints of Selago #EADAEE

Color information

#EADAEE (or 0xEADAEE) is unknown color: approx Selago. HEX triplet: EA, DA and EE. RGB value is (234,218,238). Sum of RGB (Red+Green+Blue) = 234+218+238=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #EADAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAEE is #152511. Grayscale: #E1E1E1. Windows color (decimal): -1385746 or 15653610. OLE color: 15653610.

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

Color convert

RGB234218238-
CMYK0.020.0800.07
HSL288º37.04%89.41%-
HSV(B)288º8.4%93.33%-
XYZ74.4473.8191.21-
YUV225.06135.3134.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=33.91%
G=31.59%
B=34.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342182380.020.0800.0728837.0489.41
HexEADAEE28071202559
Octal3523323562100744045131
Binary11101010110110101110111010100001111001000001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAEE; }

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

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

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

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

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

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

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

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