#ECF2FE

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

Shades of Solitude #ECF2FE

Tints of Solitude #ECF2FE

Color information

#ECF2FE (or 0xECF2FE) is unknown color: approx Solitude. HEX triplet: EC, F2 and FE. RGB value is (236,242,254). Sum of RGB (Red+Green+Blue) = 236+242+254=732 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.24% from 732); Green value is 242 (94.92% from 255 or 33.06% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2FE is #130D01. Grayscale: #F1F1F1. Windows color (decimal): -1248514 or 16708332. OLE color: 16708332.

HSL color Cylindrical-coordinate representation of color #ECF2FE: hue angle of 220º 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 #ECF2FE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236242254-
CMYK0.070.0500.00
HSL220º90%96.08%-
HSV(B)220º7.09%99.61%-
XYZ84.2388.49106.41-
YUV241.57135.01124.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.24%
GREEN value IS 242 (94.92% from 255) = 33.06%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=32.24%
G=33.06%
B=34.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362422540.070.0500.002209096.08
HexECF2FE7500dc5a60
Octal3543623767500334132140
Binary111011001111001011111110111101001101110010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2FE; }

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

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

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

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

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

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

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

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