#ECFDF2

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

Shades of Bubbles #ECFDF2

Tints of Bubbles #ECFDF2

Color information

#ECFDF2 (or 0xECFDF2) is unknown color: approx Bubbles. HEX triplet: EC, FD and F2. RGB value is (236,253,242). Sum of RGB (Red+Green+Blue) = 236+253+242=731 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.28% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 242 (94.92% from 255 or 33.11% from 731); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDF2 is #13020D. Grayscale: #F6F6F6. Windows color (decimal): -1245710 or 15924716. OLE color: 15924716.

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

Color convert

RGB236253242-
CMYK0.0700.040.01
HSL141.18º80.95%95.88%-
HSV(B)141.18º6.72%99.22%-
XYZ85.7494.4997.72-
YUV246.66125.37120.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362532420.0700.040.01141.1880.9595.88
HexECFDF270418d5160
Octal3543753627041215121140
Binary111011001111110111110010111010011000110110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDF2; }

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

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

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

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

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

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

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

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