#C2C9D9

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

Shades of Link Water #C2C9D9

Tints of Link Water #C2C9D9

Color information

#C2C9D9 (or 0xC2C9D9) is unknown color: approx Link Water. HEX triplet: C2, C9 and D9. RGB value is (194,201,217). Sum of RGB (Red+Green+Blue) = 194+201+217=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2C9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C9D9 is #3D3626. Grayscale: #C8C8C8. Windows color (decimal): -4011559 or 14272962. OLE color: 14272962.

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

Color convert

RGB194201217-
CMYK0.110.0700.15
HSL221.74º23.23%80.59%-
HSV(B)221.74º10.6%85.1%-
XYZ55.6658.2573.96-
YUV200.73137.18123.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.70%
GREEN value IS 201 (78.91% from 255) = 32.84%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=31.70%
G=32.84%
B=35.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942012170.110.0700.15221.7423.2380.59
HexC2C9D9B70Fde1751
Octal30231133113701733627121
Binary11000010110010011101100110111110111111011110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C9D9; }

 p { color: rgb(194,201,217); }

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

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

 a { background-color: rgb(194,201,217); }

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

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

 span { border-color: rgb(194,201,217); }

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