#C1D5CD

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

Shades of Jet Stream #C1D5CD

Tints of Jet Stream #C1D5CD

Color information

#C1D5CD (or 0xC1D5CD) is unknown color: approx Jet Stream. HEX triplet: C1, D5 and CD. RGB value is (193,213,205). Sum of RGB (Red+Green+Blue) = 193+213+205=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D5CD is #3E2A32. Grayscale: #CECECE. Windows color (decimal): -4074035 or 13489601. OLE color: 13489601.

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

Color convert

RGB193213205-
CMYK0.0900.040.16
HSL156º19.23%79.61%-
HSV(B)156º9.39%83.53%-
XYZ56.8163.3366.99-
YUV206.11127.37118.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.59%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=31.59%
G=34.86%
B=33.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932132050.0900.040.1615619.2379.61
HexC1D5CD904109c1350
Octal30132531511042023423120
Binary110000011101010111001101100101001000010011100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D5CD; }

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

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

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

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

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

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

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

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