#E2EBFC

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

Shades of Solitude #E2EBFC

Tints of Solitude #E2EBFC

Color information

#E2EBFC (or 0xE2EBFC) is unknown color: approx Solitude. HEX triplet: E2, EB and FC. RGB value is (226,235,252). Sum of RGB (Red+Green+Blue) = 226+235+252=713 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.70% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EBFC is #1D1403. Grayscale: #EAEAEA. Windows color (decimal): -1905668 or 16575458. OLE color: 16575458.

HSL color Cylindrical-coordinate representation of color #E2EBFC: hue angle of 219.23º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2EBFC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226235252-
CMYK0.100.0700.01
HSL219.23º81.25%93.73%-
HSV(B)219.23º10.32%98.82%-
XYZ78.6482.61103.9-
YUV234.25138.02122.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.70%
GREEN value IS 235 (92.19% from 255) = 32.96%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=31.70%
G=32.96%
B=35.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262352520.100.0700.01219.2381.2593.73
HexE2EBFCA701db515e
Octal34235337412701333121136
Binary1110001011101011111111001010111011101101110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EBFC; }

 p { color: rgb(226,235,252); }

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

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

 a { background-color: rgb(226,235,252); }

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

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

 span { border-color: rgb(226,235,252); }

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