#E2E9FA

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

Shades of Solitude #E2E9FA

Tints of Solitude #E2E9FA

Color information

#E2E9FA (or 0xE2E9FA) is unknown color: approx Solitude. HEX triplet: E2, E9 and FA. RGB value is (226,233,250). Sum of RGB (Red+Green+Blue) = 226+233+250=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 233 (91.41% from 255 or 32.86% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2E9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E9FA is #1D1605. Grayscale: #E8E8E8. Windows color (decimal): -1906182 or 16443874. OLE color: 16443874.

HSL color Cylindrical-coordinate representation of color #E2E9FA: hue angle of 222.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 #E2E9FA is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226233250-
CMYK0.100.0700.02
HSL222.5º70.59%93.33%-
HSV(B)222.5º9.6%98.04%-
XYZ77.7681.35102.05-
YUV232.84137.68123.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 31.88%
GREEN value IS 233 (91.41% from 255) = 32.86%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=31.88%
G=32.86%
B=35.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2262332500.100.0700.02222.570.5993.33
HexE2E9FAA702de475d
Octal34235137212702336107135
Binary11100010111010011111101010101110101101111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E9FA; }

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

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

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

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

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

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

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

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