#EAE4EB

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

Shades of Selago #EAE4EB

Tints of Selago #EAE4EB

Color information

#EAE4EB (or 0xEAE4EB) is unknown color: approx Selago. HEX triplet: EA, E4 and EB. RGB value is (234,228,235). Sum of RGB (Red+Green+Blue) = 234+228+235=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 228 (89.45% from 255 or 32.71% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAE4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE4EB is #151B14. Grayscale: #E6E6E6. Windows color (decimal): -1383189 or 15459562. OLE color: 15459562.

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

Color convert

RGB234228235-
CMYK0.000.0300.08
HSL291.43º14.89%90.78%-
HSV(B)291.43º2.98%92.16%-
XYZ76.6778.9889.8-
YUV230.59130.49130.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 228 (89.45% from 255) = 32.71%
BLUE value IS 235 (92.19% from 255) = 33.72%
R=33.57%
G=32.71%
B=33.72%

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
Decimal2342282350.000.0300.08291.4314.8990.78
HexEAE4EB0308123f5b
Octal3523443530301044317133
Binary1110101011100100111010110110100010010001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE4EB; }

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

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

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

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

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

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

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

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