Shades of Mabel #CDDFE1
Tints of Mabel #CDDFE1
RGB
CMYK
RGB Variations
Color information
#CDDFE1 (or 0xCDDFE1) is known color: Mabel. HEX triplet: CD, DF and E1. RGB value is (205,223,225). Sum of RGB (Red+Green+Blue) = 205+223+225=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 223 (87.5% from 255 or 34.15% 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 #CDDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFE1 is #32201E. Grayscale: #D9D9D9. Windows color (decimal): -3285023 or 14802893. OLE color: 14802893.
HSL color Cylindrical-coordinate representation of color #CDDFE1: hue angle of 186º degrees, saturation: 0.25, 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 #CDDFE1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 223 | 225 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.12 |
| HSL | 186º | 0.25% | 0.84% | - |
| HSV(B) | 186º | 0.09% | 0.88% | - |
| XYZ | 65.16 | 71.19 | 81.54 | - |
| YUV | 217.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 225 | 0.09 | 0.01 | 0 | 0.12 | 186 | 0.25 | 0.84 |
| Hex | CD | DF | E1 | 9 | 1 | 0 | C | BA | 19 | 54 |
| Octal | 315 | 337 | 341 | 11 | 1 | 0 | 14 | 272 | 31 | 124 |
| Binary | 11001101 | 11011111 | 11100001 | 1001 | 1 | 0 | 1100 | 10111010 | 11001 | 1010100 |
Color Harmonies of #CDDFE1
Complementary color
Monochromatic Colors of #CDDFE1
Black with #CDDFE1
Text Example
Text Example
White with #CDDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFE1; }
p { color: rgb(205,223,225); }
H1.HeaderClassName
{
color: #CDDFE1;
}
.AnyTagClassName
{
color: #CDDFE1;
}
</style>
background-color css
<style>
a { background-color: #CDDFE1; }
a { background-color: rgb(205,223,225); }
div.DivClassName
{
background-color: #CDDFE1;
}
.BgClassName
{
background-color: #CDDFE1;
}
</style>
border-color css
<style>
span { border-color: #CDDFE1; }
span { border-color: rgb(205,223,225); }
td.TdClassName
{
border-color: #CDDFE1;
}
.TagClassName
{
border-color: #CDDFE1;
}
</style>