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