Shades of Jet Stream #C4D7CF
Tints of Jet Stream #C4D7CF
RGB
CMYK
RGB Variations
Color information
#C4D7CF (or 0xC4D7CF) is known color: Jet Stream. HEX triplet: C4, D7 and CF. RGB value is (196,215,207). Sum of RGB (Red+Green+Blue) = 196+215+207=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D7CF is #3B2830. Grayscale: #D0D0D0. Windows color (decimal): -3876913 or 13621188. OLE color: 13621188.
HSL color Cylindrical-coordinate representation of color #C4D7CF: hue angle of 154.74º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D7CF is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 207 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.16 |
| HSL | 154.74º | 0.19% | 0.81% | - |
| HSV(B) | 154.74º | 0.09% | 0.84% | - |
| XYZ | 58.33 | 64.84 | 68.47 | - |
| YUV | 208.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 207 | 0.09 | 0 | 0.04 | 0.16 | 154.74 | 0.19 | 0.81 |
| Hex | C4 | D7 | CF | 9 | 0 | 4 | 10 | 9B | 13 | 51 |
| Octal | 304 | 327 | 317 | 11 | 0 | 4 | 20 | 233 | 23 | 121 |
| Binary | 11000100 | 11010111 | 11001111 | 1001 | 0 | 100 | 10000 | 10011011 | 10011 | 1010001 |
Color Harmonies of #C4D7CF
Complementary color
Monochromatic Colors of #C4D7CF
Black with #C4D7CF
Text Example
Text Example
White with #C4D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D7CF; }
p { color: rgb(196,215,207); }
H1.HeaderClassName
{
color: #C4D7CF;
}
.AnyTagClassName
{
color: #C4D7CF;
}
</style>
background-color css
<style>
a { background-color: #C4D7CF; }
a { background-color: rgb(196,215,207); }
div.DivClassName
{
background-color: #C4D7CF;
}
.BgClassName
{
background-color: #C4D7CF;
}
</style>
border-color css
<style>
span { border-color: #C4D7CF; }
span { border-color: rgb(196,215,207); }
td.TdClassName
{
border-color: #C4D7CF;
}
.TagClassName
{
border-color: #C4D7CF;
}
</style>