Shades of Mabel #C0DEDF
Tints of Mabel #C0DEDF
RGB
CMYK
RGB Variations
Color information
#C0DEDF (or 0xC0DEDF) is known color: Mabel. HEX triplet: C0, DE and DF. RGB value is (192,222,223). Sum of RGB (Red+Green+Blue) = 192+222+223=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEDF is #3F2120. Grayscale: #D5D5D5. Windows color (decimal): -4137249 or 14671552. OLE color: 14671552.
HSL color Cylindrical-coordinate representation of color #C0DEDF: hue angle of 181.94º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DEDF is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 223 | - |
| CMYK | 0.14 | 0.00 | 0 | 0.13 |
| HSL | 181.94º | 0.33% | 0.81% | - |
| HSV(B) | 181.94º | 0.14% | 0.87% | - |
| XYZ | 61.18 | 68.78 | 79.86 | - |
| YUV | 213.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 223 | 0.14 | 0.00 | 0 | 0.13 | 181.94 | 0.33 | 0.81 |
| Hex | C0 | DE | DF | E | 0 | 0 | D | B6 | 21 | 51 |
| Octal | 300 | 336 | 337 | 16 | 0 | 0 | 15 | 266 | 41 | 121 |
| Binary | 11000000 | 11011110 | 11011111 | 1110 | 0 | 0 | 1101 | 10110110 | 100001 | 1010001 |
Color Harmonies of #C0DEDF
Complementary color
Monochromatic Colors of #C0DEDF
Black with #C0DEDF
Text Example
Text Example
White with #C0DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEDF; }
p { color: rgb(192,222,223); }
H1.HeaderClassName
{
color: #C0DEDF;
}
.AnyTagClassName
{
color: #C0DEDF;
}
</style>
background-color css
<style>
a { background-color: #C0DEDF; }
a { background-color: rgb(192,222,223); }
div.DivClassName
{
background-color: #C0DEDF;
}
.BgClassName
{
background-color: #C0DEDF;
}
</style>
border-color css
<style>
span { border-color: #C0DEDF; }
span { border-color: rgb(192,222,223); }
td.TdClassName
{
border-color: #C0DEDF;
}
.TagClassName
{
border-color: #C0DEDF;
}
</style>