Shades of Mabel #C8EDED
Tints of Mabel #C8EDED
RGB
CMYK
RGB Variations
Color information
#C8EDED (or 0xC8EDED) is known color: Mabel. HEX triplet: C8, ED and ED. RGB value is (200,237,237). Sum of RGB (Red+Green+Blue) = 200+237+237=674 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.67% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #C8EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EDED is #371212. Grayscale: #E1E1E1. Windows color (decimal): -3609107 or 15592904. OLE color: 15592904.
HSL color Cylindrical-coordinate representation of color #C8EDED: hue angle of 180º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EDED is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 237 | - |
| CMYK | 0.16 | 0 | 0 | 0.07 |
| HSL | 180º | 0.51% | 0.86% | - |
| HSV(B) | 180º | 0.16% | 0.93% | - |
| XYZ | 69.39 | 78.96 | 91.7 | - |
| YUV | 225.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 237 | 0.16 | 0 | 0 | 0.07 | 180 | 0.51 | 0.86 |
| Hex | C8 | ED | ED | 10 | 0 | 0 | 7 | B4 | 33 | 56 |
| Octal | 310 | 355 | 355 | 20 | 0 | 0 | 7 | 264 | 63 | 126 |
| Binary | 11001000 | 11101101 | 11101101 | 10000 | 0 | 0 | 111 | 10110100 | 110011 | 1010110 |
Color Harmonies of #C8EDED
Complementary color
Monochromatic Colors of #C8EDED
Black with #C8EDED
Text Example
Text Example
White with #C8EDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDED; }
p { color: rgb(200,237,237); }
H1.HeaderClassName
{
color: #C8EDED;
}
.AnyTagClassName
{
color: #C8EDED;
}
</style>
background-color css
<style>
a { background-color: #C8EDED; }
a { background-color: rgb(200,237,237); }
div.DivClassName
{
background-color: #C8EDED;
}
.BgClassName
{
background-color: #C8EDED;
}
</style>
border-color css
<style>
span { border-color: #C8EDED; }
span { border-color: rgb(200,237,237); }
td.TdClassName
{
border-color: #C8EDED;
}
.TagClassName
{
border-color: #C8EDED;
}
</style>