#C5D0DC

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

Shades of Link Water #C5D0DC

Tints of Link Water #C5D0DC

Color information

#C5D0DC (or 0xC5D0DC) is unknown color: approx Link Water. HEX triplet: C5, D0 and DC. RGB value is (197,208,220). Sum of RGB (Red+Green+Blue) = 197+208+220=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0DC is #3A2F23. Grayscale: #CECECE. Windows color (decimal): -3813156 or 14471365. OLE color: 14471365.

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

Color convert

RGB197208220-
CMYK0.100.0500.14
HSL211.3º24.73%81.76%-
HSV(B)211.3º10.45%86.27%-
XYZ58.562.1576.62-
YUV206.08135.86121.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=31.52%
G=33.28%
B=35.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972082200.100.0500.14211.324.7381.76
HexC5D0DCA50Ed31952
Octal30532033412501632331122
Binary11000101110100001101110010101010111011010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D0DC; }

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

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

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

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

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

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

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

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