Shades of Bubbles #ECFCF2
Tints of Bubbles #ECFCF2
RGB
CMYK
RGB Variations
Color information
#ECFCF2 (or 0xECFCF2) is known color: 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
RGB | 236 | 252 | 242 | - |
CMYK | 0.06 | 0 | 0.04 | 0.01 |
HSL | 142.5º | 0.73% | 0.96% | - |
HSV(B) | 142.5º | 0.06% | 0.99% | - |
XYZ | 85.43 | 93.86 | 97.62 | - |
YUV | 246.08 | 125.7 | 120.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 242 | 0.06 | 0 | 0.04 | 0.01 | 142.5 | 0.73 | 0.96 |
Hex | EC | FC | F2 | 6 | 0 | 4 | 1 | 8E | 49 | 60 |
Octal | 354 | 374 | 362 | 6 | 0 | 4 | 1 | 216 | 111 | 140 |
Binary | 11101100 | 11111100 | 11110010 | 110 | 0 | 100 | 1 | 10001110 | 1001001 | 1100000 |
Color Harmonies of #ECFCF2
Complementary color
Monochromatic Colors of #ECFCF2
Black with #ECFCF2
Text Example
Text Example
White with #ECFCF2
Text Example
Text Example
HTML Codes & Css Web 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>