#C6CDDA

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

Shades of Link Water #C6CDDA

Tints of Link Water #C6CDDA

Color information

#C6CDDA (or 0xC6CDDA) is unknown color: approx Link Water. HEX triplet: C6, CD and DA. RGB value is (198,205,218). Sum of RGB (Red+Green+Blue) = 198+205+218=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDDA is #393225. Grayscale: #CCCCCC. Windows color (decimal): -3748390 or 14339526. OLE color: 14339526.

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

Color convert

RGB198205218-
CMYK0.090.0600.15
HSL219º21.28%81.57%-
HSV(B)219º9.17%85.49%-
XYZ57.7760.7375.01-
YUV204.39135.68123.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.88%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=31.88%
G=33.01%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982052180.090.0600.1521921.2881.57
HexC6CDDA960Fdb1552
Octal30631533211601733325122
Binary11000110110011011101101010011100111111011011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CDDA; }

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

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

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

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

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

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

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

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