Shades of Jet Stream #C6D0CB
Tints of Jet Stream #C6D0CB
RGB
CMYK
RGB Variations
Color information
#C6D0CB (or 0xC6D0CB) is known color: Jet Stream. HEX triplet: C6, D0 and CB. RGB value is (198,208,203). Sum of RGB (Red+Green+Blue) = 198+208+203=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D0CB is #392F34. Grayscale: #CCCCCC. Windows color (decimal): -3747637 or 13357254. OLE color: 13357254.
HSL color Cylindrical-coordinate representation of color #C6D0CB: hue angle of 150º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6D0CB is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 203 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.18 |
| HSL | 150º | 0.1% | 0.8% | - |
| HSV(B) | 150º | 0.05% | 0.82% | - |
| XYZ | 56.62 | 61.43 | 65.37 | - |
| YUV | 204.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 203 | 0.05 | 0 | 0.02 | 0.18 | 150 | 0.1 | 0.8 |
| Hex | C6 | D0 | CB | 5 | 0 | 2 | 12 | 96 | A | 50 |
| Octal | 306 | 320 | 313 | 5 | 0 | 2 | 22 | 226 | 12 | 120 |
| Binary | 11000110 | 11010000 | 11001011 | 101 | 0 | 10 | 10010 | 10010110 | 1010 | 1010000 |
Color Harmonies of #C6D0CB
Complementary color
Monochromatic Colors of #C6D0CB
Black with #C6D0CB
Text Example
Text Example
White with #C6D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D0CB; }
p { color: rgb(198,208,203); }
H1.HeaderClassName
{
color: #C6D0CB;
}
.AnyTagClassName
{
color: #C6D0CB;
}
</style>
background-color css
<style>
a { background-color: #C6D0CB; }
a { background-color: rgb(198,208,203); }
div.DivClassName
{
background-color: #C6D0CB;
}
.BgClassName
{
background-color: #C6D0CB;
}
</style>
border-color css
<style>
span { border-color: #C6D0CB; }
span { border-color: rgb(198,208,203); }
td.TdClassName
{
border-color: #C6D0CB;
}
.TagClassName
{
border-color: #C6D0CB;
}
</style>