#E5F0FE

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

Shades of Solitude #E5F0FE

Tints of Solitude #E5F0FE

Color information

#E5F0FE (or 0xE5F0FE) is unknown color: approx Solitude. HEX triplet: E5, F0 and FE. RGB value is (229,240,254). Sum of RGB (Red+Green+Blue) = 229+240+254=723 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.67% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F0FE is #1A0F01. Grayscale: #EEEEEE. Windows color (decimal): -1707778 or 16707813. OLE color: 16707813.

HSL color Cylindrical-coordinate representation of color #E5F0FE: hue angle of 213.6º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5F0FE is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229240254-
CMYK0.100.0600.00
HSL213.6º92.59%94.71%-
HSV(B)213.6º9.84%99.61%-
XYZ81.3686.13106.1-
YUV238.31136.86121.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.67%
GREEN value IS 240 (94.14% from 255) = 33.20%
BLUE value IS 254 (99.61% from 255) = 35.13%
R=31.67%
G=33.20%
B=35.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292402540.100.0600.00213.692.5994.71
HexE5F0FEA600d65d5f
Octal34536037612600326135137
Binary1110010111110000111111101010110001101011010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F0FE; }

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

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

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

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

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

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

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

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