#EAE0EC

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

Shades of Selago #EAE0EC

Tints of Selago #EAE0EC

Color information

#EAE0EC (or 0xEAE0EC) is unknown color: approx Selago. HEX triplet: EA, E0 and EC. RGB value is (234,224,236). Sum of RGB (Red+Green+Blue) = 234+224+236=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 224 (87.89% from 255 or 32.28% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0EC is #151F13. Grayscale: #E4E4E4. Windows color (decimal): -1384212 or 15524074. OLE color: 15524074.

HSL color Cylindrical-coordinate representation of color #EAE0EC: hue angle of 290º degrees, saturation: 0.24, 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 #EAE0EC is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234224236-
CMYK0.010.0500.07
HSL290º24%90.2%-
HSV(B)290º5.08%92.55%-
XYZ75.7376.8690.2-
YUV228.36132.31132.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 224 (87.89% from 255) = 32.28%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=33.72%
G=32.28%
B=34.01%

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
Decimal2342242360.010.0500.072902490.2
HexEAE0EC1507122185a
Octal352340354150744230132
Binary11101010111000001110110011010111100100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0EC; }

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

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

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

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

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

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

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

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