Html Css Color HEX #C1D6CD Jet Stream

📋 copy color: '#C1D6CD'

red 193 ◦ green 214 ◦ blue 205

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

Shades of Jet Stream #C1D6CD

Tints of Jet Stream #C1D6CD

RGB

 RED value IS 193 (75.78% from 255) = 31.54%

 GREEN value IS 214 (83.98% from 255) = 34.97%

 BLUE value IS 205 (80.47% from 255) = 33.5%

R = 31.54%
G = 34.97%
B = 33.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C1D6CD (or 0xC1D6CD) is known color: Jet Stream. HEX triplet: C1, D6 and CD. RGB value is (193,214,205). Sum of RGB (Red+Green+Blue) = 193+214+205=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D6CD is #3E2932. Grayscale: #CECECE. Windows color (decimal): -4073779 or 13489857. OLE color: 13489857.

HSL color Cylindrical-coordinate representation of color #C1D6CD: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1D6CD is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 214 205 -
CMYK 0.10 0 0.04 0.16
HSL 154.29º 0.2% 0.8% -
HSV(B) 154.29º 0.1% 0.84% -
XYZ 57.06 63.84 67.07 -
YUV 206.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 193 214 205 0.10 0 0.04 0.16 154.29 0.2 0.8
Hex C1 D6 CD A 0 4 10 9A 14 50
Octal 301 326 315 12 0 4 20 232 24 120
Binary 11000001 11010110 11001101 1010 0 100 10000 10011010 10100 1010000

Color Harmonies of #C1D6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D6CD

Black with #C1D6CD

Text Example


Text Example

White with #C1D6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D6CD; }

 p { color: rgb(193,214,205); }

 H1.HeaderClassName
 {
   color: #C1D6CD;
 }
 .AnyTagClassName
 {
   color: #C1D6CD;
 }
</style>

background-color css

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

 a { background-color: rgb(193,214,205); }

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

border-color css

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

 span { border-color: rgb(193,214,205); }

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