#C2CFD9

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

Shades of Link Water #C2CFD9

Tints of Link Water #C2CFD9

Color information

#C2CFD9 (or 0xC2CFD9) is unknown color: approx Link Water. HEX triplet: C2, CF and D9. RGB value is (194,207,217). Sum of RGB (Red+Green+Blue) = 194+207+217=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2CFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFD9 is #3D3026. Grayscale: #CCCCCC. Windows color (decimal): -4010023 or 14274498. OLE color: 14274498.

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

Color convert

RGB194207217-
CMYK0.110.0500.15
HSL206.09º23.23%80.59%-
HSV(B)206.09º10.6%85.1%-
XYZ57.0961.174.43-
YUV204.25135.19120.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.39%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 217 (85.16% from 255) = 35.11%
R=31.39%
G=33.50%
B=35.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942072170.110.0500.15206.0923.2380.59
HexC2CFD9B50Fce1751
Octal30231733113501731627121
Binary11000010110011111101100110111010111111001110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFD9; }

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

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

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

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

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

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

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

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