#E2EDFA

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

Shades of Solitude #E2EDFA

Tints of Solitude #E2EDFA

Color information

#E2EDFA (or 0xE2EDFA) is unknown color: approx Solitude. HEX triplet: E2, ED and FA. RGB value is (226,237,250). Sum of RGB (Red+Green+Blue) = 226+237+250=713 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.70% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2EDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDFA is #1D1205. Grayscale: #EBEBEB. Windows color (decimal): -1905158 or 16444898. OLE color: 16444898.

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

Color convert

RGB226237250-
CMYK0.100.0500.02
HSL212.5º70.59%93.33%-
HSV(B)212.5º9.6%98.04%-
XYZ78.983.64102.43-
YUV235.19136.36121.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.70%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=31.70%
G=33.24%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262372500.100.0500.02212.570.5993.33
HexE2EDFAA502d4475d
Octal34235537212502324107135
Binary11100010111011011111101010101010101101010010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDFA; }

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

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

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

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

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

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

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

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