#C6D2DB

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

Shades of Link Water #C6D2DB

Tints of Link Water #C6D2DB

Color information

#C6D2DB (or 0xC6D2DB) is unknown color: approx Link Water. HEX triplet: C6, D2 and DB. RGB value is (198,210,219). Sum of RGB (Red+Green+Blue) = 198+210+219=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2DB is #392D24. Grayscale: #CFCFCF. Windows color (decimal): -3747109 or 14406342. OLE color: 14406342.

HSL color Cylindrical-coordinate representation of color #C6D2DB: hue angle of 205.71º degrees, saturation: 0.23, 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 #C6D2DB is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198210219-
CMYK0.100.0400.14
HSL205.71º22.58%81.76%-
HSV(B)205.71º9.59%85.88%-
XYZ59.1263.2176.1-
YUV207.44134.52121.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.58%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=31.58%
G=33.49%
B=34.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982102190.100.0400.14205.7122.5881.76
HexC6D2DBA40Ece1752
Octal30632233312401631627122
Binary11000110110100101101101110101000111011001110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D2DB; }

 p { color: rgb(198,210,219); }

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

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

 a { background-color: rgb(198,210,219); }

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

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

 span { border-color: rgb(198,210,219); }

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