Shades of Mabel #CCEBEB
Tints of Mabel #CCEBEB
RGB
CMYK
RGB Variations
Color information
#CCEBEB (or 0xCCEBEB) is known color: Mabel. HEX triplet: CC, EB and EB. RGB value is (204,235,235). Sum of RGB (Red+Green+Blue) = 204+235+235=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #CCEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBEB is #331414. Grayscale: #E1E1E1. Windows color (decimal): -3347477 or 15461324. OLE color: 15461324.
HSL color Cylindrical-coordinate representation of color #CCEBEB: hue angle of 180º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBEB is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 235 | - |
| CMYK | 0.13 | 0 | 0 | 0.08 |
| HSL | 180º | 0.44% | 0.86% | - |
| HSV(B) | 180º | 0.13% | 0.92% | - |
| XYZ | 69.61 | 78.25 | 90.03 | - |
| YUV | 225.73 | 133.23 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 235 | 0.13 | 0 | 0 | 0.08 | 180 | 0.44 | 0.86 |
| Hex | CC | EB | EB | D | 0 | 0 | 8 | B4 | 2C | 56 |
| Octal | 314 | 353 | 353 | 15 | 0 | 0 | 10 | 264 | 54 | 126 |
| Binary | 11001100 | 11101011 | 11101011 | 1101 | 0 | 0 | 1000 | 10110100 | 101100 | 1010110 |
Color Harmonies of #CCEBEB
Complementary color
Monochromatic Colors of #CCEBEB
Black with #CCEBEB
Text Example
Text Example
White with #CCEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBEB; }
p { color: rgb(204,235,235); }
H1.HeaderClassName
{
color: #CCEBEB;
}
.AnyTagClassName
{
color: #CCEBEB;
}
</style>
background-color css
<style>
a { background-color: #CCEBEB; }
a { background-color: rgb(204,235,235); }
div.DivClassName
{
background-color: #CCEBEB;
}
.BgClassName
{
background-color: #CCEBEB;
}
</style>
border-color css
<style>
span { border-color: #CCEBEB; }
span { border-color: rgb(204,235,235); }
td.TdClassName
{
border-color: #CCEBEB;
}
.TagClassName
{
border-color: #CCEBEB;
}
</style>