#E2EDFE

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

Shades of Solitude #E2EDFE

Tints of Solitude #E2EDFE

Color information

#E2EDFE (or 0xE2EDFE) is unknown color: approx Solitude. HEX triplet: E2, ED and FE. RGB value is (226,237,254). Sum of RGB (Red+Green+Blue) = 226+237+254=717 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.52% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDFE is #1D1201. Grayscale: #EBEBEB. Windows color (decimal): -1905154 or 16707042. OLE color: 16707042.

HSL color Cylindrical-coordinate representation of color #E2EDFE: hue angle of 216.43º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2EDFE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226237254-
CMYK0.110.0700.00
HSL216.43º93.33%94.12%-
HSV(B)216.43º11.02%99.61%-
XYZ79.5483.89105.77-
YUV235.65138.36121.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.52%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=31.52%
G=33.05%
B=35.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262372540.110.0700.00216.4393.3394.12
HexE2EDFEB700d85d5e
Octal34235537613700330135136
Binary1110001011101101111111101011111001101100010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDFE; }

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

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

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

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

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

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

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

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