Shades of Jet Stream #C6D4CD
Tints of Jet Stream #C6D4CD
RGB
CMYK
RGB Variations
Color information
#C6D4CD (or 0xC6D4CD) is known color: Jet Stream. HEX triplet: C6, D4 and CD. RGB value is (198,212,205). Sum of RGB (Red+Green+Blue) = 198+212+205=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4CD is #392B32. Grayscale: #CFCFCF. Windows color (decimal): -3746611 or 13489350. OLE color: 13489350.
HSL color Cylindrical-coordinate representation of color #C6D4CD: hue angle of 150º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D4CD is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 198 | 212 | 205 | - |
CMYK | 0.07 | 0 | 0.03 | 0.17 |
HSL | 150º | 0.14% | 0.8% | - |
HSV(B) | 150º | 0.07% | 0.83% | - |
XYZ | 57.85 | 63.5 | 66.97 | - |
YUV | 207.02 | 126.86 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 212 | 205 | 0.07 | 0 | 0.03 | 0.17 | 150 | 0.14 | 0.8 |
Hex | C6 | D4 | CD | 7 | 0 | 3 | 11 | 96 | E | 50 |
Octal | 306 | 324 | 315 | 7 | 0 | 3 | 21 | 226 | 16 | 120 |
Binary | 11000110 | 11010100 | 11001101 | 111 | 0 | 11 | 10001 | 10010110 | 1110 | 1010000 |
Color Harmonies of #C6D4CD
Complementary color
Monochromatic Colors of #C6D4CD
Black with #C6D4CD
Text Example
Text Example
White with #C6D4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D4CD; }
p { color: rgb(198,212,205); }
H1.HeaderClassName
{
color: #C6D4CD;
}
.AnyTagClassName
{
color: #C6D4CD;
}
</style>
background-color css
<style>
a { background-color: #C6D4CD; }
a { background-color: rgb(198,212,205); }
div.DivClassName
{
background-color: #C6D4CD;
}
.BgClassName
{
background-color: #C6D4CD;
}
</style>
border-color css
<style>
span { border-color: #C6D4CD; }
span { border-color: rgb(198,212,205); }
td.TdClassName
{
border-color: #C6D4CD;
}
.TagClassName
{
border-color: #C6D4CD;
}
</style>