#ECF2FB

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

Shades of Solitude #ECF2FB

Tints of Solitude #ECF2FB

Color information

#ECF2FB (or 0xECF2FB) is unknown color: approx Solitude. HEX triplet: EC, F2 and FB. RGB value is (236,242,251). Sum of RGB (Red+Green+Blue) = 236+242+251=729 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.37% from 729); Green value is 242 (94.92% from 255 or 33.20% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2FB is #130D04. Grayscale: #F1F1F1. Windows color (decimal): -1248517 or 16511724. OLE color: 16511724.

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

Color convert

RGB236242251-
CMYK0.060.0400.02
HSL216º65.22%95.49%-
HSV(B)216º5.98%98.43%-
XYZ83.7688.3103.9-
YUV241.23133.51124.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.37%
GREEN value IS 242 (94.92% from 255) = 33.20%
BLUE value IS 251 (98.44% from 255) = 34.43%
R=32.37%
G=33.20%
B=34.43%

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
Decimal2362422510.060.0400.0221665.2295.49
HexECF2FB6402d8415f
Octal3543623736402330101137
Binary1110110011110010111110111101000101101100010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2FB; }

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

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

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

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

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

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

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

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