Shades of Jet Stream #C7CFCC
Tints of Jet Stream #C7CFCC
RGB
CMYK
RGB Variations
Color information
#C7CFCC (or 0xC7CFCC) is known color: Jet Stream. HEX triplet: C7, CF and CC. RGB value is (199,207,204). Sum of RGB (Red+Green+Blue) = 199+207+204=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFCC is #383033. Grayscale: #CCCCCC. Windows color (decimal): -3682356 or 13422535. OLE color: 13422535.
HSL color Cylindrical-coordinate representation of color #C7CFCC: hue angle of 157.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CFCC is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 204 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.19 |
| HSL | 157.5º | 0.08% | 0.8% | - |
| HSV(B) | 157.5º | 0.04% | 0.81% | - |
| XYZ | 56.77 | 61.13 | 65.93 | - |
| YUV | 204.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 204 | 0.04 | 0 | 0.01 | 0.19 | 157.5 | 0.08 | 0.8 |
| Hex | C7 | CF | CC | 4 | 0 | 1 | 13 | 9E | 8 | 50 |
| Octal | 307 | 317 | 314 | 4 | 0 | 1 | 23 | 236 | 10 | 120 |
| Binary | 11000111 | 11001111 | 11001100 | 100 | 0 | 1 | 10011 | 10011110 | 1000 | 1010000 |
Color Harmonies of #C7CFCC
Complementary color
Monochromatic Colors of #C7CFCC
Black with #C7CFCC
Text Example
Text Example
White with #C7CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFCC; }
p { color: rgb(199,207,204); }
H1.HeaderClassName
{
color: #C7CFCC;
}
.AnyTagClassName
{
color: #C7CFCC;
}
</style>
background-color css
<style>
a { background-color: #C7CFCC; }
a { background-color: rgb(199,207,204); }
div.DivClassName
{
background-color: #C7CFCC;
}
.BgClassName
{
background-color: #C7CFCC;
}
</style>
border-color css
<style>
span { border-color: #C7CFCC; }
span { border-color: rgb(199,207,204); }
td.TdClassName
{
border-color: #C7CFCC;
}
.TagClassName
{
border-color: #C7CFCC;
}
</style>