#C6CBD5

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

Shades of Link Water #C6CBD5

Tints of Link Water #C6CBD5

Color information

#C6CBD5 (or 0xC6CBD5) is unknown color: approx Link Water. HEX triplet: C6, CB and D5. RGB value is (198,203,213). Sum of RGB (Red+Green+Blue) = 198+203+213=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBD5 is #39342A. Grayscale: #CACACA. Windows color (decimal): -3748907 or 14011334. OLE color: 14011334.

HSL color Cylindrical-coordinate representation of color #C6CBD5: hue angle of 220º 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 #C6CBD5 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198203213-
CMYK0.070.0500.16
HSL220º15.15%80.59%-
HSV(B)220º7.04%83.53%-
XYZ56.6559.5271.45-
YUV202.64133.84124.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.25%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 213 (83.59% from 255) = 34.69%
R=32.25%
G=33.06%
B=34.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982032130.070.0500.1622015.1580.59
HexC6CBD575010dcf51
Octal3063133257502033417121
Binary1100011011001011110101011111010100001101110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBD5; }

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

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

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

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

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

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

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

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