Shades of Jet Stream #C9D3CF
Tints of Jet Stream #C9D3CF
RGB
CMYK
RGB Variations
Color information
#C9D3CF (or 0xC9D3CF) is known color: Jet Stream. HEX triplet: C9, D3 and CF. RGB value is (201,211,207). Sum of RGB (Red+Green+Blue) = 201+211+207=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D3CF is #362C30. Grayscale: #CFCFCF. Windows color (decimal): -3550257 or 13620169. OLE color: 13620169.
HSL color Cylindrical-coordinate representation of color #C9D3CF: hue angle of 156º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9D3CF is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 207 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.17 |
| HSL | 156º | 0.1% | 0.81% | - |
| HSV(B) | 156º | 0.05% | 0.83% | - |
| XYZ | 58.64 | 63.51 | 68.2 | - |
| YUV | 207.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 207 | 0.05 | 0 | 0.02 | 0.17 | 156 | 0.1 | 0.81 |
| Hex | C9 | D3 | CF | 5 | 0 | 2 | 11 | 9C | A | 51 |
| Octal | 311 | 323 | 317 | 5 | 0 | 2 | 21 | 234 | 12 | 121 |
| Binary | 11001001 | 11010011 | 11001111 | 101 | 0 | 10 | 10001 | 10011100 | 1010 | 1010001 |
Color Harmonies of #C9D3CF
Complementary color
Monochromatic Colors of #C9D3CF
Black with #C9D3CF
Text Example
Text Example
White with #C9D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D3CF; }
p { color: rgb(201,211,207); }
H1.HeaderClassName
{
color: #C9D3CF;
}
.AnyTagClassName
{
color: #C9D3CF;
}
</style>
background-color css
<style>
a { background-color: #C9D3CF; }
a { background-color: rgb(201,211,207); }
div.DivClassName
{
background-color: #C9D3CF;
}
.BgClassName
{
background-color: #C9D3CF;
}
</style>
border-color css
<style>
span { border-color: #C9D3CF; }
span { border-color: rgb(201,211,207); }
td.TdClassName
{
border-color: #C9D3CF;
}
.TagClassName
{
border-color: #C9D3CF;
}
</style>