#C5CCDA

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

Shades of Link Water #C5CCDA

Tints of Link Water #C5CCDA

Color information

#C5CCDA (or 0xC5CCDA) is unknown color: approx Link Water. HEX triplet: C5, CC and DA. RGB value is (197,204,218). Sum of RGB (Red+Green+Blue) = 197+204+218=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCDA is #3A3325. Grayscale: #CBCBCB. Windows color (decimal): -3814182 or 14339269. OLE color: 14339269.

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

Color convert

RGB197204218-
CMYK0.100.0600.15
HSL220º22.11%81.37%-
HSV(B)220º9.63%85.49%-
XYZ57.2760.1274.91-
YUV203.5136.18123.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.83%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=31.83%
G=32.96%
B=35.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972042180.100.0600.1522022.1181.37
HexC5CCDAA60Fdc1651
Octal30531433212601733426121
Binary11000101110011001101101010101100111111011100101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCDA; }

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

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

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

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

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

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

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

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