#C1D6CD

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

Shades of Jet Stream #C1D6CD

Tints of Jet Stream #C1D6CD

Color information

#C1D6CD (or 0xC1D6CD) is unknown color: approx 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

RGB193214205-
CMYK0.1000.040.16
HSL154.29º20.39%79.8%-
HSV(B)154.29º9.81%83.92%-
XYZ57.0663.8467.07-
YUV206.7127.04118.23-

RGB Variations

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

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.50%
R=31.54%
G=34.97%
B=33.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932142050.1000.040.16154.2920.3979.8
HexC1D6CDA04109a1450
Octal30132631512042023224120
Binary110000011101011011001101101001001000010011010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>