#C6D1DC

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

Shades of Link Water #C6D1DC

Tints of Link Water #C6D1DC

Color information

#C6D1DC (or 0xC6D1DC) is unknown color: approx Link Water. HEX triplet: C6, D1 and DC. RGB value is (198,209,220). Sum of RGB (Red+Green+Blue) = 198+209+220=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1DC is #392E23. Grayscale: #CECECE. Windows color (decimal): -3747364 or 14471622. OLE color: 14471622.

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

Color convert

RGB198209220-
CMYK0.10.0500.14
HSL210º23.91%81.96%-
HSV(B)210º10%86.27%-
XYZ59.0162.7776.72-
YUV206.96135.36121.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.58%
GREEN value IS 209 (82.03% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=31.58%
G=33.33%
B=35.09%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982092200.10.0500.1421023.9181.96
HexC6D1DCA50Ed21852
Octal30632133412501632230122
Binary11000110110100011101110010101010111011010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D1DC; }

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

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

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

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

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

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

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

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