Shades of Jet Stream #C8D1CD
Tints of Jet Stream #C8D1CD
RGB
CMYK
RGB Variations
Color information
#C8D1CD (or 0xC8D1CD) is known color: Jet Stream. HEX triplet: C8, D1 and CD. RGB value is (200,209,205). Sum of RGB (Red+Green+Blue) = 200+209+205=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1CD is #372E32. Grayscale: #CDCDCD. Windows color (decimal): -3616307 or 13488584. OLE color: 13488584.
HSL color Cylindrical-coordinate representation of color #C8D1CD: hue angle of 153.33º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8D1CD is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 200 | 209 | 205 | - |
CMYK | 0.04 | 0 | 0.02 | 0.18 |
HSL | 153.33º | 0.09% | 0.8% | - |
HSV(B) | 153.33º | 0.04% | 0.82% | - |
XYZ | 57.64 | 62.29 | 66.74 | - |
YUV | 205.85 | 127.52 | 123.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 209 | 205 | 0.04 | 0 | 0.02 | 0.18 | 153.33 | 0.09 | 0.8 |
Hex | C8 | D1 | CD | 4 | 0 | 2 | 12 | 99 | 9 | 50 |
Octal | 310 | 321 | 315 | 4 | 0 | 2 | 22 | 231 | 11 | 120 |
Binary | 11001000 | 11010001 | 11001101 | 100 | 0 | 10 | 10010 | 10011001 | 1001 | 1010000 |
Color Harmonies of #C8D1CD
Complementary color
Monochromatic Colors of #C8D1CD
Black with #C8D1CD
Text Example
Text Example
White with #C8D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1CD; }
p { color: rgb(200,209,205); }
H1.HeaderClassName
{
color: #C8D1CD;
}
.AnyTagClassName
{
color: #C8D1CD;
}
</style>
background-color css
<style>
a { background-color: #C8D1CD; }
a { background-color: rgb(200,209,205); }
div.DivClassName
{
background-color: #C8D1CD;
}
.BgClassName
{
background-color: #C8D1CD;
}
</style>
border-color css
<style>
span { border-color: #C8D1CD; }
span { border-color: rgb(200,209,205); }
td.TdClassName
{
border-color: #C8D1CD;
}
.TagClassName
{
border-color: #C8D1CD;
}
</style>