#C2C8DB

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

Shades of Link Water #C2C8DB

Tints of Link Water #C2C8DB

Color information

#C2C8DB (or 0xC2C8DB) is unknown color: approx Link Water. HEX triplet: C2, C8 and DB. RGB value is (194,200,219). Sum of RGB (Red+Green+Blue) = 194+200+219=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8DB is #3D3724. Grayscale: #C8C8C8. Windows color (decimal): -4011813 or 14403778. OLE color: 14403778.

HSL color Cylindrical-coordinate representation of color #C2C8DB: hue angle of 225.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2C8DB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194200219-
CMYK0.110.0900.14
HSL225.6º25.77%80.98%-
HSV(B)225.6º11.42%85.88%-
XYZ55.6957.8975.26-
YUV200.37138.51123.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.65%
GREEN value IS 200 (78.52% from 255) = 32.63%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=31.65%
G=32.63%
B=35.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942002190.110.0900.14225.625.7780.98
HexC2C8DBB90Ee21a51
Octal302310333131101634232121
Binary110000101100100011011011101110010111011100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C8DB; }

 p { color: rgb(194,200,219); }

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

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

 a { background-color: rgb(194,200,219); }

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

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

 span { border-color: rgb(194,200,219); }

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