Shades of Jet Stream #C4CDC9
Tints of Jet Stream #C4CDC9
RGB
CMYK
RGB Variations
Color information
#C4CDC9 (or 0xC4CDC9) is known color: Jet Stream. HEX triplet: C4, CD and C9. RGB value is (196,205,201). Sum of RGB (Red+Green+Blue) = 196+205+201=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDC9 is #3B3236. Grayscale: #C9C9C9. Windows color (decimal): -3879479 or 13225412. OLE color: 13225412.
HSL color Cylindrical-coordinate representation of color #C4CDC9: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4CDC9 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 205 | 201 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.20 |
| HSL | 153.33º | 0.08% | 0.79% | - |
| HSV(B) | 153.33º | 0.04% | 0.8% | - |
| XYZ | 55.14 | 59.62 | 63.86 | - |
| YUV | 201.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 201 | 0.04 | 0 | 0.02 | 0.20 | 153.33 | 0.08 | 0.79 |
| Hex | C4 | CD | C9 | 4 | 0 | 2 | 14 | 99 | 8 | 4F |
| Octal | 304 | 315 | 311 | 4 | 0 | 2 | 24 | 231 | 10 | 117 |
| Binary | 11000100 | 11001101 | 11001001 | 100 | 0 | 10 | 10100 | 10011001 | 1000 | 1001111 |
Color Harmonies of #C4CDC9
Complementary color
Monochromatic Colors of #C4CDC9
Black with #C4CDC9
Text Example
Text Example
White with #C4CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDC9; }
p { color: rgb(196,205,201); }
H1.HeaderClassName
{
color: #C4CDC9;
}
.AnyTagClassName
{
color: #C4CDC9;
}
</style>
background-color css
<style>
a { background-color: #C4CDC9; }
a { background-color: rgb(196,205,201); }
div.DivClassName
{
background-color: #C4CDC9;
}
.BgClassName
{
background-color: #C4CDC9;
}
</style>
border-color css
<style>
span { border-color: #C4CDC9; }
span { border-color: rgb(196,205,201); }
td.TdClassName
{
border-color: #C4CDC9;
}
.TagClassName
{
border-color: #C4CDC9;
}
</style>