Shades of Jet Stream #C8D4CF
Tints of Jet Stream #C8D4CF
RGB
CMYK
RGB Variations
Color information
#C8D4CF (or 0xC8D4CF) is known color: Jet Stream. HEX triplet: C8, D4 and CF. RGB value is (200,212,207). Sum of RGB (Red+Green+Blue) = 200+212+207=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4CF is #372B30. Grayscale: #CFCFCF. Windows color (decimal): -3615537 or 13620424. OLE color: 13620424.
HSL color Cylindrical-coordinate representation of color #C8D4CF: hue angle of 155º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8D4CF is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 200 | 212 | 207 | - |
CMYK | 0.06 | 0 | 0.02 | 0.17 |
HSL | 155º | 0.12% | 0.81% | - |
HSV(B) | 155º | 0.06% | 0.83% | - |
XYZ | 58.63 | 63.87 | 68.27 | - |
YUV | 207.84 | 127.52 | 122.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 212 | 207 | 0.06 | 0 | 0.02 | 0.17 | 155 | 0.12 | 0.81 |
Hex | C8 | D4 | CF | 6 | 0 | 2 | 11 | 9B | C | 51 |
Octal | 310 | 324 | 317 | 6 | 0 | 2 | 21 | 233 | 14 | 121 |
Binary | 11001000 | 11010100 | 11001111 | 110 | 0 | 10 | 10001 | 10011011 | 1100 | 1010001 |
Color Harmonies of #C8D4CF
Complementary color
Monochromatic Colors of #C8D4CF
Black with #C8D4CF
Text Example
Text Example
White with #C8D4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D4CF; }
p { color: rgb(200,212,207); }
H1.HeaderClassName
{
color: #C8D4CF;
}
.AnyTagClassName
{
color: #C8D4CF;
}
</style>
background-color css
<style>
a { background-color: #C8D4CF; }
a { background-color: rgb(200,212,207); }
div.DivClassName
{
background-color: #C8D4CF;
}
.BgClassName
{
background-color: #C8D4CF;
}
</style>
border-color css
<style>
span { border-color: #C8D4CF; }
span { border-color: rgb(200,212,207); }
td.TdClassName
{
border-color: #C8D4CF;
}
.TagClassName
{
border-color: #C8D4CF;
}
</style>