#E9F1FE

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

Shades of Solitude #E9F1FE

Tints of Solitude #E9F1FE

Color information

#E9F1FE (or 0xE9F1FE) is unknown color: approx Solitude. HEX triplet: E9, F1 and FE. RGB value is (233,241,254). Sum of RGB (Red+Green+Blue) = 233+241+254=728 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.01% from 728); Green value is 241 (94.53% from 255 or 33.10% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9F1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F1FE is #160E01. Grayscale: #F0F0F0. Windows color (decimal): -1445378 or 16708073. OLE color: 16708073.

HSL color Cylindrical-coordinate representation of color #E9F1FE: hue angle of 217.14º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9F1FE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233241254-
CMYK0.080.0500.00
HSL217.14º91.3%95.49%-
HSV(B)217.14º8.27%99.61%-
XYZ82.9587.39106.26-
YUV240.09135.85122.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.01%
GREEN value IS 241 (94.53% from 255) = 33.10%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=32.01%
G=33.10%
B=34.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332412540.080.0500.00217.1491.395.49
HexE9F1FE8500d95b5f
Octal35136137610500331133137
Binary1110100111110001111111101000101001101100110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F1FE; }

 p { color: rgb(233,241,254); }

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

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

 a { background-color: rgb(233,241,254); }

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

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

 span { border-color: rgb(233,241,254); }

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