Shades of Jet Stream #C6D4CC
Tints of Jet Stream #C6D4CC
RGB
CMYK
RGB Variations
Color information
#C6D4CC (or 0xC6D4CC) is known color: Jet Stream. HEX triplet: C6, D4 and CC. RGB value is (198,212,204). Sum of RGB (Red+Green+Blue) = 198+212+204=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4CC is #392B33. Grayscale: #CECECE. Windows color (decimal): -3746612 or 13423814. OLE color: 13423814.
HSL color Cylindrical-coordinate representation of color #C6D4CC: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D4CC is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 212 | 204 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.17 |
| HSL | 145.71º | 0.14% | 0.8% | - |
| HSV(B) | 145.71º | 0.07% | 0.83% | - |
| XYZ | 57.73 | 63.45 | 66.33 | - |
| YUV | 206.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 204 | 0.07 | 0 | 0.04 | 0.17 | 145.71 | 0.14 | 0.8 |
| Hex | C6 | D4 | CC | 7 | 0 | 4 | 11 | 92 | E | 50 |
| Octal | 306 | 324 | 314 | 7 | 0 | 4 | 21 | 222 | 16 | 120 |
| Binary | 11000110 | 11010100 | 11001100 | 111 | 0 | 100 | 10001 | 10010010 | 1110 | 1010000 |
Color Harmonies of #C6D4CC
Complementary color
Monochromatic Colors of #C6D4CC
Black with #C6D4CC
Text Example
Text Example
White with #C6D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D4CC; }
p { color: rgb(198,212,204); }
H1.HeaderClassName
{
color: #C6D4CC;
}
.AnyTagClassName
{
color: #C6D4CC;
}
</style>
background-color css
<style>
a { background-color: #C6D4CC; }
a { background-color: rgb(198,212,204); }
div.DivClassName
{
background-color: #C6D4CC;
}
.BgClassName
{
background-color: #C6D4CC;
}
</style>
border-color css
<style>
span { border-color: #C6D4CC; }
span { border-color: rgb(198,212,204); }
td.TdClassName
{
border-color: #C6D4CC;
}
.TagClassName
{
border-color: #C6D4CC;
}
</style>