#E4EDFD

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

Shades of Solitude #E4EDFD

Tints of Solitude #E4EDFD

Color information

#E4EDFD (or 0xE4EDFD) is unknown color: approx Solitude. HEX triplet: E4, ED and FD. RGB value is (228,237,253). Sum of RGB (Red+Green+Blue) = 228+237+253=718 (95% of max value = 765). Red value is 228 (89.45% from 255 or 31.75% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E4EDFD is #1B1202. Grayscale: #ECECEC. Windows color (decimal): -1774083 or 16641508. OLE color: 16641508.

HSL color Cylindrical-coordinate representation of color #E4EDFD: hue angle of 218.4º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4EDFD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228237253-
CMYK0.100.0600.01
HSL218.4º86.21%94.31%-
HSV(B)218.4º9.88%99.22%-
XYZ80.0184.15104.95-
YUV236.13137.52122.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 31.75%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 253 (99.22% from 255) = 35.24%
R=31.75%
G=33.01%
B=35.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2282372530.100.0600.01218.486.2194.31
HexE4EDFDA601da565e
Octal34435537512601332126136
Binary1110010011101101111111011010110011101101010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4EDFD; }

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

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

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

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

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

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

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

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