#EAE3EB

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

Shades of Selago #EAE3EB

Tints of Selago #EAE3EB

Color information

#EAE3EB (or 0xEAE3EB) is unknown color: approx Selago. HEX triplet: EA, E3 and EB. RGB value is (234,227,235). Sum of RGB (Red+Green+Blue) = 234+227+235=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 227 (89.06% from 255 or 32.61% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAE3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE3EB is #151C14. Grayscale: #E5E5E5. Windows color (decimal): -1383445 or 15459306. OLE color: 15459306.

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

Color convert

RGB234227235-
CMYK0.000.0300.08
HSL292.5º16.67%90.59%-
HSV(B)292.5º3.4%92.16%-
XYZ76.478.4389.71-
YUV230130.82130.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 227 (89.06% from 255) = 32.61%
BLUE value IS 235 (92.19% from 255) = 33.76%
R=33.62%
G=32.61%
B=33.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342272350.000.0300.08292.516.6790.59
HexEAE3EB0308124115b
Octal3523433530301044421133
Binary11101010111000111110101101101000100100100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3EB; }

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

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

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

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

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

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

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

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