Shades of Jet Stream #C8CDCB
Tints of Jet Stream #C8CDCB
RGB
CMYK
RGB Variations
Color information
#C8CDCB (or 0xC8CDCB) is known color: Jet Stream. HEX triplet: C8, CD and CB. RGB value is (200,205,203). Sum of RGB (Red+Green+Blue) = 200+205+203=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDCB is #373234. Grayscale: #CBCBCB. Windows color (decimal): -3617333 or 13356488. OLE color: 13356488.
HSL color Cylindrical-coordinate representation of color #C8CDCB: hue angle of 156º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CDCB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 205 | 203 | - |
CMYK | 0.02 | 0 | 0.01 | 0.20 |
HSL | 156º | 0.05% | 0.79% | - |
HSV(B) | 156º | 0.02% | 0.8% | - |
XYZ | 56.43 | 60.25 | 65.16 | - |
YUV | 203.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 205 | 203 | 0.02 | 0 | 0.01 | 0.20 | 156 | 0.05 | 0.79 |
Hex | C8 | CD | CB | 2 | 0 | 1 | 14 | 9C | 5 | 4F |
Octal | 310 | 315 | 313 | 2 | 0 | 1 | 24 | 234 | 5 | 117 |
Binary | 11001000 | 11001101 | 11001011 | 10 | 0 | 1 | 10100 | 10011100 | 101 | 1001111 |
Color Harmonies of #C8CDCB
Complementary color
Monochromatic Colors of #C8CDCB
Black with #C8CDCB
Text Example
Text Example
White with #C8CDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDCB; }
p { color: rgb(200,205,203); }
H1.HeaderClassName
{
color: #C8CDCB;
}
.AnyTagClassName
{
color: #C8CDCB;
}
</style>
background-color css
<style>
a { background-color: #C8CDCB; }
a { background-color: rgb(200,205,203); }
div.DivClassName
{
background-color: #C8CDCB;
}
.BgClassName
{
background-color: #C8CDCB;
}
</style>
border-color css
<style>
span { border-color: #C8CDCB; }
span { border-color: rgb(200,205,203); }
td.TdClassName
{
border-color: #C8CDCB;
}
.TagClassName
{
border-color: #C8CDCB;
}
</style>