Shades of Mabel #C2EEED
Tints of Mabel #C2EEED
RGB
CMYK
RGB Variations
Color information
#C2EEED (or 0xC2EEED) is known color: Mabel. HEX triplet: C2, EE and ED. RGB value is (194,238,237). Sum of RGB (Red+Green+Blue) = 194+238+237=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EEED is #3D1112. Grayscale: #E0E0E0. Windows color (decimal): -4002067 or 15593154. OLE color: 15593154.
HSL color Cylindrical-coordinate representation of color #C2EEED: hue angle of 178.64º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EEED is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 238 | 237 | - |
CMYK | 0.18 | 0 | 0.00 | 0.07 |
HSL | 178.64º | 0.56% | 0.85% | - |
HSV(B) | 178.64º | 0.18% | 0.93% | - |
XYZ | 68.11 | 78.73 | 91.73 | - |
YUV | 224.73 | 134.92 | 106.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 238 | 237 | 0.18 | 0 | 0.00 | 0.07 | 178.64 | 0.56 | 0.85 |
Hex | C2 | EE | ED | 12 | 0 | 0 | 7 | B3 | 38 | 55 |
Octal | 302 | 356 | 355 | 22 | 0 | 0 | 7 | 263 | 70 | 125 |
Binary | 11000010 | 11101110 | 11101101 | 10010 | 0 | 0 | 111 | 10110011 | 111000 | 1010101 |
Color Harmonies of #C2EEED
Complementary color
Monochromatic Colors of #C2EEED
Black with #C2EEED
Text Example
Text Example
White with #C2EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EEED; }
p { color: rgb(194,238,237); }
H1.HeaderClassName
{
color: #C2EEED;
}
.AnyTagClassName
{
color: #C2EEED;
}
</style>
background-color css
<style>
a { background-color: #C2EEED; }
a { background-color: rgb(194,238,237); }
div.DivClassName
{
background-color: #C2EEED;
}
.BgClassName
{
background-color: #C2EEED;
}
</style>
border-color css
<style>
span { border-color: #C2EEED; }
span { border-color: rgb(194,238,237); }
td.TdClassName
{
border-color: #C2EEED;
}
.TagClassName
{
border-color: #C2EEED;
}
</style>