#C6CBDA

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

Shades of Link Water #C6CBDA

Tints of Link Water #C6CBDA

Color information

#C6CBDA (or 0xC6CBDA) is unknown color: approx Link Water. HEX triplet: C6, CB and DA. RGB value is (198,203,218). Sum of RGB (Red+Green+Blue) = 198+203+218=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBDA is #393425. Grayscale: #CBCBCB. Windows color (decimal): -3748902 or 14339014. OLE color: 14339014.

HSL color Cylindrical-coordinate representation of color #C6CBDA: hue angle of 225º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6CBDA is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198203218-
CMYK0.090.0700.15
HSL225º21.28%81.57%-
HSV(B)225º9.17%85.49%-
XYZ57.359.7874.85-
YUV203.22136.34124.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.99%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=31.99%
G=32.79%
B=35.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982032180.090.0700.1522521.2881.57
HexC6CBDA970Fe11552
Octal30631333211701734125122
Binary11000110110010111101101010011110111111100001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBDA; }

 p { color: rgb(198,203,218); }

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

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

 a { background-color: rgb(198,203,218); }

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

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

 span { border-color: rgb(198,203,218); }

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