#C8CECB

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

Shades of Jet Stream #C8CECB

Tints of Jet Stream #C8CECB

Color information

#C8CECB (or 0xC8CECB) is unknown color: approx Jet Stream. HEX triplet: C8, CE and CB. RGB value is (200,206,203). Sum of RGB (Red+Green+Blue) = 200+206+203=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CECB is #373134. Grayscale: #CBCBCB. Windows color (decimal): -3617077 or 13356744. OLE color: 13356744.

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

Color convert

RGB200206203-
CMYK0.0300.010.19
HSL150º5.77%79.61%-
HSV(B)150º2.91%80.78%-
XYZ56.6760.7365.24-
YUV203.86127.51125.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=32.84%
G=33.83%
B=33.33%

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
Decimal2002062030.0300.010.191505.7779.61
HexC8CECB3011396650
Octal310316313301232266120
Binary110010001100111011001011110110011100101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CECB; }

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

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

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

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

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

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

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

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