#ECF2FF

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

Shades of Solitude #ECF2FF

Tints of Solitude #ECF2FF

Color information

#ECF2FF (or 0xECF2FF) is unknown color: approx Solitude. HEX triplet: EC, F2 and FF. RGB value is (236,242,255). Sum of RGB (Red+Green+Blue) = 236+242+255=733 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.20% from 733); Green value is 242 (94.92% from 255 or 33.02% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECF2FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF2FF is #130D00. Grayscale: #F1F1F1. Windows color (decimal): -1248513 or 16773868. OLE color: 16773868.

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

Color convert

RGB236242255-
CMYK0.070.0500
HSL221.05º100%96.27%-
HSV(B)221.05º7.45%100%-
XYZ84.3988.56107.25-
YUV241.69135.51123.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.20%
GREEN value IS 242 (94.92% from 255) = 33.02%
BLUE value IS 255 (100% from 255) = 34.79%
R=32.20%
G=33.02%
B=34.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362422550.070.0500221.0510096.27
HexECF2FF7500dd6460
Octal3543623777500335144140
Binary111011001111001011111111111101001101110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2FF; }

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

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

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

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

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

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

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

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