#ECF0FF

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

Shades of Solitude #ECF0FF

Tints of Solitude #ECF0FF

Color information

#ECF0FF (or 0xECF0FF) is unknown color: approx Solitude. HEX triplet: EC, F0 and FF. RGB value is (236,240,255). Sum of RGB (Red+Green+Blue) = 236+240+255=731 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.28% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECF0FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0FF is #130F00. Grayscale: #F0F0F0. Windows color (decimal): -1249025 or 16773356. OLE color: 16773356.

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

Color convert

RGB236240255-
CMYK0.070.0600
HSL227.37º100%96.27%-
HSV(B)227.37º7.45%100%-
XYZ83.887.37107.06-
YUV240.51136.17124.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.28%
GREEN value IS 240 (94.14% from 255) = 32.83%
BLUE value IS 255 (100% from 255) = 34.88%
R=32.28%
G=32.83%
B=34.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362402550.070.0600227.3710096.27
HexECF0FF7600e36460
Octal3543603777600343144140
Binary111011001111000011111111111110001110001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF0FF; }

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

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

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

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

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

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

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

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