#C5CDD9

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

Shades of Link Water #C5CDD9

Tints of Link Water #C5CDD9

Color information

#C5CDD9 (or 0xC5CDD9) is unknown color: approx Link Water. HEX triplet: C5, CD and D9. RGB value is (197,205,217). Sum of RGB (Red+Green+Blue) = 197+205+217=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDD9 is #3A3226. Grayscale: #CBCBCB. Windows color (decimal): -3813927 or 14273989. OLE color: 14273989.

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

Color convert

RGB197205217-
CMYK0.090.0600.15
HSL216º20.83%81.18%-
HSV(B)216º9.22%85.1%-
XYZ57.3860.5474.31-
YUV203.98135.35123.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.83%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=31.83%
G=33.12%
B=35.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972052170.090.0600.1521620.8381.18
HexC5CDD9960Fd81551
Octal30531533111601733025121
Binary11000101110011011101100110011100111111011000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDD9; }

 p { color: rgb(197,205,217); }

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

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

 a { background-color: rgb(197,205,217); }

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

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

 span { border-color: rgb(197,205,217); }

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