#E3EDFC

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

Shades of Solitude #E3EDFC

Tints of Solitude #E3EDFC

Color information

#E3EDFC (or 0xE3EDFC) is unknown color: approx Solitude. HEX triplet: E3, ED and FC. RGB value is (227,237,252). Sum of RGB (Red+Green+Blue) = 227+237+252=716 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.70% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDFC is #1C1203. Grayscale: #EBEBEB. Windows color (decimal): -1839620 or 16575971. OLE color: 16575971.

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

Color convert

RGB227237252-
CMYK0.100.0600.01
HSL216º80.65%93.92%-
HSV(B)216º9.92%98.82%-
XYZ79.5383.93104.1-
YUV235.72137.19121.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.70%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=31.70%
G=33.10%
B=35.20%

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
Decimal2272372520.100.0600.0121680.6593.92
HexE3EDFCA601d8515e
Octal34335537412601330121136
Binary1110001111101101111111001010110011101100010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EDFC; }

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

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

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

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

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

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

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

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