Shades of Jet Stream #C9CDCB
Tints of Jet Stream #C9CDCB
RGB
CMYK
RGB Variations
Color information
#C9CDCB (or 0xC9CDCB) is known color: Jet Stream. HEX triplet: C9, CD and CB. RGB value is (201,205,203). Sum of RGB (Red+Green+Blue) = 201+205+203=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDCB is #363234. Grayscale: #CBCBCB. Windows color (decimal): -3551797 or 13356489. OLE color: 13356489.
HSL color Cylindrical-coordinate representation of color #C9CDCB: hue angle of 150º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CDCB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 205 | 203 | - |
CMYK | 0.02 | 0 | 0.01 | 0.20 |
HSL | 150º | 0.04% | 0.8% | - |
HSV(B) | 150º | 0.02% | 0.8% | - |
XYZ | 56.7 | 60.39 | 65.17 | - |
YUV | 203.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 205 | 203 | 0.02 | 0 | 0.01 | 0.20 | 150 | 0.04 | 0.8 |
Hex | C9 | CD | CB | 2 | 0 | 1 | 14 | 96 | 4 | 50 |
Octal | 311 | 315 | 313 | 2 | 0 | 1 | 24 | 226 | 4 | 120 |
Binary | 11001001 | 11001101 | 11001011 | 10 | 0 | 1 | 10100 | 10010110 | 100 | 1010000 |
Color Harmonies of #C9CDCB
Complementary color
Monochromatic Colors of #C9CDCB
Black with #C9CDCB
Text Example
Text Example
White with #C9CDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDCB; }
p { color: rgb(201,205,203); }
H1.HeaderClassName
{
color: #C9CDCB;
}
.AnyTagClassName
{
color: #C9CDCB;
}
</style>
background-color css
<style>
a { background-color: #C9CDCB; }
a { background-color: rgb(201,205,203); }
div.DivClassName
{
background-color: #C9CDCB;
}
.BgClassName
{
background-color: #C9CDCB;
}
</style>
border-color css
<style>
span { border-color: #C9CDCB; }
span { border-color: rgb(201,205,203); }
td.TdClassName
{
border-color: #C9CDCB;
}
.TagClassName
{
border-color: #C9CDCB;
}
</style>