#C6CEDD

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

Shades of Link Water #C6CEDD

Tints of Link Water #C6CEDD

Color information

#C6CEDD (or 0xC6CEDD) is unknown color: approx Link Water. HEX triplet: C6, CE and DD. RGB value is (198,206,221). Sum of RGB (Red+Green+Blue) = 198+206+221=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEDD is #393122. Grayscale: #CDCDCD. Windows color (decimal): -3748131 or 14536390. OLE color: 14536390.

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

Color convert

RGB198206221-
CMYK0.100.0700.13
HSL219.13º25.27%82.16%-
HSV(B)219.13º10.41%86.67%-
XYZ58.4161.3777.17-
YUV205.32136.85122.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.68%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=31.68%
G=32.96%
B=35.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1982062210.100.0700.13219.1325.2782.16
HexC6CEDDA70Ddb1952
Octal30631633512701533331122
Binary11000110110011101101110110101110110111011011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEDD; }

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

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

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

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

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

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

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

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