Shades of Nebula #C6D2CB
Tints of Nebula #C6D2CB
RGB
CMYK
RGB Variations
Color information
#C6D2CB (or 0xC6D2CB) is known color: Nebula. HEX triplet: C6, D2 and CB. RGB value is (198,210,203). Sum of RGB (Red+Green+Blue) = 198+210+203=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2CB is #392D34. Grayscale: #CDCDCD. Windows color (decimal): -3747125 or 13357766. OLE color: 13357766.
HSL color Cylindrical-coordinate representation of color #C6D2CB: hue angle of 145º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6D2CB is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 203 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.18 |
| HSL | 145º | 0.12% | 0.8% | - |
| HSV(B) | 145º | 0.06% | 0.82% | - |
| XYZ | 57.11 | 62.41 | 65.54 | - |
| YUV | 205.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 203 | 0.06 | 0 | 0.03 | 0.18 | 145 | 0.12 | 0.8 |
| Hex | C6 | D2 | CB | 6 | 0 | 3 | 12 | 91 | C | 50 |
| Octal | 306 | 322 | 313 | 6 | 0 | 3 | 22 | 221 | 14 | 120 |
| Binary | 11000110 | 11010010 | 11001011 | 110 | 0 | 11 | 10010 | 10010001 | 1100 | 1010000 |
Color Harmonies of #C6D2CB
Complementary color
Monochromatic Colors of #C6D2CB
Black with #C6D2CB
Text Example
Text Example
White with #C6D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D2CB; }
p { color: rgb(198,210,203); }
H1.HeaderClassName
{
color: #C6D2CB;
}
.AnyTagClassName
{
color: #C6D2CB;
}
</style>
background-color css
<style>
a { background-color: #C6D2CB; }
a { background-color: rgb(198,210,203); }
div.DivClassName
{
background-color: #C6D2CB;
}
.BgClassName
{
background-color: #C6D2CB;
}
</style>
border-color css
<style>
span { border-color: #C6D2CB; }
span { border-color: rgb(198,210,203); }
td.TdClassName
{
border-color: #C6D2CB;
}
.TagClassName
{
border-color: #C6D2CB;
}
</style>