#C5D1DC

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

Shades of Link Water #C5D1DC

Tints of Link Water #C5D1DC

Color information

#C5D1DC (or 0xC5D1DC) is unknown color: approx Link Water. HEX triplet: C5, D1 and DC. RGB value is (197,209,220). Sum of RGB (Red+Green+Blue) = 197+209+220=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1DC is #3A2E23. Grayscale: #CECECE. Windows color (decimal): -3812900 or 14471621. OLE color: 14471621.

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

Color convert

RGB197209220-
CMYK0.100.0500.14
HSL208.7º24.73%81.76%-
HSV(B)208.7º10.45%86.27%-
XYZ58.7462.6476.7-
YUV206.67135.52121.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.47%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=31.47%
G=33.39%
B=35.14%

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
Decimal1972092200.100.0500.14208.724.7381.76
HexC5D1DCA50Ed11952
Octal30532133412501632131122
Binary11000101110100011101110010101010111011010001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D1DC; }

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

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

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

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

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

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

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

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