Shades of Jet Stream #C9D2CE
Tints of Jet Stream #C9D2CE
RGB
CMYK
RGB Variations
Color information
#C9D2CE (or 0xC9D2CE) is known color: Jet Stream. HEX triplet: C9, D2 and CE. RGB value is (201,210,206). Sum of RGB (Red+Green+Blue) = 201+210+206=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D2CE is #362D31. Grayscale: #CECECE. Windows color (decimal): -3550514 or 13554377. OLE color: 13554377.
HSL color Cylindrical-coordinate representation of color #C9D2CE: hue angle of 153.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C9D2CE is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 210 | 206 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.18 |
| HSL | 153.33º | 0.09% | 0.81% | - |
| HSV(B) | 153.33º | 0.04% | 0.82% | - |
| XYZ | 58.27 | 62.97 | 67.47 | - |
| YUV | 206.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 206 | 0.04 | 0 | 0.02 | 0.18 | 153.33 | 0.09 | 0.81 |
| Hex | C9 | D2 | CE | 4 | 0 | 2 | 12 | 99 | 9 | 51 |
| Octal | 311 | 322 | 316 | 4 | 0 | 2 | 22 | 231 | 11 | 121 |
| Binary | 11001001 | 11010010 | 11001110 | 100 | 0 | 10 | 10010 | 10011001 | 1001 | 1010001 |
Color Harmonies of #C9D2CE
Complementary color
Monochromatic Colors of #C9D2CE
Black with #C9D2CE
Text Example
Text Example
White with #C9D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D2CE; }
p { color: rgb(201,210,206); }
H1.HeaderClassName
{
color: #C9D2CE;
}
.AnyTagClassName
{
color: #C9D2CE;
}
</style>
background-color css
<style>
a { background-color: #C9D2CE; }
a { background-color: rgb(201,210,206); }
div.DivClassName
{
background-color: #C9D2CE;
}
.BgClassName
{
background-color: #C9D2CE;
}
</style>
border-color css
<style>
span { border-color: #C9D2CE; }
span { border-color: rgb(201,210,206); }
td.TdClassName
{
border-color: #C9D2CE;
}
.TagClassName
{
border-color: #C9D2CE;
}
</style>