#E9F0FD

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

Shades of Solitude #E9F0FD

Tints of Solitude #E9F0FD

Color information

#E9F0FD (or 0xE9F0FD) is unknown color: approx Solitude. HEX triplet: E9, F0 and FD. RGB value is (233,240,253). Sum of RGB (Red+Green+Blue) = 233+240+253=726 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.09% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0FD is #160F02. Grayscale: #EFEFEF. Windows color (decimal): -1445635 or 16642281. OLE color: 16642281.

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

Color convert

RGB233240253-
CMYK0.080.0500.01
HSL219º83.33%95.29%-
HSV(B)219º7.91%99.22%-
XYZ82.4986.74105.32-
YUV239.39135.68123.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.09%
GREEN value IS 240 (94.14% from 255) = 33.06%
BLUE value IS 253 (99.22% from 255) = 34.85%
R=32.09%
G=33.06%
B=34.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332402530.080.0500.0121983.3395.29
HexE9F0FD8501db535f
Octal35136037510501333123137
Binary1110100111110000111111011000101011101101110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F0FD; }

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

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

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

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

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

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

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

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