#E0E9FB

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

Shades of Solitude #E0E9FB

Tints of Solitude #E0E9FB

Color information

#E0E9FB (or 0xE0E9FB) is unknown color: approx Solitude. HEX triplet: E0, E9 and FB. RGB value is (224,233,251). Sum of RGB (Red+Green+Blue) = 224+233+251=708 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.64% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0E9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0E9FB is #1F1604. Grayscale: #E8E8E8. Windows color (decimal): -2037253 or 16509408. OLE color: 16509408.

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

Color convert

RGB224233251-
CMYK0.110.0700.02
HSL220º77.14%93.14%-
HSV(B)220º10.76%98.43%-
XYZ77.2981.09102.85-
YUV232.36138.52122.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.64%
GREEN value IS 233 (91.41% from 255) = 32.91%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=31.64%
G=32.91%
B=35.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242332510.110.0700.0222077.1493.14
HexE0E9FBB702dc4d5d
Octal34035137313702334115135
Binary11100000111010011111101110111110101101110010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E9FB; }

 p { color: rgb(224,233,251); }

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

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

 a { background-color: rgb(224,233,251); }

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

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

 span { border-color: rgb(224,233,251); }

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