#C6CBDC

Color #C6CBDC Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #C6CBDC

Tints of Link Water #C6CBDC

Color information

#C6CBDC (or 0xC6CBDC) is unknown color: approx Link Water. HEX triplet: C6, CB and DC. RGB value is (198,203,220). Sum of RGB (Red+Green+Blue) = 198+203+220=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBDC is #393423. Grayscale: #CBCBCB. Windows color (decimal): -3748900 or 14470086. OLE color: 14470086.

HSL color Cylindrical-coordinate representation of color #C6CBDC: hue angle of 226.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6CBDC is Cyan = 0.1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198203220-
CMYK0.10.0800.14
HSL226.36º23.91%81.96%-
HSV(B)226.36º10%86.27%-
XYZ57.5659.8876.24-
YUV203.44137.34124.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.88%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=31.88%
G=32.69%
B=35.43%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982032200.10.0800.14226.3623.9181.96
HexC6CBDCA80Ee21852
Octal306313334121001634230122
Binary110001101100101111011100101010000111011100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBDC; }

 p { color: rgb(198,203,220); }

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

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

 a { background-color: rgb(198,203,220); }

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

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

 span { border-color: rgb(198,203,220); }

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