Shades of Jet Stream #C3D3CE
Tints of Jet Stream #C3D3CE
RGB
CMYK
RGB Variations
Color information
#C3D3CE (or 0xC3D3CE) is known color: Jet Stream. HEX triplet: C3, D3 and CE. RGB value is (195,211,206). Sum of RGB (Red+Green+Blue) = 195+211+206=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D3CE is #3C2C31. Grayscale: #CDCDCD. Windows color (decimal): -3943474 or 13554627. OLE color: 13554627.
HSL color Cylindrical-coordinate representation of color #C3D3CE: hue angle of 161.25º 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 #C3D3CE is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 206 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.17 |
| HSL | 161.25º | 0.15% | 0.8% | - |
| HSV(B) | 161.25º | 0.08% | 0.83% | - |
| XYZ | 56.94 | 62.65 | 67.48 | - |
| YUV | 205.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 206 | 0.08 | 0 | 0.02 | 0.17 | 161.25 | 0.15 | 0.8 |
| Hex | C3 | D3 | CE | 8 | 0 | 2 | 11 | A1 | F | 50 |
| Octal | 303 | 323 | 316 | 10 | 0 | 2 | 21 | 241 | 17 | 120 |
| Binary | 11000011 | 11010011 | 11001110 | 1000 | 0 | 10 | 10001 | 10100001 | 1111 | 1010000 |
Color Harmonies of #C3D3CE
Complementary color
Monochromatic Colors of #C3D3CE
Black with #C3D3CE
Text Example
Text Example
White with #C3D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D3CE; }
p { color: rgb(195,211,206); }
H1.HeaderClassName
{
color: #C3D3CE;
}
.AnyTagClassName
{
color: #C3D3CE;
}
</style>
background-color css
<style>
a { background-color: #C3D3CE; }
a { background-color: rgb(195,211,206); }
div.DivClassName
{
background-color: #C3D3CE;
}
.BgClassName
{
background-color: #C3D3CE;
}
</style>
border-color css
<style>
span { border-color: #C3D3CE; }
span { border-color: rgb(195,211,206); }
td.TdClassName
{
border-color: #C3D3CE;
}
.TagClassName
{
border-color: #C3D3CE;
}
</style>