#EAE5EA

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

Shades of Selago #EAE5EA

Tints of Selago #EAE5EA

Color information

#EAE5EA (or 0xEAE5EA) is unknown color: approx Selago. HEX triplet: EA, E5 and EA. RGB value is (234,229,234). Sum of RGB (Red+Green+Blue) = 234+229+234=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5EA is #151A15. Grayscale: #E7E7E7. Windows color (decimal): -1382934 or 15394282. OLE color: 15394282.

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

Color convert

RGB234229234-
CMYK00.0200.08
HSL300º10.64%90.78%-
HSV(B)300º2.14%91.76%-
XYZ76.879.4789.13-
YUV231.06129.66130.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 229 (89.84% from 255) = 32.86%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=33.57%
G=32.86%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422923400.0200.0830010.6490.78
HexEAE5EA020812cb5b
Octal3523453520201045413133
Binary1110101011100101111010100100100010010110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5EA; }

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

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

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

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

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

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

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

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