#EAE6EA

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

Shades of Selago #EAE6EA

Tints of Selago #EAE6EA

Color information

#EAE6EA (or 0xEAE6EA) is unknown color: approx Selago. HEX triplet: EA, E6 and EA. RGB value is (234,230,234). Sum of RGB (Red+Green+Blue) = 234+230+234=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAE6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE6EA is #151915. Grayscale: #E7E7E7. Windows color (decimal): -1382678 or 15394538. OLE color: 15394538.

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

Color convert

RGB234230234-
CMYK00.0200.08
HSL300º8.7%90.98%-
HSV(B)300º1.71%91.76%-
XYZ77.0880.0389.23-
YUV231.65129.33129.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 230 (90.23% from 255) = 32.95%
BLUE value IS 234 (91.80% from 255) = 33.52%
R=33.52%
G=32.95%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423023400.0200.083008.790.98
HexEAE6EA020812c95b
Octal3523463520201045411133
Binary1110101011100110111010100100100010010110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE6EA; }

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

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

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

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

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

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

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

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