Shades of Mabel #CBDFE1
Tints of Mabel #CBDFE1
RGB
CMYK
RGB Variations
Color information
#CBDFE1 (or 0xCBDFE1) is known color: Mabel. HEX triplet: CB, DF and E1. RGB value is (203,223,225). Sum of RGB (Red+Green+Blue) = 203+223+225=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFE1 is #34201E. Grayscale: #D9D9D9. Windows color (decimal): -3416095 or 14802891. OLE color: 14802891.
HSL color Cylindrical-coordinate representation of color #CBDFE1: hue angle of 185.45º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBDFE1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 223 | 225 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.12 |
| HSL | 185.45º | 0.27% | 0.84% | - |
| HSV(B) | 185.45º | 0.1% | 0.88% | - |
| XYZ | 64.61 | 70.91 | 81.52 | - |
| YUV | 217.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 225 | 0.10 | 0.01 | 0 | 0.12 | 185.45 | 0.27 | 0.84 |
| Hex | CB | DF | E1 | A | 1 | 0 | C | B9 | 1B | 54 |
| Octal | 313 | 337 | 341 | 12 | 1 | 0 | 14 | 271 | 33 | 124 |
| Binary | 11001011 | 11011111 | 11100001 | 1010 | 1 | 0 | 1100 | 10111001 | 11011 | 1010100 |
Color Harmonies of #CBDFE1
Complementary color
Monochromatic Colors of #CBDFE1
Black with #CBDFE1
Text Example
Text Example
White with #CBDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFE1; }
p { color: rgb(203,223,225); }
H1.HeaderClassName
{
color: #CBDFE1;
}
.AnyTagClassName
{
color: #CBDFE1;
}
</style>
background-color css
<style>
a { background-color: #CBDFE1; }
a { background-color: rgb(203,223,225); }
div.DivClassName
{
background-color: #CBDFE1;
}
.BgClassName
{
background-color: #CBDFE1;
}
</style>
border-color css
<style>
span { border-color: #CBDFE1; }
span { border-color: rgb(203,223,225); }
td.TdClassName
{
border-color: #CBDFE1;
}
.TagClassName
{
border-color: #CBDFE1;
}
</style>