#E9F0FA

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

Shades of Solitude #E9F0FA

Tints of Solitude #E9F0FA

Color information

#E9F0FA (or 0xE9F0FA) is unknown color: approx Solitude. HEX triplet: E9, F0 and FA. RGB value is (233,240,250). Sum of RGB (Red+Green+Blue) = 233+240+250=723 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.23% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9F0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0FA is #160F05. Grayscale: #EFEFEF. Windows color (decimal): -1445638 or 16445673. OLE color: 16445673.

HSL color Cylindrical-coordinate representation of color #E9F0FA: hue angle of 215.29º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9F0FA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233240250-
CMYK0.070.0400.02
HSL215.29º62.96%94.71%-
HSV(B)215.29º6.8%98.04%-
XYZ82.0286.55102.82-
YUV239.05134.18123.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.23%
GREEN value IS 240 (94.14% from 255) = 33.20%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=32.23%
G=33.20%
B=34.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332402500.070.0400.02215.2962.9694.71
HexE9F0FA7402d73f5f
Octal351360372740232777137
Binary111010011111000011111010111100010110101111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F0FA; }

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

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

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

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

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

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

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

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