Shades of Jet Stream #C8D0CD
Tints of Jet Stream #C8D0CD
RGB
CMYK
RGB Variations
Color information
#C8D0CD (or 0xC8D0CD) is known color: Jet Stream. HEX triplet: C8, D0 and CD. RGB value is (200,208,205). Sum of RGB (Red+Green+Blue) = 200+208+205=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0CD is #372F32. Grayscale: #CDCDCD. Windows color (decimal): -3616563 or 13488328. OLE color: 13488328.
HSL color Cylindrical-coordinate representation of color #C8D0CD: hue angle of 157.5º degrees, saturation: 0.08, 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 #C8D0CD is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 200 | 208 | 205 | - |
CMYK | 0.04 | 0 | 0.01 | 0.18 |
HSL | 157.5º | 0.08% | 0.8% | - |
HSV(B) | 157.5º | 0.04% | 0.82% | - |
XYZ | 57.39 | 61.8 | 66.66 | - |
YUV | 205.27 | 127.85 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 208 | 205 | 0.04 | 0 | 0.01 | 0.18 | 157.5 | 0.08 | 0.8 |
Hex | C8 | D0 | CD | 4 | 0 | 1 | 12 | 9E | 8 | 50 |
Octal | 310 | 320 | 315 | 4 | 0 | 1 | 22 | 236 | 10 | 120 |
Binary | 11001000 | 11010000 | 11001101 | 100 | 0 | 1 | 10010 | 10011110 | 1000 | 1010000 |
Color Harmonies of #C8D0CD
Complementary color
Monochromatic Colors of #C8D0CD
Black with #C8D0CD
Text Example
Text Example
White with #C8D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D0CD; }
p { color: rgb(200,208,205); }
H1.HeaderClassName
{
color: #C8D0CD;
}
.AnyTagClassName
{
color: #C8D0CD;
}
</style>
background-color css
<style>
a { background-color: #C8D0CD; }
a { background-color: rgb(200,208,205); }
div.DivClassName
{
background-color: #C8D0CD;
}
.BgClassName
{
background-color: #C8D0CD;
}
</style>
border-color css
<style>
span { border-color: #C8D0CD; }
span { border-color: rgb(200,208,205); }
td.TdClassName
{
border-color: #C8D0CD;
}
.TagClassName
{
border-color: #C8D0CD;
}
</style>