#E9F0FE

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

Shades of Solitude #E9F0FE

Tints of Solitude #E9F0FE

Color information

#E9F0FE (or 0xE9F0FE) is unknown color: approx Solitude. HEX triplet: E9, F0 and FE. RGB value is (233,240,254). Sum of RGB (Red+Green+Blue) = 233+240+254=727 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.05% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9F0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0FE is #160F01. Grayscale: #EFEFEF. Windows color (decimal): -1445634 or 16707817. OLE color: 16707817.

HSL color Cylindrical-coordinate representation of color #E9F0FE: hue angle of 220º 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 #E9F0FE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233240254-
CMYK0.080.0600.00
HSL220º91.3%95.49%-
HSV(B)220º8.27%99.61%-
XYZ82.6586.8106.16-
YUV239.5136.18123.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.05%
GREEN value IS 240 (94.14% from 255) = 33.01%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=32.05%
G=33.01%
B=34.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332402540.080.0600.0022091.395.49
HexE9F0FE8600dc5b5f
Octal35136037610600334133137
Binary1110100111110000111111101000110001101110010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F0FE; }

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

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

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

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

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

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

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

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