Shades of Mabel #CCECEC
Tints of Mabel #CCECEC
RGB
CMYK
RGB Variations
Color information
#CCECEC (or 0xCCECEC) is known color: Mabel. HEX triplet: CC, EC and EC. RGB value is (204,236,236). Sum of RGB (Red+Green+Blue) = 204+236+236=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #CCECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECEC is #331313. Grayscale: #E2E2E2. Windows color (decimal): -3347220 or 15527116. OLE color: 15527116.
HSL color Cylindrical-coordinate representation of color #CCECEC: hue angle of 180º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECEC is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 236 | - |
CMYK | 0.14 | 0 | 0 | 0.07 |
HSL | 180º | 0.46% | 0.86% | - |
HSV(B) | 180º | 0.14% | 0.93% | - |
XYZ | 70.04 | 78.88 | 90.89 | - |
YUV | 226.43 | 133.4 | 112 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 236 | 0.14 | 0 | 0 | 0.07 | 180 | 0.46 | 0.86 |
Hex | CC | EC | EC | E | 0 | 0 | 7 | B4 | 2E | 56 |
Octal | 314 | 354 | 354 | 16 | 0 | 0 | 7 | 264 | 56 | 126 |
Binary | 11001100 | 11101100 | 11101100 | 1110 | 0 | 0 | 111 | 10110100 | 101110 | 1010110 |
Color Harmonies of #CCECEC
Complementary color
Monochromatic Colors of #CCECEC
Black with #CCECEC
Text Example
Text Example
White with #CCECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECEC; }
p { color: rgb(204,236,236); }
H1.HeaderClassName
{
color: #CCECEC;
}
.AnyTagClassName
{
color: #CCECEC;
}
</style>
background-color css
<style>
a { background-color: #CCECEC; }
a { background-color: rgb(204,236,236); }
div.DivClassName
{
background-color: #CCECEC;
}
.BgClassName
{
background-color: #CCECEC;
}
</style>
border-color css
<style>
span { border-color: #CCECEC; }
span { border-color: rgb(204,236,236); }
td.TdClassName
{
border-color: #CCECEC;
}
.TagClassName
{
border-color: #CCECEC;
}
</style>