Html Css Color HEX #C8CECB Jet Stream

📋 copy color: '#C8CECB'

red 200 ◦ green 206 ◦ blue 203

#C8CECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #C8CECB

Tints of Jet Stream #C8CECB

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 value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#C8CECB (or 0xC8CECB) is known color: 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

RGB 200 206 203 -
CMYK 0.03 0 0.01 0.19
HSL 150º 0.06% 0.8% -
HSV(B) 150º 0.03% 0.81% -
XYZ 56.67 60.73 65.24 -
YUV 203.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 200 206 203 0.03 0 0.01 0.19 150 0.06 0.8
Hex C8 CE CB 3 0 1 13 96 6 50
Octal 310 316 313 3 0 1 23 226 6 120
Binary 11001000 11001110 11001011 11 0 1 10011 10010110 110 1010000

Color Harmonies of #C8CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CECB

Black with #C8CECB

Text Example


Text Example

White with #C8CECB

Text Example


Text Example

HTML Codes & Css Web 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>