Shades of Jet Stream #C2CDCA
Tints of Jet Stream #C2CDCA
RGB
CMYK
RGB Variations
Color information
#C2CDCA (or 0xC2CDCA) is known color: Jet Stream. HEX triplet: C2, CD and CA. RGB value is (194,205,202). Sum of RGB (Red+Green+Blue) = 194+205+202=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDCA is #3D3235. Grayscale: #C9C9C9. Windows color (decimal): -4010550 or 13290946. OLE color: 13290946.
HSL color Cylindrical-coordinate representation of color #C2CDCA: hue angle of 163.64º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2CDCA is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 202 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.20 |
| HSL | 163.64º | 0.1% | 0.78% | - |
| HSV(B) | 163.64º | 0.05% | 0.8% | - |
| XYZ | 54.74 | 59.4 | 64.46 | - |
| YUV | 201.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 202 | 0.05 | 0 | 0.01 | 0.20 | 163.64 | 0.1 | 0.78 |
| Hex | C2 | CD | CA | 5 | 0 | 1 | 14 | A4 | A | 4E |
| Octal | 302 | 315 | 312 | 5 | 0 | 1 | 24 | 244 | 12 | 116 |
| Binary | 11000010 | 11001101 | 11001010 | 101 | 0 | 1 | 10100 | 10100100 | 1010 | 1001110 |
Color Harmonies of #C2CDCA
Complementary color
Monochromatic Colors of #C2CDCA
Black with #C2CDCA
Text Example
Text Example
White with #C2CDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDCA; }
p { color: rgb(194,205,202); }
H1.HeaderClassName
{
color: #C2CDCA;
}
.AnyTagClassName
{
color: #C2CDCA;
}
</style>
background-color css
<style>
a { background-color: #C2CDCA; }
a { background-color: rgb(194,205,202); }
div.DivClassName
{
background-color: #C2CDCA;
}
.BgClassName
{
background-color: #C2CDCA;
}
</style>
border-color css
<style>
span { border-color: #C2CDCA; }
span { border-color: rgb(194,205,202); }
td.TdClassName
{
border-color: #C2CDCA;
}
.TagClassName
{
border-color: #C2CDCA;
}
</style>