Shades of Mabel #CBDEDF
Tints of Mabel #CBDEDF
RGB
CMYK
RGB Variations
Color information
#CBDEDF (or 0xCBDEDF) is known color: Mabel. HEX triplet: CB, DE and DF. RGB value is (203,222,223). Sum of RGB (Red+Green+Blue) = 203+222+223=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEDF is #342120. Grayscale: #D8D8D8. Windows color (decimal): -3416353 or 14671563. OLE color: 14671563.
HSL color Cylindrical-coordinate representation of color #CBDEDF: hue angle of 183º degrees, saturation: 0.24, 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 #CBDEDF is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 223 | - |
| CMYK | 0.09 | 0.00 | 0 | 0.13 |
| HSL | 183º | 0.24% | 0.84% | - |
| HSV(B) | 183º | 0.09% | 0.87% | - |
| XYZ | 64.07 | 70.27 | 80 | - |
| YUV | 216.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 223 | 0.09 | 0.00 | 0 | 0.13 | 183 | 0.24 | 0.84 |
| Hex | CB | DE | DF | 9 | 0 | 0 | D | B7 | 18 | 54 |
| Octal | 313 | 336 | 337 | 11 | 0 | 0 | 15 | 267 | 30 | 124 |
| Binary | 11001011 | 11011110 | 11011111 | 1001 | 0 | 0 | 1101 | 10110111 | 11000 | 1010100 |
Color Harmonies of #CBDEDF
Complementary color
Monochromatic Colors of #CBDEDF
Black with #CBDEDF
Text Example
Text Example
White with #CBDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEDF; }
p { color: rgb(203,222,223); }
H1.HeaderClassName
{
color: #CBDEDF;
}
.AnyTagClassName
{
color: #CBDEDF;
}
</style>
background-color css
<style>
a { background-color: #CBDEDF; }
a { background-color: rgb(203,222,223); }
div.DivClassName
{
background-color: #CBDEDF;
}
.BgClassName
{
background-color: #CBDEDF;
}
</style>
border-color css
<style>
span { border-color: #CBDEDF; }
span { border-color: rgb(203,222,223); }
td.TdClassName
{
border-color: #CBDEDF;
}
.TagClassName
{
border-color: #CBDEDF;
}
</style>