#ECF2FA

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

Shades of Solitude #ECF2FA

Tints of Solitude #ECF2FA

Color information

#ECF2FA (or 0xECF2FA) is unknown color: approx Solitude. HEX triplet: EC, F2 and FA. RGB value is (236,242,250). Sum of RGB (Red+Green+Blue) = 236+242+250=728 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.42% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2FA is #130D05. Grayscale: #F1F1F1. Windows color (decimal): -1248518 or 16446188. OLE color: 16446188.

HSL color Cylindrical-coordinate representation of color #ECF2FA: hue angle of 214.29º 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 #ECF2FA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236242250-
CMYK0.060.0300.02
HSL214.29º58.33%95.29%-
HSV(B)214.29º5.6%98.04%-
XYZ83.688.24103.07-
YUV241.12133.01124.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.42%
GREEN value IS 242 (94.92% from 255) = 33.24%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=32.42%
G=33.24%
B=34.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362422500.060.0300.02214.2958.3395.29
HexECF2FA6302d63a5f
Octal354362372630232672137
Binary11101100111100101111101011011010110101101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2FA; }

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

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

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

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

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

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

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

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