Shades of Mabel #CCEAEC
Tints of Mabel #CCEAEC
RGB
CMYK
RGB Variations
Color information
#CCEAEC (or 0xCCEAEC) is known color: Mabel. HEX triplet: CC, EA and EC. RGB value is (204,234,236). Sum of RGB (Red+Green+Blue) = 204+234+236=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAEC is #331513. Grayscale: #E1E1E1. Windows color (decimal): -3347732 or 15526604. OLE color: 15526604.
HSL color Cylindrical-coordinate representation of color #CCEAEC: hue angle of 183.75º 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 #CCEAEC is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 234 | 236 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.07 |
| HSL | 183.75º | 0.46% | 0.86% | - |
| HSV(B) | 183.75º | 0.14% | 0.93% | - |
| XYZ | 69.46 | 77.74 | 90.7 | - |
| YUV | 225.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 236 | 0.14 | 0.01 | 0 | 0.07 | 183.75 | 0.46 | 0.86 |
| Hex | CC | EA | EC | E | 1 | 0 | 7 | B8 | 2E | 56 |
| Octal | 314 | 352 | 354 | 16 | 1 | 0 | 7 | 270 | 56 | 126 |
| Binary | 11001100 | 11101010 | 11101100 | 1110 | 1 | 0 | 111 | 10111000 | 101110 | 1010110 |
Color Harmonies of #CCEAEC
Complementary color
Monochromatic Colors of #CCEAEC
Black with #CCEAEC
Text Example
Text Example
White with #CCEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAEC; }
p { color: rgb(204,234,236); }
H1.HeaderClassName
{
color: #CCEAEC;
}
.AnyTagClassName
{
color: #CCEAEC;
}
</style>
background-color css
<style>
a { background-color: #CCEAEC; }
a { background-color: rgb(204,234,236); }
div.DivClassName
{
background-color: #CCEAEC;
}
.BgClassName
{
background-color: #CCEAEC;
}
</style>
border-color css
<style>
span { border-color: #CCEAEC; }
span { border-color: rgb(204,234,236); }
td.TdClassName
{
border-color: #CCEAEC;
}
.TagClassName
{
border-color: #CCEAEC;
}
</style>