Shades of Jet Stream #C8D1CC
Tints of Jet Stream #C8D1CC
RGB
CMYK
RGB Variations
Color information
#C8D1CC (or 0xC8D1CC) is known color: Jet Stream. HEX triplet: C8, D1 and CC. RGB value is (200,209,204). Sum of RGB (Red+Green+Blue) = 200+209+204=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1CC is #372E33. Grayscale: #CDCDCD. Windows color (decimal): -3616308 or 13423048. OLE color: 13423048.
HSL color Cylindrical-coordinate representation of color #C8D1CC: hue angle of 146.67º 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 #C8D1CC is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 200 | 209 | 204 | - |
CMYK | 0.04 | 0 | 0.02 | 0.18 |
HSL | 146.67º | 0.09% | 0.8% | - |
HSV(B) | 146.67º | 0.04% | 0.82% | - |
XYZ | 57.52 | 62.24 | 66.11 | - |
YUV | 205.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 209 | 204 | 0.04 | 0 | 0.02 | 0.18 | 146.67 | 0.09 | 0.8 |
Hex | C8 | D1 | CC | 4 | 0 | 2 | 12 | 93 | 9 | 50 |
Octal | 310 | 321 | 314 | 4 | 0 | 2 | 22 | 223 | 11 | 120 |
Binary | 11001000 | 11010001 | 11001100 | 100 | 0 | 10 | 10010 | 10010011 | 1001 | 1010000 |
Color Harmonies of #C8D1CC
Complementary color
Monochromatic Colors of #C8D1CC
Black with #C8D1CC
Text Example
Text Example
White with #C8D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1CC; }
p { color: rgb(200,209,204); }
H1.HeaderClassName
{
color: #C8D1CC;
}
.AnyTagClassName
{
color: #C8D1CC;
}
</style>
background-color css
<style>
a { background-color: #C8D1CC; }
a { background-color: rgb(200,209,204); }
div.DivClassName
{
background-color: #C8D1CC;
}
.BgClassName
{
background-color: #C8D1CC;
}
</style>
border-color css
<style>
span { border-color: #C8D1CC; }
span { border-color: rgb(200,209,204); }
td.TdClassName
{
border-color: #C8D1CC;
}
.TagClassName
{
border-color: #C8D1CC;
}
</style>