Shades of Mabel #CCEBEC
Tints of Mabel #CCEBEC
RGB
CMYK
RGB Variations
Color information
#CCEBEC (or 0xCCEBEC) is known color: Mabel. HEX triplet: CC, EB and EC. RGB value is (204,235,236). Sum of RGB (Red+Green+Blue) = 204+235+236=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCEBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBEC is #331413. Grayscale: #E1E1E1. Windows color (decimal): -3347476 or 15526860. OLE color: 15526860.
HSL color Cylindrical-coordinate representation of color #CCEBEC: hue angle of 181.88º 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 #CCEBEC is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 235 | 236 | - |
CMYK | 0.14 | 0.00 | 0 | 0.07 |
HSL | 181.88º | 0.46% | 0.86% | - |
HSV(B) | 181.88º | 0.14% | 0.93% | - |
XYZ | 69.75 | 78.31 | 90.8 | - |
YUV | 225.85 | 133.73 | 112.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 235 | 236 | 0.14 | 0.00 | 0 | 0.07 | 181.88 | 0.46 | 0.86 |
Hex | CC | EB | EC | E | 0 | 0 | 7 | B6 | 2E | 56 |
Octal | 314 | 353 | 354 | 16 | 0 | 0 | 7 | 266 | 56 | 126 |
Binary | 11001100 | 11101011 | 11101100 | 1110 | 0 | 0 | 111 | 10110110 | 101110 | 1010110 |
Color Harmonies of #CCEBEC
Complementary color
Monochromatic Colors of #CCEBEC
Black with #CCEBEC
Text Example
Text Example
White with #CCEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBEC; }
p { color: rgb(204,235,236); }
H1.HeaderClassName
{
color: #CCEBEC;
}
.AnyTagClassName
{
color: #CCEBEC;
}
</style>
background-color css
<style>
a { background-color: #CCEBEC; }
a { background-color: rgb(204,235,236); }
div.DivClassName
{
background-color: #CCEBEC;
}
.BgClassName
{
background-color: #CCEBEC;
}
</style>
border-color css
<style>
span { border-color: #CCEBEC; }
span { border-color: rgb(204,235,236); }
td.TdClassName
{
border-color: #CCEBEC;
}
.TagClassName
{
border-color: #CCEBEC;
}
</style>