#C5D4DC

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

Shades of Link Water #C5D4DC

Tints of Link Water #C5D4DC

Color information

#C5D4DC (or 0xC5D4DC) is unknown color: approx Link Water. HEX triplet: C5, D4 and DC. RGB value is (197,212,220). Sum of RGB (Red+Green+Blue) = 197+212+220=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D4DC is #3A2B23. Grayscale: #D0D0D0. Windows color (decimal): -3812132 or 14472389. OLE color: 14472389.

HSL color Cylindrical-coordinate representation of color #C5D4DC: hue angle of 200.87º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5D4DC is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197212220-
CMYK0.100.0400.14
HSL200.87º24.73%81.76%-
HSV(B)200.87º10.45%86.27%-
XYZ59.4964.1276.95-
YUV208.43134.53119.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.32%
GREEN value IS 212 (83.20% from 255) = 33.70%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=31.32%
G=33.70%
B=34.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972122200.100.0400.14200.8724.7381.76
HexC5D4DCA40Ec91952
Octal30532433412401631131122
Binary11000101110101001101110010101000111011001001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D4DC; }

 p { color: rgb(197,212,220); }

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

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

 a { background-color: rgb(197,212,220); }

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

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

 span { border-color: rgb(197,212,220); }

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