#C6CFDC

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

Shades of Link Water #C6CFDC

Tints of Link Water #C6CFDC

Color information

#C6CFDC (or 0xC6CFDC) is unknown color: approx Link Water. HEX triplet: C6, CF and DC. RGB value is (198,207,220). Sum of RGB (Red+Green+Blue) = 198+207+220=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFDC is #393023. Grayscale: #CDCDCD. Windows color (decimal): -3747876 or 14471110. OLE color: 14471110.

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

Color convert

RGB198207220-
CMYK0.10.0600.14
HSL215.45º23.91%81.96%-
HSV(B)215.45º10%86.27%-
XYZ58.5261.876.55-
YUV205.79136.02122.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.68%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=31.68%
G=33.12%
B=35.2%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1982072200.10.0600.14215.4523.9181.96
HexC6CFDCA60Ed71852
Octal30631733412601632730122
Binary11000110110011111101110010101100111011010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFDC; }

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

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

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

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

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

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

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

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