#EAE0EA

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

Shades of Selago #EAE0EA

Tints of Selago #EAE0EA

Color information

#EAE0EA (or 0xEAE0EA) is unknown color: approx Selago. HEX triplet: EA, E0 and EA. RGB value is (234,224,234). Sum of RGB (Red+Green+Blue) = 234+224+234=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0EA is #151F15. Grayscale: #E4E4E4. Windows color (decimal): -1384214 or 15393002. OLE color: 15393002.

HSL color Cylindrical-coordinate representation of color #EAE0EA: hue angle of 300º degrees, saturation: 0.19, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAE0EA is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234224234-
CMYK00.0400.08
HSL300º19.23%89.8%-
HSV(B)300º4.27%91.76%-
XYZ75.4476.7488.68-
YUV228.13131.31132.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 224 (87.89% from 255) = 32.37%
BLUE value IS 234 (91.80% from 255) = 33.82%
R=33.82%
G=32.37%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422423400.0400.0830019.2389.8
HexEAE0EA040812c135a
Octal3523403520401045423132
Binary111010101110000011101010010001000100101100100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0EA; }

 p { color: rgb(234,224,234); }

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

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

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

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

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

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

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