Shades of Jet Stream #C4D0CB
Tints of Jet Stream #C4D0CB
RGB
CMYK
RGB Variations
Color information
#C4D0CB (or 0xC4D0CB) is known color: Jet Stream. HEX triplet: C4, D0 and CB. RGB value is (196,208,203). Sum of RGB (Red+Green+Blue) = 196+208+203=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0CB is #3B2F34. Grayscale: #CBCBCB. Windows color (decimal): -3878709 or 13357252. OLE color: 13357252.
HSL color Cylindrical-coordinate representation of color #C4D0CB: hue angle of 155º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4D0CB is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 203 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.18 |
| HSL | 155º | 0.11% | 0.79% | - |
| HSV(B) | 155º | 0.06% | 0.82% | - |
| XYZ | 56.1 | 61.16 | 65.35 | - |
| YUV | 203.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 203 | 0.06 | 0 | 0.02 | 0.18 | 155 | 0.11 | 0.79 |
| Hex | C4 | D0 | CB | 6 | 0 | 2 | 12 | 9B | B | 4F |
| Octal | 304 | 320 | 313 | 6 | 0 | 2 | 22 | 233 | 13 | 117 |
| Binary | 11000100 | 11010000 | 11001011 | 110 | 0 | 10 | 10010 | 10011011 | 1011 | 1001111 |
Color Harmonies of #C4D0CB
Complementary color
Monochromatic Colors of #C4D0CB
Black with #C4D0CB
Text Example
Text Example
White with #C4D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0CB; }
p { color: rgb(196,208,203); }
H1.HeaderClassName
{
color: #C4D0CB;
}
.AnyTagClassName
{
color: #C4D0CB;
}
</style>
background-color css
<style>
a { background-color: #C4D0CB; }
a { background-color: rgb(196,208,203); }
div.DivClassName
{
background-color: #C4D0CB;
}
.BgClassName
{
background-color: #C4D0CB;
}
</style>
border-color css
<style>
span { border-color: #C4D0CB; }
span { border-color: rgb(196,208,203); }
td.TdClassName
{
border-color: #C4D0CB;
}
.TagClassName
{
border-color: #C4D0CB;
}
</style>