Shades of Jet Stream #C3D2CC
Tints of Jet Stream #C3D2CC
RGB
CMYK
RGB Variations
Color information
#C3D2CC (or 0xC3D2CC) is known color: Jet Stream. HEX triplet: C3, D2 and CC. RGB value is (195,210,204). Sum of RGB (Red+Green+Blue) = 195+210+204=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2CC is #3C2D33. Grayscale: #CCCCCC. Windows color (decimal): -3943732 or 13423299. OLE color: 13423299.
HSL color Cylindrical-coordinate representation of color #C3D2CC: hue angle of 156º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3D2CC is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 204 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.18 |
| HSL | 156º | 0.14% | 0.79% | - |
| HSV(B) | 156º | 0.07% | 0.82% | - |
| XYZ | 56.45 | 62.05 | 66.13 | - |
| YUV | 204.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 204 | 0.07 | 0 | 0.03 | 0.18 | 156 | 0.14 | 0.79 |
| Hex | C3 | D2 | CC | 7 | 0 | 3 | 12 | 9C | E | 4F |
| Octal | 303 | 322 | 314 | 7 | 0 | 3 | 22 | 234 | 16 | 117 |
| Binary | 11000011 | 11010010 | 11001100 | 111 | 0 | 11 | 10010 | 10011100 | 1110 | 1001111 |
Color Harmonies of #C3D2CC
Complementary color
Monochromatic Colors of #C3D2CC
Black with #C3D2CC
Text Example
Text Example
White with #C3D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D2CC; }
p { color: rgb(195,210,204); }
H1.HeaderClassName
{
color: #C3D2CC;
}
.AnyTagClassName
{
color: #C3D2CC;
}
</style>
background-color css
<style>
a { background-color: #C3D2CC; }
a { background-color: rgb(195,210,204); }
div.DivClassName
{
background-color: #C3D2CC;
}
.BgClassName
{
background-color: #C3D2CC;
}
</style>
border-color css
<style>
span { border-color: #C3D2CC; }
span { border-color: rgb(195,210,204); }
td.TdClassName
{
border-color: #C3D2CC;
}
.TagClassName
{
border-color: #C3D2CC;
}
</style>