#ECFCF2

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

Shades of Bubbles #ECFCF2

Tints of Bubbles #ECFCF2

Color information

#ECFCF2 (or 0xECFCF2) is unknown color: approx Bubbles. HEX triplet: EC, FC and F2. RGB value is (236,252,242). Sum of RGB (Red+Green+Blue) = 236+252+242=730 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.33% from 730); Green value is 252 (98.83% from 255 or 34.52% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCF2 is #13030D. Grayscale: #F6F6F6. Windows color (decimal): -1245966 or 15924460. OLE color: 15924460.

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

Color convert

RGB236252242-
CMYK0.0600.040.01
HSL142.5º72.73%95.69%-
HSV(B)142.5º6.35%98.82%-
XYZ85.4393.8697.62-
YUV246.08125.7120.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.33%
GREEN value IS 252 (98.83% from 255) = 34.52%
BLUE value IS 242 (94.92% from 255) = 33.15%
R=32.33%
G=34.52%
B=33.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362522420.0600.040.01142.572.7395.69
HexECFCF260418e4960
Octal3543743626041216111140
Binary111011001111110011110010110010011000111010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCF2; }

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

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

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

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

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

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

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

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