#C6D5CD

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

Shades of Jet Stream #C6D5CD

Tints of Jet Stream #C6D5CD

Color information

#C6D5CD (or 0xC6D5CD) is unknown color: approx Jet Stream. HEX triplet: C6, D5 and CD. RGB value is (198,213,205). Sum of RGB (Red+Green+Blue) = 198+213+205=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5CD is #392A32. Grayscale: #CFCFCF. Windows color (decimal): -3746355 or 13489606. OLE color: 13489606.

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

Color convert

RGB198213205-
CMYK0.0700.040.16
HSL148º15.15%80.59%-
HSV(B)148º7.04%83.53%-
XYZ58.16467.05-
YUV207.6126.53121.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.14%
GREEN value IS 213 (83.59% from 255) = 34.58%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=32.14%
G=34.58%
B=33.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982132050.0700.040.1614815.1580.59
HexC6D5CD7041094f51
Octal3063253157042022417121
Binary1100011011010101110011011110100100001001010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D5CD; }

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

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

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

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

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

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

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

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