Shades of Jet Stream #C7D0CC
Tints of Jet Stream #C7D0CC
RGB
CMYK
RGB Variations
Color information
#C7D0CC (or 0xC7D0CC) is known color: Jet Stream. HEX triplet: C7, D0 and CC. RGB value is (199,208,204). Sum of RGB (Red+Green+Blue) = 199+208+204=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0CC is #382F33. Grayscale: #CCCCCC. Windows color (decimal): -3682100 or 13422791. OLE color: 13422791.
HSL color Cylindrical-coordinate representation of color #C7D0CC: 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 #C7D0CC is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 199 | 208 | 204 | - |
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.01 | 61.61 | 66.01 | - |
YUV | 204.85 | 127.52 | 123.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 208 | 204 | 0.04 | 0 | 0.02 | 0.18 | 153.33 | 0.09 | 0.8 |
Hex | C7 | D0 | CC | 4 | 0 | 2 | 12 | 99 | 9 | 50 |
Octal | 307 | 320 | 314 | 4 | 0 | 2 | 22 | 231 | 11 | 120 |
Binary | 11000111 | 11010000 | 11001100 | 100 | 0 | 10 | 10010 | 10011001 | 1001 | 1010000 |
Color Harmonies of #C7D0CC
Complementary color
Monochromatic Colors of #C7D0CC
Black with #C7D0CC
Text Example
Text Example
White with #C7D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D0CC; }
p { color: rgb(199,208,204); }
H1.HeaderClassName
{
color: #C7D0CC;
}
.AnyTagClassName
{
color: #C7D0CC;
}
</style>
background-color css
<style>
a { background-color: #C7D0CC; }
a { background-color: rgb(199,208,204); }
div.DivClassName
{
background-color: #C7D0CC;
}
.BgClassName
{
background-color: #C7D0CC;
}
</style>
border-color css
<style>
span { border-color: #C7D0CC; }
span { border-color: rgb(199,208,204); }
td.TdClassName
{
border-color: #C7D0CC;
}
.TagClassName
{
border-color: #C7D0CC;
}
</style>