Shades of Jet Stream #C4D5CD
Tints of Jet Stream #C4D5CD
RGB
CMYK
RGB Variations
Color information
#C4D5CD (or 0xC4D5CD) is known color: Jet Stream. HEX triplet: C4, D5 and CD. RGB value is (196,213,205). Sum of RGB (Red+Green+Blue) = 196+213+205=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5CD is #3B2A32. Grayscale: #CFCFCF. Windows color (decimal): -3877427 or 13489604. OLE color: 13489604.
HSL color Cylindrical-coordinate representation of color #C4D5CD: hue angle of 151.76º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4D5CD is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 196 | 213 | 205 | - |
CMYK | 0.08 | 0 | 0.04 | 0.16 |
HSL | 151.76º | 0.17% | 0.8% | - |
HSV(B) | 151.76º | 0.08% | 0.84% | - |
XYZ | 57.58 | 63.73 | 67.02 | - |
YUV | 207.01 | 126.87 | 120.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 213 | 205 | 0.08 | 0 | 0.04 | 0.16 | 151.76 | 0.17 | 0.8 |
Hex | C4 | D5 | CD | 8 | 0 | 4 | 10 | 98 | 11 | 50 |
Octal | 304 | 325 | 315 | 10 | 0 | 4 | 20 | 230 | 21 | 120 |
Binary | 11000100 | 11010101 | 11001101 | 1000 | 0 | 100 | 10000 | 10011000 | 10001 | 1010000 |
Color Harmonies of #C4D5CD
Complementary color
Monochromatic Colors of #C4D5CD
Black with #C4D5CD
Text Example
Text Example
White with #C4D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5CD; }
p { color: rgb(196,213,205); }
H1.HeaderClassName
{
color: #C4D5CD;
}
.AnyTagClassName
{
color: #C4D5CD;
}
</style>
background-color css
<style>
a { background-color: #C4D5CD; }
a { background-color: rgb(196,213,205); }
div.DivClassName
{
background-color: #C4D5CD;
}
.BgClassName
{
background-color: #C4D5CD;
}
</style>
border-color css
<style>
span { border-color: #C4D5CD; }
span { border-color: rgb(196,213,205); }
td.TdClassName
{
border-color: #C4D5CD;
}
.TagClassName
{
border-color: #C4D5CD;
}
</style>