#C5D2DB

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

Shades of Link Water #C5D2DB

Tints of Link Water #C5D2DB

Color information

#C5D2DB (or 0xC5D2DB) is unknown color: approx Link Water. HEX triplet: C5, D2 and DB. RGB value is (197,210,219). Sum of RGB (Red+Green+Blue) = 197+210+219=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2DB is #3A2D24. Grayscale: #CFCFCF. Windows color (decimal): -3812645 or 14406341. OLE color: 14406341.

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

Color convert

RGB197210219-
CMYK0.100.0400.14
HSL204.55º23.4%81.57%-
HSV(B)204.55º10.05%85.88%-
XYZ58.8663.0876.09-
YUV207.14134.69120.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.47%
GREEN value IS 210 (82.42% from 255) = 33.55%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=31.47%
G=33.55%
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
Decimal1972102190.100.0400.14204.5523.481.57
HexC5D2DBA40Ecd1752
Octal30532233312401631527122
Binary11000101110100101101101110101000111011001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D2DB; }

 p { color: rgb(197,210,219); }

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

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

 a { background-color: rgb(197,210,219); }

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

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

 span { border-color: rgb(197,210,219); }

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