#EADAEC

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

Shades of Selago #EADAEC

Tints of Selago #EADAEC

Color information

#EADAEC (or 0xEADAEC) is unknown color: approx Selago. HEX triplet: EA, DA and EC. RGB value is (234,218,236). Sum of RGB (Red+Green+Blue) = 234+218+236=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #EADAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAEC is #152513. Grayscale: #E0E0E0. Windows color (decimal): -1385748 or 15522538. OLE color: 15522538.

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

Color convert

RGB234218236-
CMYK0.010.0800.07
HSL293.33º32.14%89.02%-
HSV(B)293.33º7.63%92.55%-
XYZ74.1473.6989.67-
YUV224.84134.3134.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=34.01%
G=31.69%
B=34.30%

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
Decimal2342182360.010.0800.07293.3332.1489.02
HexEADAEC18071252059
Octal3523323541100744540131
Binary1110101011011010111011001100001111001001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAEC; }

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

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

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

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

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

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

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

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