#E4EAFE

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

Shades of Solitude #E4EAFE

Tints of Solitude #E4EAFE

Color information

#E4EAFE (or 0xE4EAFE) is unknown color: approx Solitude. HEX triplet: E4, EA and FE. RGB value is (228,234,254). Sum of RGB (Red+Green+Blue) = 228+234+254=716 (94% of max value = 765). Red value is 228 (89.45% from 255 or 31.84% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EAFE is #1B1501. Grayscale: #EAEAEA. Windows color (decimal): -1774850 or 16706276. OLE color: 16706276.

HSL color Cylindrical-coordinate representation of color #E4EAFE: hue angle of 226.15º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4EAFE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228234254-
CMYK0.100.0800.00
HSL226.15º92.86%94.51%-
HSV(B)226.15º10.24%99.61%-
XYZ79.3182.5105.51-
YUV234.49139.01123.37-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 31.84%
GREEN value IS 234 (91.80% from 255) = 32.68%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=31.84%
G=32.68%
B=35.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282342540.100.0800.00226.1592.8694.51
HexE4EAFEA800e25d5f
Octal344352376121000342135137
Binary11100100111010101111111010101000001110001010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EAFE; }

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

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

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

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

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

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

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

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