#E2EDFB

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

Shades of Solitude #E2EDFB

Tints of Solitude #E2EDFB

Color information

#E2EDFB (or 0xE2EDFB) is unknown color: approx Solitude. HEX triplet: E2, ED and FB. RGB value is (226,237,251). Sum of RGB (Red+Green+Blue) = 226+237+251=714 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.65% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2EDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDFB is #1D1204. Grayscale: #EBEBEB. Windows color (decimal): -1905157 or 16510434. OLE color: 16510434.

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

Color convert

RGB226237251-
CMYK0.100.0600.02
HSL213.6º75.76%93.53%-
HSV(B)213.6º9.96%98.43%-
XYZ79.0683.7103.26-
YUV235.31136.86121.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.65%
GREEN value IS 237 (92.97% from 255) = 33.19%
BLUE value IS 251 (98.44% from 255) = 35.15%
R=31.65%
G=33.19%
B=35.15%

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
Decimal2262372510.100.0600.02213.675.7693.53
HexE2EDFBA602d64c5e
Octal34235537312602326114136
Binary11100010111011011111101110101100101101011010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDFB; }

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

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

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

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

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

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

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

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