#EAE0EB

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

Shades of Selago #EAE0EB

Tints of Selago #EAE0EB

Color information

#EAE0EB (or 0xEAE0EB) is unknown color: approx Selago. HEX triplet: EA, E0 and EB. RGB value is (234,224,235). Sum of RGB (Red+Green+Blue) = 234+224+235=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAE0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0EB is #151F14. Grayscale: #E4E4E4. Windows color (decimal): -1384213 or 15458538. OLE color: 15458538.

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

Color convert

RGB234224235-
CMYK0.000.0500.08
HSL294.55º21.57%90%-
HSV(B)294.55º4.68%92.16%-
XYZ75.5876.889.44-
YUV228.24131.81132.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 224 (87.89% from 255) = 32.32%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=33.77%
G=32.32%
B=33.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342242350.000.0500.08294.5521.5790
HexEAE0EB0508127165a
Octal3523403530501044726132
Binary111010101110000011101011010101000100100111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0EB; }

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

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

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

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

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

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

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

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