Shades of Jet Stream #C7CECB
Tints of Jet Stream #C7CECB
RGB
CMYK
RGB Variations
Color information
#C7CECB (or 0xC7CECB) is known color: Jet Stream. HEX triplet: C7, CE and CB. RGB value is (199,206,203). Sum of RGB (Red+Green+Blue) = 199+206+203=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CECB is #383134. Grayscale: #CBCBCB. Windows color (decimal): -3682613 or 13356743. OLE color: 13356743.
HSL color Cylindrical-coordinate representation of color #C7CECB: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CECB is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 203 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.19 |
| HSL | 154.29º | 0.07% | 0.79% | - |
| HSV(B) | 154.29º | 0.03% | 0.81% | - |
| XYZ | 56.4 | 60.6 | 65.22 | - |
| YUV | 203.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 203 | 0.03 | 0 | 0.01 | 0.19 | 154.29 | 0.07 | 0.79 |
| Hex | C7 | CE | CB | 3 | 0 | 1 | 13 | 9A | 7 | 4F |
| Octal | 307 | 316 | 313 | 3 | 0 | 1 | 23 | 232 | 7 | 117 |
| Binary | 11000111 | 11001110 | 11001011 | 11 | 0 | 1 | 10011 | 10011010 | 111 | 1001111 |
Color Harmonies of #C7CECB
Complementary color
Monochromatic Colors of #C7CECB
Black with #C7CECB
Text Example
Text Example
White with #C7CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CECB; }
p { color: rgb(199,206,203); }
H1.HeaderClassName
{
color: #C7CECB;
}
.AnyTagClassName
{
color: #C7CECB;
}
</style>
background-color css
<style>
a { background-color: #C7CECB; }
a { background-color: rgb(199,206,203); }
div.DivClassName
{
background-color: #C7CECB;
}
.BgClassName
{
background-color: #C7CECB;
}
</style>
border-color css
<style>
span { border-color: #C7CECB; }
span { border-color: rgb(199,206,203); }
td.TdClassName
{
border-color: #C7CECB;
}
.TagClassName
{
border-color: #C7CECB;
}
</style>