Shades of Jet Stream #C6D2CC
Tints of Jet Stream #C6D2CC
RGB
CMYK
RGB Variations
Color information
#C6D2CC (or 0xC6D2CC) is known color: Jet Stream. HEX triplet: C6, D2 and CC. RGB value is (198,210,204). Sum of RGB (Red+Green+Blue) = 198+210+204=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2CC is #392D33. Grayscale: #CDCDCD. Windows color (decimal): -3747124 or 13423302. OLE color: 13423302.
HSL color Cylindrical-coordinate representation of color #C6D2CC: hue angle of 150º 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 #C6D2CC is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 204 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.18 |
| HSL | 150º | 0.12% | 0.8% | - |
| HSV(B) | 150º | 0.06% | 0.82% | - |
| XYZ | 57.23 | 62.46 | 66.17 | - |
| YUV | 205.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 204 | 0.06 | 0 | 0.03 | 0.18 | 150 | 0.12 | 0.8 |
| Hex | C6 | D2 | CC | 6 | 0 | 3 | 12 | 96 | C | 50 |
| Octal | 306 | 322 | 314 | 6 | 0 | 3 | 22 | 226 | 14 | 120 |
| Binary | 11000110 | 11010010 | 11001100 | 110 | 0 | 11 | 10010 | 10010110 | 1100 | 1010000 |
Color Harmonies of #C6D2CC
Complementary color
Monochromatic Colors of #C6D2CC
Black with #C6D2CC
Text Example
Text Example
White with #C6D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D2CC; }
p { color: rgb(198,210,204); }
H1.HeaderClassName
{
color: #C6D2CC;
}
.AnyTagClassName
{
color: #C6D2CC;
}
</style>
background-color css
<style>
a { background-color: #C6D2CC; }
a { background-color: rgb(198,210,204); }
div.DivClassName
{
background-color: #C6D2CC;
}
.BgClassName
{
background-color: #C6D2CC;
}
</style>
border-color css
<style>
span { border-color: #C6D2CC; }
span { border-color: rgb(198,210,204); }
td.TdClassName
{
border-color: #C6D2CC;
}
.TagClassName
{
border-color: #C6D2CC;
}
</style>