#EAE1EA

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

Shades of Selago #EAE1EA

Tints of Selago #EAE1EA

Color information

#EAE1EA (or 0xEAE1EA) is unknown color: approx Selago. HEX triplet: EA, E1 and EA. RGB value is (234,225,234). Sum of RGB (Red+Green+Blue) = 234+225+234=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 225 (88.28% from 255 or 32.47% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAE1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE1EA is #151E15. Grayscale: #E4E4E4. Windows color (decimal): -1383958 or 15393258. OLE color: 15393258.

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

Color convert

RGB234225234-
CMYK00.0400.08
HSL300º17.65%90%-
HSV(B)300º3.85%91.76%-
XYZ75.7177.2888.77-
YUV228.72130.98131.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 225 (88.28% from 255) = 32.47%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=33.77%
G=32.47%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422523400.0400.0830017.6590
HexEAE1EA040812c125a
Octal3523413520401045422132
Binary111010101110000111101010010001000100101100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1EA; }

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

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

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

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

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

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

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

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