#C6D1DD

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

Shades of Link Water #C6D1DD

Tints of Link Water #C6D1DD

Color information

#C6D1DD (or 0xC6D1DD) is unknown color: approx Link Water. HEX triplet: C6, D1 and DD. RGB value is (198,209,221). Sum of RGB (Red+Green+Blue) = 198+209+221=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6D1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1DD is #392E22. Grayscale: #CFCFCF. Windows color (decimal): -3747363 or 14537158. OLE color: 14537158.

HSL color Cylindrical-coordinate representation of color #C6D1DD: hue angle of 211.3º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6D1DD is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198209221-
CMYK0.100.0500.13
HSL211.3º25.27%82.16%-
HSV(B)211.3º10.41%86.67%-
XYZ59.1462.8377.42-
YUV207.08135.86121.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.53%
GREEN value IS 209 (82.03% from 255) = 33.28%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=31.53%
G=33.28%
B=35.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982092210.100.0500.13211.325.2782.16
HexC6D1DDA50Dd31952
Octal30632133512501532331122
Binary11000110110100011101110110101010110111010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D1DD; }

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

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

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

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

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

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

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

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