#C6CED7

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

Shades of Link Water #C6CED7

Tints of Link Water #C6CED7

Color information

#C6CED7 (or 0xC6CED7) is unknown color: approx Link Water. HEX triplet: C6, CE and D7. RGB value is (198,206,215). Sum of RGB (Red+Green+Blue) = 198+206+215=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CED7 is #393128. Grayscale: #CCCCCC. Windows color (decimal): -3748137 or 14143174. OLE color: 14143174.

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

Color convert

RGB198206215-
CMYK0.080.0400.16
HSL211.76º17.53%80.98%-
HSV(B)211.76º7.91%84.31%-
XYZ57.6361.0573.04-
YUV204.63133.85123.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.99%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 215 (84.38% from 255) = 34.73%
R=31.99%
G=33.28%
B=34.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982062150.080.0400.16211.7617.5380.98
HexC6CED784010d41251
Octal30631632710402032422121
Binary110001101100111011010111100010001000011010100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CED7; }

 p { color: rgb(198,206,215); }

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

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

 a { background-color: rgb(198,206,215); }

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

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

 span { border-color: rgb(198,206,215); }

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