Shades of Mabel #C0E8E6
Tints of Mabel #C0E8E6
RGB
CMYK
RGB Variations
Color information
#C0E8E6 (or 0xC0E8E6) is known color: Mabel. HEX triplet: C0, E8 and E6. RGB value is (192,232,230). Sum of RGB (Red+Green+Blue) = 192+232+230=654 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.36% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E8E6 is #3F1719. Grayscale: #DBDBDB. Windows color (decimal): -4134682 or 15132864. OLE color: 15132864.
HSL color Cylindrical-coordinate representation of color #C0E8E6: hue angle of 177º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0E8E6 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 230 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.09 |
| HSL | 177º | 0.47% | 0.83% | - |
| HSV(B) | 177º | 0.17% | 0.91% | - |
| XYZ | 64.88 | 74.63 | 85.85 | - |
| YUV | 219.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 230 | 0.17 | 0 | 0.01 | 0.09 | 177 | 0.47 | 0.83 |
| Hex | C0 | E8 | E6 | 11 | 0 | 1 | 9 | B1 | 2F | 53 |
| Octal | 300 | 350 | 346 | 21 | 0 | 1 | 11 | 261 | 57 | 123 |
| Binary | 11000000 | 11101000 | 11100110 | 10001 | 0 | 1 | 1001 | 10110001 | 101111 | 1010011 |
Color Harmonies of #C0E8E6
Complementary color
Monochromatic Colors of #C0E8E6
Black with #C0E8E6
Text Example
Text Example
White with #C0E8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E8E6; }
p { color: rgb(192,232,230); }
H1.HeaderClassName
{
color: #C0E8E6;
}
.AnyTagClassName
{
color: #C0E8E6;
}
</style>
background-color css
<style>
a { background-color: #C0E8E6; }
a { background-color: rgb(192,232,230); }
div.DivClassName
{
background-color: #C0E8E6;
}
.BgClassName
{
background-color: #C0E8E6;
}
</style>
border-color css
<style>
span { border-color: #C0E8E6; }
span { border-color: rgb(192,232,230); }
td.TdClassName
{
border-color: #C0E8E6;
}
.TagClassName
{
border-color: #C0E8E6;
}
</style>