Shades of Jet Stream #C2D3CE
Tints of Jet Stream #C2D3CE
RGB
CMYK
RGB Variations
Color information
#C2D3CE (or 0xC2D3CE) is known color: Jet Stream. HEX triplet: C2, D3 and CE. RGB value is (194,211,206). Sum of RGB (Red+Green+Blue) = 194+211+206=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3CE is #3D2C31. Grayscale: #CDCDCD. Windows color (decimal): -4009010 or 13554626. OLE color: 13554626.
HSL color Cylindrical-coordinate representation of color #C2D3CE: hue angle of 162.35º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2D3CE is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 206 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.17 |
| HSL | 162.35º | 0.16% | 0.79% | - |
| HSV(B) | 162.35º | 0.08% | 0.83% | - |
| XYZ | 56.68 | 62.51 | 67.47 | - |
| YUV | 205.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 206 | 0.08 | 0 | 0.02 | 0.17 | 162.35 | 0.16 | 0.79 |
| Hex | C2 | D3 | CE | 8 | 0 | 2 | 11 | A2 | 10 | 4F |
| Octal | 302 | 323 | 316 | 10 | 0 | 2 | 21 | 242 | 20 | 117 |
| Binary | 11000010 | 11010011 | 11001110 | 1000 | 0 | 10 | 10001 | 10100010 | 10000 | 1001111 |
Color Harmonies of #C2D3CE
Complementary color
Monochromatic Colors of #C2D3CE
Black with #C2D3CE
Text Example
Text Example
White with #C2D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D3CE; }
p { color: rgb(194,211,206); }
H1.HeaderClassName
{
color: #C2D3CE;
}
.AnyTagClassName
{
color: #C2D3CE;
}
</style>
background-color css
<style>
a { background-color: #C2D3CE; }
a { background-color: rgb(194,211,206); }
div.DivClassName
{
background-color: #C2D3CE;
}
.BgClassName
{
background-color: #C2D3CE;
}
</style>
border-color css
<style>
span { border-color: #C2D3CE; }
span { border-color: rgb(194,211,206); }
td.TdClassName
{
border-color: #C2D3CE;
}
.TagClassName
{
border-color: #C2D3CE;
}
</style>