#E0ECFE

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

Shades of Solitude #E0ECFE

Tints of Solitude #E0ECFE

Color information

#E0ECFE (or 0xE0ECFE) is unknown color: approx Solitude. HEX triplet: E0, EC and FE. RGB value is (224,236,254). Sum of RGB (Red+Green+Blue) = 224+236+254=714 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.37% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECFE is #1F1301. Grayscale: #EAEAEA. Windows color (decimal): -2036482 or 16706784. OLE color: 16706784.

HSL color Cylindrical-coordinate representation of color #E0ECFE: hue angle of 216º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0ECFE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224236254-
CMYK0.120.0700.00
HSL216º93.75%93.73%-
HSV(B)216º11.81%99.61%-
XYZ78.6382.99105.64-
YUV234.46139.02120.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.37%
GREEN value IS 236 (92.58% from 255) = 33.05%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=31.37%
G=33.05%
B=35.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242362540.120.0700.0021693.7593.73
HexE0ECFEC700d85e5e
Octal34035437614700330136136
Binary1110000011101100111111101100111001101100010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ECFE; }

 p { color: rgb(224,236,254); }

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

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

 a { background-color: rgb(224,236,254); }

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

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

 span { border-color: rgb(224,236,254); }

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