#ECF0FE

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

Shades of Solitude #ECF0FE

Tints of Solitude #ECF0FE

Color information

#ECF0FE (or 0xECF0FE) is unknown color: approx Solitude. HEX triplet: EC, F0 and FE. RGB value is (236,240,254). Sum of RGB (Red+Green+Blue) = 236+240+254=730 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.33% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0FE is #130F01. Grayscale: #F0F0F0. Windows color (decimal): -1249026 or 16707820. OLE color: 16707820.

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

Color convert

RGB236240254-
CMYK0.070.0600.00
HSL226.67º90%96.08%-
HSV(B)226.67º7.09%99.61%-
XYZ83.6487.31106.21-
YUV240.4135.67124.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.33%
GREEN value IS 240 (94.14% from 255) = 32.88%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=32.33%
G=32.88%
B=34.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362402540.070.0600.00226.679096.08
HexECF0FE7600e35a60
Octal3543603767600343132140
Binary111011001111000011111110111110001110001110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF0FE; }

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

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

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

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

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

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

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

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