Shades of Jet Stream #C7D5CE
Tints of Jet Stream #C7D5CE
RGB
CMYK
RGB Variations
Color information
#C7D5CE (or 0xC7D5CE) is known color: Jet Stream. HEX triplet: C7, D5 and CE. RGB value is (199,213,206). Sum of RGB (Red+Green+Blue) = 199+213+206=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D5CE is #382A31. Grayscale: #D0D0D0. Windows color (decimal): -3680818 or 13555143. OLE color: 13555143.
HSL color Cylindrical-coordinate representation of color #C7D5CE: hue angle of 150º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D5CE is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 199 | 213 | 206 | - |
CMYK | 0.07 | 0 | 0.03 | 0.16 |
HSL | 150º | 0.14% | 0.81% | - |
HSV(B) | 150º | 0.07% | 0.84% | - |
XYZ | 58.49 | 64.19 | 67.7 | - |
YUV | 208.02 | 126.86 | 121.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 213 | 206 | 0.07 | 0 | 0.03 | 0.16 | 150 | 0.14 | 0.81 |
Hex | C7 | D5 | CE | 7 | 0 | 3 | 10 | 96 | E | 51 |
Octal | 307 | 325 | 316 | 7 | 0 | 3 | 20 | 226 | 16 | 121 |
Binary | 11000111 | 11010101 | 11001110 | 111 | 0 | 11 | 10000 | 10010110 | 1110 | 1010001 |
Color Harmonies of #C7D5CE
Complementary color
Monochromatic Colors of #C7D5CE
Black with #C7D5CE
Text Example
Text Example
White with #C7D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D5CE; }
p { color: rgb(199,213,206); }
H1.HeaderClassName
{
color: #C7D5CE;
}
.AnyTagClassName
{
color: #C7D5CE;
}
</style>
background-color css
<style>
a { background-color: #C7D5CE; }
a { background-color: rgb(199,213,206); }
div.DivClassName
{
background-color: #C7D5CE;
}
.BgClassName
{
background-color: #C7D5CE;
}
</style>
border-color css
<style>
span { border-color: #C7D5CE; }
span { border-color: rgb(199,213,206); }
td.TdClassName
{
border-color: #C7D5CE;
}
.TagClassName
{
border-color: #C7D5CE;
}
</style>