Shades of Jet Stream #C4D4CF
Tints of Jet Stream #C4D4CF
RGB
CMYK
RGB Variations
Color information
#C4D4CF (or 0xC4D4CF) is known color: Jet Stream. HEX triplet: C4, D4 and CF. RGB value is (196,212,207). Sum of RGB (Red+Green+Blue) = 196+212+207=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4CF is #3B2B30. Grayscale: #CECECE. Windows color (decimal): -3877681 or 13620420. OLE color: 13620420.
HSL color Cylindrical-coordinate representation of color #C4D4CF: hue angle of 161.25º degrees, saturation: 0.16, 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 #C4D4CF is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 212 | 207 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.17 |
| HSL | 161.25º | 0.16% | 0.8% | - |
| HSV(B) | 161.25º | 0.08% | 0.83% | - |
| XYZ | 57.57 | 63.33 | 68.22 | - |
| YUV | 206.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 207 | 0.08 | 0 | 0.02 | 0.17 | 161.25 | 0.16 | 0.8 |
| Hex | C4 | D4 | CF | 8 | 0 | 2 | 11 | A1 | 10 | 50 |
| Octal | 304 | 324 | 317 | 10 | 0 | 2 | 21 | 241 | 20 | 120 |
| Binary | 11000100 | 11010100 | 11001111 | 1000 | 0 | 10 | 10001 | 10100001 | 10000 | 1010000 |
Color Harmonies of #C4D4CF
Complementary color
Monochromatic Colors of #C4D4CF
Black with #C4D4CF
Text Example
Text Example
White with #C4D4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D4CF; }
p { color: rgb(196,212,207); }
H1.HeaderClassName
{
color: #C4D4CF;
}
.AnyTagClassName
{
color: #C4D4CF;
}
</style>
background-color css
<style>
a { background-color: #C4D4CF; }
a { background-color: rgb(196,212,207); }
div.DivClassName
{
background-color: #C4D4CF;
}
.BgClassName
{
background-color: #C4D4CF;
}
</style>
border-color css
<style>
span { border-color: #C4D4CF; }
span { border-color: rgb(196,212,207); }
td.TdClassName
{
border-color: #C4D4CF;
}
.TagClassName
{
border-color: #C4D4CF;
}
</style>