#C7CECB

Color #C7CECB Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #C7CECB

Tints of Jet Stream #C7CECB

Color information

#C7CECB (or 0xC7CECB) is unknown color: approx Jet Stream. HEX triplet: C7, CE and CB. RGB value is (199,206,203). Sum of RGB (Red+Green+Blue) = 199+206+203=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CECB is #383134. Grayscale: #CBCBCB. Windows color (decimal): -3682613 or 13356743. OLE color: 13356743.

HSL color Cylindrical-coordinate representation of color #C7CECB: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CECB is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB199206203-
CMYK0.0300.010.19
HSL154.29º6.67%79.41%-
HSV(B)154.29º3.4%80.78%-
XYZ56.460.665.22-
YUV203.56127.68124.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 32.73%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=32.73%
G=33.88%
B=33.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992062030.0300.010.19154.296.6779.41
HexC7CECB301139a74f
Octal307316313301232327117
Binary110001111100111011001011110110011100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CECB; }

 p { color: rgb(199,206,203); }

 H1.HeaderClassName
 {
   color: #C7CECB;
 }
 .AnyTagClassName
 {
   color: #C7CECB;
 }
</style>
background-color css

<style>
 a { background-color: #C7CECB; }

 a { background-color: rgb(199,206,203); }

 div.DivClassName
 {
   background-color: #C7CECB;
 }
 .BgClassName
 {
   background-color: #C7CECB;
 }
</style>
border-color css

<style>
 span { border-color: #C7CECB; }

 span { border-color: rgb(199,206,203); }

 td.TdClassName
 {
   border-color: #C7CECB;
 }
 .TagClassName
 {
   border-color: #C7CECB;
 }
</style>