#ECF1FA

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

Shades of Solitude #ECF1FA

Tints of Solitude #ECF1FA

Color information

#ECF1FA (or 0xECF1FA) is unknown color: approx Solitude. HEX triplet: EC, F1 and FA. RGB value is (236,241,250). Sum of RGB (Red+Green+Blue) = 236+241+250=727 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.46% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1FA is #130E05. Grayscale: #F0F0F0. Windows color (decimal): -1248774 or 16445932. OLE color: 16445932.

HSL color Cylindrical-coordinate representation of color #ECF1FA: hue angle of 218.57º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECF1FA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236241250-
CMYK0.060.0400.02
HSL218.57º58.33%95.29%-
HSV(B)218.57º5.6%98.04%-
XYZ83.387.65102.97-
YUV240.53133.34124.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.46%
GREEN value IS 241 (94.53% from 255) = 33.15%
BLUE value IS 250 (98.05% from 255) = 34.39%
R=32.46%
G=33.15%
B=34.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362412500.060.0400.02218.5758.3395.29
HexECF1FA6402db3a5f
Octal354361372640233372137
Binary111011001111000111111010110100010110110111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1FA; }

 p { color: rgb(236,241,250); }

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

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

 a { background-color: rgb(236,241,250); }

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

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

 span { border-color: rgb(236,241,250); }

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