Shades of Mabel #C0E0E1
Tints of Mabel #C0E0E1
RGB
CMYK
RGB Variations
Color information
#C0E0E1 (or 0xC0E0E1) is known color: Mabel. HEX triplet: C0, E0 and E1. RGB value is (192,224,225). Sum of RGB (Red+Green+Blue) = 192+224+225=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0E0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0E1 is #3F1F1E. Grayscale: #D6D6D6. Windows color (decimal): -4136735 or 14803136. OLE color: 14803136.
HSL color Cylindrical-coordinate representation of color #C0E0E1: hue angle of 181.82º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E0E1 is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 225 | - |
| CMYK | 0.15 | 0.00 | 0 | 0.12 |
| HSL | 181.82º | 0.35% | 0.82% | - |
| HSV(B) | 181.82º | 0.15% | 0.88% | - |
| XYZ | 61.98 | 69.95 | 81.47 | - |
| YUV | 214.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 225 | 0.15 | 0.00 | 0 | 0.12 | 181.82 | 0.35 | 0.82 |
| Hex | C0 | E0 | E1 | F | 0 | 0 | C | B6 | 23 | 52 |
| Octal | 300 | 340 | 341 | 17 | 0 | 0 | 14 | 266 | 43 | 122 |
| Binary | 11000000 | 11100000 | 11100001 | 1111 | 0 | 0 | 1100 | 10110110 | 100011 | 1010010 |
Color Harmonies of #C0E0E1
Complementary color
Monochromatic Colors of #C0E0E1
Black with #C0E0E1
Text Example
Text Example
White with #C0E0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E0E1; }
p { color: rgb(192,224,225); }
H1.HeaderClassName
{
color: #C0E0E1;
}
.AnyTagClassName
{
color: #C0E0E1;
}
</style>
background-color css
<style>
a { background-color: #C0E0E1; }
a { background-color: rgb(192,224,225); }
div.DivClassName
{
background-color: #C0E0E1;
}
.BgClassName
{
background-color: #C0E0E1;
}
</style>
border-color css
<style>
span { border-color: #C0E0E1; }
span { border-color: rgb(192,224,225); }
td.TdClassName
{
border-color: #C0E0E1;
}
.TagClassName
{
border-color: #C0E0E1;
}
</style>