Shades of Jet Stream #C1D0CB
Tints of Jet Stream #C1D0CB
RGB
CMYK
RGB Variations
Color information
#C1D0CB (or 0xC1D0CB) is known color: Jet Stream. HEX triplet: C1, D0 and CB. RGB value is (193,208,203). Sum of RGB (Red+Green+Blue) = 193+208+203=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D0CB is #3E2F34. Grayscale: #CACACA. Windows color (decimal): -4075317 or 13357249. OLE color: 13357249.
HSL color Cylindrical-coordinate representation of color #C1D0CB: hue angle of 160º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1D0CB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 203 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.18 |
| HSL | 160º | 0.14% | 0.79% | - |
| HSV(B) | 160º | 0.07% | 0.82% | - |
| XYZ | 55.33 | 60.76 | 65.31 | - |
| YUV | 202.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 203 | 0.07 | 0 | 0.02 | 0.18 | 160 | 0.14 | 0.79 |
| Hex | C1 | D0 | CB | 7 | 0 | 2 | 12 | A0 | E | 4F |
| Octal | 301 | 320 | 313 | 7 | 0 | 2 | 22 | 240 | 16 | 117 |
| Binary | 11000001 | 11010000 | 11001011 | 111 | 0 | 10 | 10010 | 10100000 | 1110 | 1001111 |
Color Harmonies of #C1D0CB
Complementary color
Monochromatic Colors of #C1D0CB
Black with #C1D0CB
Text Example
Text Example
White with #C1D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D0CB; }
p { color: rgb(193,208,203); }
H1.HeaderClassName
{
color: #C1D0CB;
}
.AnyTagClassName
{
color: #C1D0CB;
}
</style>
background-color css
<style>
a { background-color: #C1D0CB; }
a { background-color: rgb(193,208,203); }
div.DivClassName
{
background-color: #C1D0CB;
}
.BgClassName
{
background-color: #C1D0CB;
}
</style>
border-color css
<style>
span { border-color: #C1D0CB; }
span { border-color: rgb(193,208,203); }
td.TdClassName
{
border-color: #C1D0CB;
}
.TagClassName
{
border-color: #C1D0CB;
}
</style>