Shades of Jet Stream #C6D5CD
Tints of Jet Stream #C6D5CD
RGB
CMYK
RGB Variations
Color information
#C6D5CD (or 0xC6D5CD) is known color: Jet Stream. HEX triplet: C6, D5 and CD. RGB value is (198,213,205). Sum of RGB (Red+Green+Blue) = 198+213+205=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5CD is #392A32. Grayscale: #CFCFCF. Windows color (decimal): -3746355 or 13489606. OLE color: 13489606.
HSL color Cylindrical-coordinate representation of color #C6D5CD: hue angle of 148º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D5CD is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 205 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.16 |
| HSL | 148º | 0.15% | 0.81% | - |
| HSV(B) | 148º | 0.07% | 0.84% | - |
| XYZ | 58.1 | 64 | 67.05 | - |
| YUV | 207.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 205 | 0.07 | 0 | 0.04 | 0.16 | 148 | 0.15 | 0.81 |
| Hex | C6 | D5 | CD | 7 | 0 | 4 | 10 | 94 | F | 51 |
| Octal | 306 | 325 | 315 | 7 | 0 | 4 | 20 | 224 | 17 | 121 |
| Binary | 11000110 | 11010101 | 11001101 | 111 | 0 | 100 | 10000 | 10010100 | 1111 | 1010001 |
Color Harmonies of #C6D5CD
Complementary color
Monochromatic Colors of #C6D5CD
Black with #C6D5CD
Text Example
Text Example
White with #C6D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D5CD; }
p { color: rgb(198,213,205); }
H1.HeaderClassName
{
color: #C6D5CD;
}
.AnyTagClassName
{
color: #C6D5CD;
}
</style>
background-color css
<style>
a { background-color: #C6D5CD; }
a { background-color: rgb(198,213,205); }
div.DivClassName
{
background-color: #C6D5CD;
}
.BgClassName
{
background-color: #C6D5CD;
}
</style>
border-color css
<style>
span { border-color: #C6D5CD; }
span { border-color: rgb(198,213,205); }
td.TdClassName
{
border-color: #C6D5CD;
}
.TagClassName
{
border-color: #C6D5CD;
}
</style>