#C5CCDB

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

Shades of Link Water #C5CCDB

Tints of Link Water #C5CCDB

Color information

#C5CCDB (or 0xC5CCDB) is unknown color: approx Link Water. HEX triplet: C5, CC and DB. RGB value is (197,204,219). Sum of RGB (Red+Green+Blue) = 197+204+219=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCDB is #3A3324. Grayscale: #CBCBCB. Windows color (decimal): -3814181 or 14404805. OLE color: 14404805.

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

Color convert

RGB197204219-
CMYK0.100.0700.14
HSL220.91º23.4%81.57%-
HSV(B)220.91º10.05%85.88%-
XYZ57.4160.1775.61-
YUV203.62136.68123.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=31.77%
G=32.90%
B=35.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972042190.100.0700.14220.9123.481.57
HexC5CCDBA70Edd1752
Octal30531433312701633527122
Binary11000101110011001101101110101110111011011101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCDB; }

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

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

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

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

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

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

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

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