#ECF1FD

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

Shades of Solitude #ECF1FD

Tints of Solitude #ECF1FD

Color information

#ECF1FD (or 0xECF1FD) is unknown color: approx Solitude. HEX triplet: EC, F1 and FD. RGB value is (236,241,253). Sum of RGB (Red+Green+Blue) = 236+241+253=730 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.33% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1FD is #130E02. Grayscale: #F0F0F0. Windows color (decimal): -1248771 or 16642540. OLE color: 16642540.

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

Color convert

RGB236241253-
CMYK0.070.0500.01
HSL222.35º80.95%95.88%-
HSV(B)222.35º6.72%99.22%-
XYZ83.7887.84105.47-
YUV240.87134.84124.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.33%
GREEN value IS 241 (94.53% from 255) = 33.01%
BLUE value IS 253 (99.22% from 255) = 34.66%
R=32.33%
G=33.01%
B=34.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362412530.070.0500.01222.3580.9595.88
HexECF1FD7501de5160
Octal3543613757501336121140
Binary111011001111000111111101111101011101111010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1FD; }

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

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

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

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

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

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

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

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