Shades of Mabel #CCE0E1
Tints of Mabel #CCE0E1
RGB
CMYK
RGB Variations
Color information
#CCE0E1 (or 0xCCE0E1) is known color: Mabel. HEX triplet: CC, E0 and E1. RGB value is (204,224,225). Sum of RGB (Red+Green+Blue) = 204+224+225=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCE0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0E1 is #331F1E. Grayscale: #DADADA. Windows color (decimal): -3350303 or 14803148. OLE color: 14803148.
HSL color Cylindrical-coordinate representation of color #CCE0E1: hue angle of 182.86º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE0E1 is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 225 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.12 |
| HSL | 182.86º | 0.26% | 0.84% | - |
| HSV(B) | 182.86º | 0.09% | 0.88% | - |
| XYZ | 65.15 | 71.58 | 81.62 | - |
| YUV | 218.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 225 | 0.09 | 0.00 | 0 | 0.12 | 182.86 | 0.26 | 0.84 |
| Hex | CC | E0 | E1 | 9 | 0 | 0 | C | B7 | 1A | 54 |
| Octal | 314 | 340 | 341 | 11 | 0 | 0 | 14 | 267 | 32 | 124 |
| Binary | 11001100 | 11100000 | 11100001 | 1001 | 0 | 0 | 1100 | 10110111 | 11010 | 1010100 |
Color Harmonies of #CCE0E1
Complementary color
Monochromatic Colors of #CCE0E1
Black with #CCE0E1
Text Example
Text Example
White with #CCE0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0E1; }
p { color: rgb(204,224,225); }
H1.HeaderClassName
{
color: #CCE0E1;
}
.AnyTagClassName
{
color: #CCE0E1;
}
</style>
background-color css
<style>
a { background-color: #CCE0E1; }
a { background-color: rgb(204,224,225); }
div.DivClassName
{
background-color: #CCE0E1;
}
.BgClassName
{
background-color: #CCE0E1;
}
</style>
border-color css
<style>
span { border-color: #CCE0E1; }
span { border-color: rgb(204,224,225); }
td.TdClassName
{
border-color: #CCE0E1;
}
.TagClassName
{
border-color: #CCE0E1;
}
</style>