Shades of Jet Stream #C2D1CC
Tints of Jet Stream #C2D1CC
RGB
CMYK
RGB Variations
Color information
#C2D1CC (or 0xC2D1CC) is known color: Jet Stream. HEX triplet: C2, D1 and CC. RGB value is (194,209,204). Sum of RGB (Red+Green+Blue) = 194+209+204=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1CC is #3D2E33. Grayscale: #CBCBCB. Windows color (decimal): -4009524 or 13423042. OLE color: 13423042.
HSL color Cylindrical-coordinate representation of color #C2D1CC: hue angle of 160º 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 #C2D1CC is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 194 | 209 | 204 | - |
CMYK | 0.07 | 0 | 0.02 | 0.18 |
HSL | 160º | 0.14% | 0.79% | - |
HSV(B) | 160º | 0.07% | 0.82% | - |
XYZ | 55.95 | 61.43 | 66.04 | - |
YUV | 203.95 | 128.03 | 120.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 209 | 204 | 0.07 | 0 | 0.02 | 0.18 | 160 | 0.14 | 0.79 |
Hex | C2 | D1 | CC | 7 | 0 | 2 | 12 | A0 | E | 4F |
Octal | 302 | 321 | 314 | 7 | 0 | 2 | 22 | 240 | 16 | 117 |
Binary | 11000010 | 11010001 | 11001100 | 111 | 0 | 10 | 10010 | 10100000 | 1110 | 1001111 |
Color Harmonies of #C2D1CC
Complementary color
Monochromatic Colors of #C2D1CC
Black with #C2D1CC
Text Example
Text Example
White with #C2D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D1CC; }
p { color: rgb(194,209,204); }
H1.HeaderClassName
{
color: #C2D1CC;
}
.AnyTagClassName
{
color: #C2D1CC;
}
</style>
background-color css
<style>
a { background-color: #C2D1CC; }
a { background-color: rgb(194,209,204); }
div.DivClassName
{
background-color: #C2D1CC;
}
.BgClassName
{
background-color: #C2D1CC;
}
</style>
border-color css
<style>
span { border-color: #C2D1CC; }
span { border-color: rgb(194,209,204); }
td.TdClassName
{
border-color: #C2D1CC;
}
.TagClassName
{
border-color: #C2D1CC;
}
</style>