#E2EDFD

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

Shades of Solitude #E2EDFD

Tints of Solitude #E2EDFD

Color information

#E2EDFD (or 0xE2EDFD) is unknown color: approx Solitude. HEX triplet: E2, ED and FD. RGB value is (226,237,253). Sum of RGB (Red+Green+Blue) = 226+237+253=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EDFD is #1D1202. Grayscale: #EBEBEB. Windows color (decimal): -1905155 or 16641506. OLE color: 16641506.

HSL color Cylindrical-coordinate representation of color #E2EDFD: hue angle of 215.56º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2EDFD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226237253-
CMYK0.110.0600.01
HSL215.56º87.1%93.92%-
HSV(B)215.56º10.67%99.22%-
XYZ79.3883.83104.93-
YUV235.54137.86121.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.56%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=31.56%
G=33.10%
B=35.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262372530.110.0600.01215.5687.193.92
HexE2EDFDB601d8575e
Octal34235537513601330127136
Binary1110001011101101111111011011110011101100010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDFD; }

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

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

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

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

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

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

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

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