Shades of Jet Stream #CBCFCD
Tints of Jet Stream #CBCFCD
RGB
CMYK
RGB Variations
Color information
#CBCFCD (or 0xCBCFCD) is known color: Jet Stream. HEX triplet: CB, CF and CD. RGB value is (203,207,205). Sum of RGB (Red+Green+Blue) = 203+207+205=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFCD is #343032. Grayscale: #CDCDCD. Windows color (decimal): -3420211 or 13488075. OLE color: 13488075.
HSL color Cylindrical-coordinate representation of color #CBCFCD: hue angle of 150º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCFCD is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 203 | 207 | 205 | - |
CMYK | 0.02 | 0 | 0.01 | 0.19 |
HSL | 150º | 0.04% | 0.8% | - |
HSV(B) | 150º | 0.02% | 0.81% | - |
XYZ | 57.96 | 61.73 | 66.62 | - |
YUV | 205.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 207 | 205 | 0.02 | 0 | 0.01 | 0.19 | 150 | 0.04 | 0.8 |
Hex | CB | CF | CD | 2 | 0 | 1 | 13 | 96 | 4 | 50 |
Octal | 313 | 317 | 315 | 2 | 0 | 1 | 23 | 226 | 4 | 120 |
Binary | 11001011 | 11001111 | 11001101 | 10 | 0 | 1 | 10011 | 10010110 | 100 | 1010000 |
Color Harmonies of #CBCFCD
Complementary color
Monochromatic Colors of #CBCFCD
Black with #CBCFCD
Text Example
Text Example
White with #CBCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFCD; }
p { color: rgb(203,207,205); }
H1.HeaderClassName
{
color: #CBCFCD;
}
.AnyTagClassName
{
color: #CBCFCD;
}
</style>
background-color css
<style>
a { background-color: #CBCFCD; }
a { background-color: rgb(203,207,205); }
div.DivClassName
{
background-color: #CBCFCD;
}
.BgClassName
{
background-color: #CBCFCD;
}
</style>
border-color css
<style>
span { border-color: #CBCFCD; }
span { border-color: rgb(203,207,205); }
td.TdClassName
{
border-color: #CBCFCD;
}
.TagClassName
{
border-color: #CBCFCD;
}
</style>