Shades of Mabel #C2F1EC
Tints of Mabel #C2F1EC
RGB
CMYK
RGB Variations
Color information
#C2F1EC (or 0xC2F1EC) is known color: Mabel. HEX triplet: C2, F1 and EC. RGB value is (194,241,236). Sum of RGB (Red+Green+Blue) = 194+241+236=671 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.91% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F1EC is #3D0E13. Grayscale: #E2E2E2. Windows color (decimal): -4001300 or 15528386. OLE color: 15528386.
HSL color Cylindrical-coordinate representation of color #C2F1EC: hue angle of 173.62º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F1EC is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 236 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.05 |
| HSL | 173.62º | 0.63% | 0.85% | - |
| HSV(B) | 173.62º | 0.2% | 0.95% | - |
| XYZ | 68.84 | 80.44 | 91.25 | - |
| YUV | 226.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 236 | 0.20 | 0 | 0.02 | 0.05 | 173.62 | 0.63 | 0.85 |
| Hex | C2 | F1 | EC | 14 | 0 | 2 | 5 | AE | 3F | 55 |
| Octal | 302 | 361 | 354 | 24 | 0 | 2 | 5 | 256 | 77 | 125 |
| Binary | 11000010 | 11110001 | 11101100 | 10100 | 0 | 10 | 101 | 10101110 | 111111 | 1010101 |
Color Harmonies of #C2F1EC
Complementary color
Monochromatic Colors of #C2F1EC
Black with #C2F1EC
Text Example
Text Example
White with #C2F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F1EC; }
p { color: rgb(194,241,236); }
H1.HeaderClassName
{
color: #C2F1EC;
}
.AnyTagClassName
{
color: #C2F1EC;
}
</style>
background-color css
<style>
a { background-color: #C2F1EC; }
a { background-color: rgb(194,241,236); }
div.DivClassName
{
background-color: #C2F1EC;
}
.BgClassName
{
background-color: #C2F1EC;
}
</style>
border-color css
<style>
span { border-color: #C2F1EC; }
span { border-color: rgb(194,241,236); }
td.TdClassName
{
border-color: #C2F1EC;
}
.TagClassName
{
border-color: #C2F1EC;
}
</style>