#E3EDFD

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

Shades of Solitude #E3EDFD

Tints of Solitude #E3EDFD

Color information

#E3EDFD (or 0xE3EDFD) is unknown color: approx Solitude. HEX triplet: E3, ED and FD. RGB value is (227,237,253). Sum of RGB (Red+Green+Blue) = 227+237+253=717 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.66% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #E3EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDFD is #1C1202. Grayscale: #EBEBEB. Windows color (decimal): -1839619 or 16641507. OLE color: 16641507.

HSL color Cylindrical-coordinate representation of color #E3EDFD: hue angle of 216.92º degrees, saturation: 0.87, 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 #E3EDFD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227237253-
CMYK0.100.0600.01
HSL216.92º86.67%94.12%-
HSV(B)216.92º10.28%99.22%-
XYZ79.6983.99104.94-
YUV235.83137.69121.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.66%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=31.66%
G=33.05%
B=35.29%

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
Decimal2272372530.100.0600.01216.9286.6794.12
HexE3EDFDA601d9575e
Octal34335537512601331127136
Binary1110001111101101111111011010110011101100110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EDFD; }

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

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

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

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

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

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

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

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