Shades of Jet Stream #C0D3CD
Tints of Jet Stream #C0D3CD
RGB
CMYK
RGB Variations
Color information
#C0D3CD (or 0xC0D3CD) is known color: Jet Stream. HEX triplet: C0, D3 and CD. RGB value is (192,211,205). Sum of RGB (Red+Green+Blue) = 192+211+205=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3CD is #3F2C32. Grayscale: #CCCCCC. Windows color (decimal): -4140083 or 13489088. OLE color: 13489088.
HSL color Cylindrical-coordinate representation of color #C0D3CD: hue angle of 161.05º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D3CD is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 205 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.17 |
| HSL | 161.05º | 0.18% | 0.79% | - |
| HSV(B) | 161.05º | 0.09% | 0.83% | - |
| XYZ | 56.05 | 62.2 | 66.81 | - |
| YUV | 204.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 205 | 0.09 | 0 | 0.03 | 0.17 | 161.05 | 0.18 | 0.79 |
| Hex | C0 | D3 | CD | 9 | 0 | 3 | 11 | A1 | 12 | 4F |
| Octal | 300 | 323 | 315 | 11 | 0 | 3 | 21 | 241 | 22 | 117 |
| Binary | 11000000 | 11010011 | 11001101 | 1001 | 0 | 11 | 10001 | 10100001 | 10010 | 1001111 |
Color Harmonies of #C0D3CD
Complementary color
Monochromatic Colors of #C0D3CD
Black with #C0D3CD
Text Example
Text Example
White with #C0D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D3CD; }
p { color: rgb(192,211,205); }
H1.HeaderClassName
{
color: #C0D3CD;
}
.AnyTagClassName
{
color: #C0D3CD;
}
</style>
background-color css
<style>
a { background-color: #C0D3CD; }
a { background-color: rgb(192,211,205); }
div.DivClassName
{
background-color: #C0D3CD;
}
.BgClassName
{
background-color: #C0D3CD;
}
</style>
border-color css
<style>
span { border-color: #C0D3CD; }
span { border-color: rgb(192,211,205); }
td.TdClassName
{
border-color: #C0D3CD;
}
.TagClassName
{
border-color: #C0D3CD;
}
</style>