Shades of Mabel #CCEBED
Tints of Mabel #CCEBED
RGB
CMYK
RGB Variations
Color information
#CCEBED (or 0xCCEBED) is known color: Mabel. HEX triplet: CC, EB and ED. RGB value is (204,235,237). Sum of RGB (Red+Green+Blue) = 204+235+237=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEBED is #331412. Grayscale: #E1E1E1. Windows color (decimal): -3347475 or 15592396. OLE color: 15592396.
HSL color Cylindrical-coordinate representation of color #CCEBED: hue angle of 183.64º degrees, saturation: 0.48, 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 #CCEBED is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 235 | 237 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.07 |
| HSL | 183.64º | 0.48% | 0.86% | - |
| HSV(B) | 183.64º | 0.14% | 0.93% | - |
| XYZ | 69.9 | 78.37 | 91.56 | - |
| YUV | 225.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 237 | 0.14 | 0.01 | 0 | 0.07 | 183.64 | 0.48 | 0.86 |
| Hex | CC | EB | ED | E | 1 | 0 | 7 | B8 | 30 | 56 |
| Octal | 314 | 353 | 355 | 16 | 1 | 0 | 7 | 270 | 60 | 126 |
| Binary | 11001100 | 11101011 | 11101101 | 1110 | 1 | 0 | 111 | 10111000 | 110000 | 1010110 |
Color Harmonies of #CCEBED
Complementary color
Monochromatic Colors of #CCEBED
Black with #CCEBED
Text Example
Text Example
White with #CCEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBED; }
p { color: rgb(204,235,237); }
H1.HeaderClassName
{
color: #CCEBED;
}
.AnyTagClassName
{
color: #CCEBED;
}
</style>
background-color css
<style>
a { background-color: #CCEBED; }
a { background-color: rgb(204,235,237); }
div.DivClassName
{
background-color: #CCEBED;
}
.BgClassName
{
background-color: #CCEBED;
}
</style>
border-color css
<style>
span { border-color: #CCEBED; }
span { border-color: rgb(204,235,237); }
td.TdClassName
{
border-color: #CCEBED;
}
.TagClassName
{
border-color: #CCEBED;
}
</style>