Shades of Mabel #CCDFDF
Tints of Mabel #CCDFDF
RGB
CMYK
RGB Variations
Color information
#CCDFDF (or 0xCCDFDF) is known color: Mabel. HEX triplet: CC, DF and DF. RGB value is (204,223,223). Sum of RGB (Red+Green+Blue) = 204+223+223=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #CCDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFDF is #332020. Grayscale: #D9D9D9. Windows color (decimal): -3350561 or 14671820. OLE color: 14671820.
HSL color Cylindrical-coordinate representation of color #CCDFDF: hue angle of 180º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDFDF is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 223 | - |
CMYK | 0.09 | 0 | 0 | 0.13 |
HSL | 180º | 0.23% | 0.84% | - |
HSV(B) | 180º | 0.09% | 0.87% | - |
XYZ | 64.61 | 70.94 | 80.1 | - |
YUV | 217.32 | 131.21 | 118.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 223 | 0.09 | 0 | 0 | 0.13 | 180 | 0.23 | 0.84 |
Hex | CC | DF | DF | 9 | 0 | 0 | D | B4 | 17 | 54 |
Octal | 314 | 337 | 337 | 11 | 0 | 0 | 15 | 264 | 27 | 124 |
Binary | 11001100 | 11011111 | 11011111 | 1001 | 0 | 0 | 1101 | 10110100 | 10111 | 1010100 |
Color Harmonies of #CCDFDF
Complementary color
Monochromatic Colors of #CCDFDF
Black with #CCDFDF
Text Example
Text Example
White with #CCDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFDF; }
p { color: rgb(204,223,223); }
H1.HeaderClassName
{
color: #CCDFDF;
}
.AnyTagClassName
{
color: #CCDFDF;
}
</style>
background-color css
<style>
a { background-color: #CCDFDF; }
a { background-color: rgb(204,223,223); }
div.DivClassName
{
background-color: #CCDFDF;
}
.BgClassName
{
background-color: #CCDFDF;
}
</style>
border-color css
<style>
span { border-color: #CCDFDF; }
span { border-color: rgb(204,223,223); }
td.TdClassName
{
border-color: #CCDFDF;
}
.TagClassName
{
border-color: #CCDFDF;
}
</style>