Shades of Jet Stream #C2D5CD
Tints of Jet Stream #C2D5CD
RGB
CMYK
RGB Variations
Color information
#C2D5CD (or 0xC2D5CD) is known color: Jet Stream. HEX triplet: C2, D5 and CD. RGB value is (194,213,205). Sum of RGB (Red+Green+Blue) = 194+213+205=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5CD is #3D2A32. Grayscale: #CECECE. Windows color (decimal): -4008499 or 13489602. OLE color: 13489602.
HSL color Cylindrical-coordinate representation of color #C2D5CD: hue angle of 154.74º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D5CD is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 194 | 213 | 205 | - |
CMYK | 0.09 | 0 | 0.04 | 0.16 |
HSL | 154.74º | 0.18% | 0.8% | - |
HSV(B) | 154.74º | 0.09% | 0.84% | - |
XYZ | 57.06 | 63.47 | 67 | - |
YUV | 206.41 | 127.21 | 119.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 213 | 205 | 0.09 | 0 | 0.04 | 0.16 | 154.74 | 0.18 | 0.8 |
Hex | C2 | D5 | CD | 9 | 0 | 4 | 10 | 9B | 12 | 50 |
Octal | 302 | 325 | 315 | 11 | 0 | 4 | 20 | 233 | 22 | 120 |
Binary | 11000010 | 11010101 | 11001101 | 1001 | 0 | 100 | 10000 | 10011011 | 10010 | 1010000 |
Color Harmonies of #C2D5CD
Complementary color
Monochromatic Colors of #C2D5CD
Black with #C2D5CD
Text Example
Text Example
White with #C2D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D5CD; }
p { color: rgb(194,213,205); }
H1.HeaderClassName
{
color: #C2D5CD;
}
.AnyTagClassName
{
color: #C2D5CD;
}
</style>
background-color css
<style>
a { background-color: #C2D5CD; }
a { background-color: rgb(194,213,205); }
div.DivClassName
{
background-color: #C2D5CD;
}
.BgClassName
{
background-color: #C2D5CD;
}
</style>
border-color css
<style>
span { border-color: #C2D5CD; }
span { border-color: rgb(194,213,205); }
td.TdClassName
{
border-color: #C2D5CD;
}
.TagClassName
{
border-color: #C2D5CD;
}
</style>