Shades of Jet Stream #C3CEC9
Tints of Jet Stream #C3CEC9
RGB
CMYK
RGB Variations
Color information
#C3CEC9 (or 0xC3CEC9) is known color: Jet Stream. HEX triplet: C3, CE and C9. RGB value is (195,206,201). Sum of RGB (Red+Green+Blue) = 195+206+201=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEC9 is #3C3136. Grayscale: #CACACA. Windows color (decimal): -3944759 or 13225667. OLE color: 13225667.
HSL color Cylindrical-coordinate representation of color #C3CEC9: hue angle of 152.73º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3CEC9 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 195 | 206 | 201 | - |
CMYK | 0.05 | 0 | 0.02 | 0.19 |
HSL | 152.73º | 0.1% | 0.79% | - |
HSV(B) | 152.73º | 0.05% | 0.81% | - |
XYZ | 55.12 | 59.96 | 63.93 | - |
YUV | 202.14 | 127.36 | 122.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 206 | 201 | 0.05 | 0 | 0.02 | 0.19 | 152.73 | 0.1 | 0.79 |
Hex | C3 | CE | C9 | 5 | 0 | 2 | 13 | 99 | A | 4F |
Octal | 303 | 316 | 311 | 5 | 0 | 2 | 23 | 231 | 12 | 117 |
Binary | 11000011 | 11001110 | 11001001 | 101 | 0 | 10 | 10011 | 10011001 | 1010 | 1001111 |
Color Harmonies of #C3CEC9
Complementary color
Monochromatic Colors of #C3CEC9
Black with #C3CEC9
Text Example
Text Example
White with #C3CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEC9; }
p { color: rgb(195,206,201); }
H1.HeaderClassName
{
color: #C3CEC9;
}
.AnyTagClassName
{
color: #C3CEC9;
}
</style>
background-color css
<style>
a { background-color: #C3CEC9; }
a { background-color: rgb(195,206,201); }
div.DivClassName
{
background-color: #C3CEC9;
}
.BgClassName
{
background-color: #C3CEC9;
}
</style>
border-color css
<style>
span { border-color: #C3CEC9; }
span { border-color: rgb(195,206,201); }
td.TdClassName
{
border-color: #C3CEC9;
}
.TagClassName
{
border-color: #C3CEC9;
}
</style>