#E4EDFE

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

Shades of Solitude #E4EDFE

Tints of Solitude #E4EDFE

Color information

#E4EDFE (or 0xE4EDFE) is unknown color: approx Solitude. HEX triplet: E4, ED and FE. RGB value is (228,237,254). Sum of RGB (Red+Green+Blue) = 228+237+254=719 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.71% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EDFE is #1B1201. Grayscale: #ECECEC. Windows color (decimal): -1774082 or 16707044. OLE color: 16707044.

HSL color Cylindrical-coordinate representation of color #E4EDFE: hue angle of 219.23º 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 #E4EDFE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228237254-
CMYK0.100.0700.00
HSL219.23º92.86%94.51%-
HSV(B)219.23º10.24%99.61%-
XYZ80.1784.22105.8-
YUV236.25138.02122.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 31.71%
GREEN value IS 237 (92.97% from 255) = 32.96%
BLUE value IS 254 (99.61% from 255) = 35.33%
R=31.71%
G=32.96%
B=35.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2282372540.100.0700.00219.2392.8694.51
HexE4EDFEA700db5d5f
Octal34435537612700333135137
Binary1110010011101101111111101010111001101101110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EDFE; }

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

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

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

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

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

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

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

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