#EAE1EC

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

Shades of Selago #EAE1EC

Tints of Selago #EAE1EC

Color information

#EAE1EC (or 0xEAE1EC) is unknown color: approx Selago. HEX triplet: EA, E1 and EC. RGB value is (234,225,236). Sum of RGB (Red+Green+Blue) = 234+225+236=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 225 (88.28% from 255 or 32.37% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAE1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE1EC is #151E13. Grayscale: #E4E4E4. Windows color (decimal): -1383956 or 15524330. OLE color: 15524330.

HSL color Cylindrical-coordinate representation of color #EAE1EC: hue angle of 289.09º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE1EC is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234225236-
CMYK0.010.0500.07
HSL289.09º22.45%90.39%-
HSV(B)289.09º4.66%92.55%-
XYZ7677.490.29-
YUV228.94131.98131.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 225 (88.28% from 255) = 32.37%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=33.67%
G=32.37%
B=33.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342252360.010.0500.07289.0922.4590.39
HexEAE1EC1507121165a
Octal352341354150744126132
Binary11101010111000011110110011010111100100001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1EC; }

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

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

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

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

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

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

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

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