#C2CCD9

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

Shades of Link Water #C2CCD9

Tints of Link Water #C2CCD9

Color information

#C2CCD9 (or 0xC2CCD9) is unknown color: approx Link Water. HEX triplet: C2, CC and D9. RGB value is (194,204,217). Sum of RGB (Red+Green+Blue) = 194+204+217=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCD9 is #3D3326. Grayscale: #CACACA. Windows color (decimal): -4010791 or 14273730. OLE color: 14273730.

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

Color convert

RGB194204217-
CMYK0.110.0600.15
HSL213.91º23.23%80.59%-
HSV(B)213.91º10.6%85.1%-
XYZ56.3759.6674.19-
YUV202.49136.19121.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 217 (85.16% from 255) = 35.28%
R=31.54%
G=33.17%
B=35.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942042170.110.0600.15213.9123.2380.59
HexC2CCD9B60Fd61751
Octal30231433113601732627121
Binary11000010110011001101100110111100111111010110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCD9; }

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

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

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

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

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

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

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

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