Shades of Jet Stream #C3D3CC
Tints of Jet Stream #C3D3CC
RGB
CMYK
RGB Variations
Color information
#C3D3CC (or 0xC3D3CC) is known color: Jet Stream. HEX triplet: C3, D3 and CC. RGB value is (195,211,204). Sum of RGB (Red+Green+Blue) = 195+211+204=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D3CC is #3C2C33. Grayscale: #CDCDCD. Windows color (decimal): -3943476 or 13423555. OLE color: 13423555.
HSL color Cylindrical-coordinate representation of color #C3D3CC: hue angle of 153.75º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3D3CC is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 204 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.17 |
| HSL | 153.75º | 0.15% | 0.8% | - |
| HSV(B) | 153.75º | 0.08% | 0.83% | - |
| XYZ | 56.7 | 62.55 | 66.21 | - |
| YUV | 205.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 204 | 0.08 | 0 | 0.03 | 0.17 | 153.75 | 0.15 | 0.8 |
| Hex | C3 | D3 | CC | 8 | 0 | 3 | 11 | 9A | F | 50 |
| Octal | 303 | 323 | 314 | 10 | 0 | 3 | 21 | 232 | 17 | 120 |
| Binary | 11000011 | 11010011 | 11001100 | 1000 | 0 | 11 | 10001 | 10011010 | 1111 | 1010000 |
Color Harmonies of #C3D3CC
Complementary color
Monochromatic Colors of #C3D3CC
Black with #C3D3CC
Text Example
Text Example
White with #C3D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D3CC; }
p { color: rgb(195,211,204); }
H1.HeaderClassName
{
color: #C3D3CC;
}
.AnyTagClassName
{
color: #C3D3CC;
}
</style>
background-color css
<style>
a { background-color: #C3D3CC; }
a { background-color: rgb(195,211,204); }
div.DivClassName
{
background-color: #C3D3CC;
}
.BgClassName
{
background-color: #C3D3CC;
}
</style>
border-color css
<style>
span { border-color: #C3D3CC; }
span { border-color: rgb(195,211,204); }
td.TdClassName
{
border-color: #C3D3CC;
}
.TagClassName
{
border-color: #C3D3CC;
}
</style>