#ECF1FE

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

Shades of Solitude #ECF1FE

Tints of Solitude #ECF1FE

Color information

#ECF1FE (or 0xECF1FE) is unknown color: approx Solitude. HEX triplet: EC, F1 and FE. RGB value is (236,241,254). Sum of RGB (Red+Green+Blue) = 236+241+254=731 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.28% from 731); Green value is 241 (94.53% from 255 or 32.97% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1FE is #130E01. Grayscale: #F0F0F0. Windows color (decimal): -1248770 or 16708076. OLE color: 16708076.

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

Color convert

RGB236241254-
CMYK0.070.0500.00
HSL223.33º90%96.08%-
HSV(B)223.33º7.09%99.61%-
XYZ83.9487.9106.31-
YUV240.99135.34124.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.28%
GREEN value IS 241 (94.53% from 255) = 32.97%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=32.28%
G=32.97%
B=34.75%

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
Decimal2362412540.070.0500.00223.339096.08
HexECF1FE7500df5a60
Octal3543613767500337132140
Binary111011001111000111111110111101001101111110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1FE; }

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

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

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

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

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

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

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

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