Shades of Mabel #CCE0DF
Tints of Mabel #CCE0DF
RGB
CMYK
RGB Variations
Color information
#CCE0DF (or 0xCCE0DF) is known color: Mabel. HEX triplet: CC, E0 and DF. RGB value is (204,224,223). Sum of RGB (Red+Green+Blue) = 204+224+223=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0DF is #331F20. Grayscale: #D9D9D9. Windows color (decimal): -3350305 or 14672076. OLE color: 14672076.
HSL color Cylindrical-coordinate representation of color #CCE0DF: hue angle of 177º degrees, saturation: 0.24, 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 #CCE0DF is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 223 | - |
| CMYK | 0.09 | 0 | 0.00 | 0.12 |
| HSL | 177º | 0.24% | 0.84% | - |
| HSV(B) | 177º | 0.09% | 0.88% | - |
| XYZ | 64.88 | 71.48 | 80.19 | - |
| YUV | 217.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 223 | 0.09 | 0 | 0.00 | 0.12 | 177 | 0.24 | 0.84 |
| Hex | CC | E0 | DF | 9 | 0 | 0 | C | B1 | 18 | 54 |
| Octal | 314 | 340 | 337 | 11 | 0 | 0 | 14 | 261 | 30 | 124 |
| Binary | 11001100 | 11100000 | 11011111 | 1001 | 0 | 0 | 1100 | 10110001 | 11000 | 1010100 |
Color Harmonies of #CCE0DF
Complementary color
Monochromatic Colors of #CCE0DF
Black with #CCE0DF
Text Example
Text Example
White with #CCE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0DF; }
p { color: rgb(204,224,223); }
H1.HeaderClassName
{
color: #CCE0DF;
}
.AnyTagClassName
{
color: #CCE0DF;
}
</style>
background-color css
<style>
a { background-color: #CCE0DF; }
a { background-color: rgb(204,224,223); }
div.DivClassName
{
background-color: #CCE0DF;
}
.BgClassName
{
background-color: #CCE0DF;
}
</style>
border-color css
<style>
span { border-color: #CCE0DF; }
span { border-color: rgb(204,224,223); }
td.TdClassName
{
border-color: #CCE0DF;
}
.TagClassName
{
border-color: #CCE0DF;
}
</style>