#C6CFDD

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

Shades of Link Water #C6CFDD

Tints of Link Water #C6CFDD

Color information

#C6CFDD (or 0xC6CFDD) is unknown color: approx Link Water. HEX triplet: C6, CF and DD. RGB value is (198,207,221). Sum of RGB (Red+Green+Blue) = 198+207+221=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFDD is #393022. Grayscale: #CDCDCD. Windows color (decimal): -3747875 or 14536646. OLE color: 14536646.

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

Color convert

RGB198207221-
CMYK0.100.0600.13
HSL216.52º25.27%82.16%-
HSV(B)216.52º10.41%86.67%-
XYZ58.6561.8577.25-
YUV205.9136.52122.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.63%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=31.63%
G=33.07%
B=35.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982072210.100.0600.13216.5225.2782.16
HexC6CFDDA60Dd91952
Octal30631733512601533131122
Binary11000110110011111101110110101100110111011001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFDD; }

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

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

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

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

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

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

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

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