Shades of Jet Stream #C9D3CE
Tints of Jet Stream #C9D3CE
RGB
CMYK
RGB Variations
Color information
#C9D3CE (or 0xC9D3CE) is known color: Jet Stream. HEX triplet: C9, D3 and CE. RGB value is (201,211,206). Sum of RGB (Red+Green+Blue) = 201+211+206=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D3CE is #362C31. Grayscale: #CFCFCF. Windows color (decimal): -3550258 or 13554633. OLE color: 13554633.
HSL color Cylindrical-coordinate representation of color #C9D3CE: hue angle of 150º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9D3CE is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 206 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.17 |
| HSL | 150º | 0.1% | 0.81% | - |
| HSV(B) | 150º | 0.05% | 0.83% | - |
| XYZ | 58.52 | 63.46 | 67.56 | - |
| YUV | 207.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 206 | 0.05 | 0 | 0.02 | 0.17 | 150 | 0.1 | 0.81 |
| Hex | C9 | D3 | CE | 5 | 0 | 2 | 11 | 96 | A | 51 |
| Octal | 311 | 323 | 316 | 5 | 0 | 2 | 21 | 226 | 12 | 121 |
| Binary | 11001001 | 11010011 | 11001110 | 101 | 0 | 10 | 10001 | 10010110 | 1010 | 1010001 |
Color Harmonies of #C9D3CE
Complementary color
Monochromatic Colors of #C9D3CE
Black with #C9D3CE
Text Example
Text Example
White with #C9D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D3CE; }
p { color: rgb(201,211,206); }
H1.HeaderClassName
{
color: #C9D3CE;
}
.AnyTagClassName
{
color: #C9D3CE;
}
</style>
background-color css
<style>
a { background-color: #C9D3CE; }
a { background-color: rgb(201,211,206); }
div.DivClassName
{
background-color: #C9D3CE;
}
.BgClassName
{
background-color: #C9D3CE;
}
</style>
border-color css
<style>
span { border-color: #C9D3CE; }
span { border-color: rgb(201,211,206); }
td.TdClassName
{
border-color: #C9D3CE;
}
.TagClassName
{
border-color: #C9D3CE;
}
</style>