#C4CCD9

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

Shades of Link Water #C4CCD9

Tints of Link Water #C4CCD9

Color information

#C4CCD9 (or 0xC4CCD9) is unknown color: approx Link Water. HEX triplet: C4, CC and D9. RGB value is (196,204,217). Sum of RGB (Red+Green+Blue) = 196+204+217=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 217 - color contains mainly: blue. Hex color #C4CCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCD9 is #3B3326. Grayscale: #CBCBCB. Windows color (decimal): -3879719 or 14273732. OLE color: 14273732.

HSL color Cylindrical-coordinate representation of color #C4CCD9: hue angle of 217.14º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4CCD9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196204217-
CMYK0.100.0600.15
HSL217.14º21.65%80.98%-
HSV(B)217.14º9.68%85.1%-
XYZ56.8859.9374.22-
YUV203.09135.85122.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.77%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 217 (85.16% from 255) = 35.17%
R=31.77%
G=33.06%
B=35.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962042170.100.0600.15217.1421.6580.98
HexC4CCD9A60Fd91651
Octal30431433112601733126121
Binary11000100110011001101100110101100111111011001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCD9; }

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

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

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

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

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

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

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

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