#E3EDFB

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

Shades of Solitude #E3EDFB

Tints of Solitude #E3EDFB

Color information

#E3EDFB (or 0xE3EDFB) is unknown color: approx Solitude. HEX triplet: E3, ED and FB. RGB value is (227,237,251). Sum of RGB (Red+Green+Blue) = 227+237+251=715 (94% of max value = 765). Red value is 227 (89.06% from 255 or 31.75% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #E3EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E3EDFB is #1C1204. Grayscale: #EBEBEB. Windows color (decimal): -1839621 or 16510435. OLE color: 16510435.

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

Color convert

RGB227237251-
CMYK0.100.0600.02
HSL215º75%93.73%-
HSV(B)215º9.56%98.43%-
XYZ79.3883.86103.27-
YUV235.61136.69121.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 31.75%
GREEN value IS 237 (92.97% from 255) = 33.15%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=31.75%
G=33.15%
B=35.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272372510.100.0600.022157593.73
HexE3EDFBA602d74b5e
Octal34335537312602327113136
Binary11100011111011011111101110101100101101011110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3EDFB; }

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

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

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

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

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

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

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

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