#ECF2FD

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

Shades of Solitude #ECF2FD

Tints of Solitude #ECF2FD

Color information

#ECF2FD (or 0xECF2FD) is unknown color: approx Solitude. HEX triplet: EC, F2 and FD. RGB value is (236,242,253). Sum of RGB (Red+Green+Blue) = 236+242+253=731 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.28% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2FD is #130D02. Grayscale: #F1F1F1. Windows color (decimal): -1248515 or 16642796. OLE color: 16642796.

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

Color convert

RGB236242253-
CMYK0.070.0400.01
HSL218.82º80.95%95.88%-
HSV(B)218.82º6.72%99.22%-
XYZ84.0788.43105.57-
YUV241.46134.51124.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.28%
GREEN value IS 242 (94.92% from 255) = 33.11%
BLUE value IS 253 (99.22% from 255) = 34.61%
R=32.28%
G=33.11%
B=34.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362422530.070.0400.01218.8280.9595.88
HexECF2FD7401db5160
Octal3543623757401333121140
Binary111011001111001011111101111100011101101110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2FD; }

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

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

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

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

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

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

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

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