#C5CCDC

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

Shades of Link Water #C5CCDC

Tints of Link Water #C5CCDC

Color information

#C5CCDC (or 0xC5CCDC) is unknown color: approx Link Water. HEX triplet: C5, CC and DC. RGB value is (197,204,220). Sum of RGB (Red+Green+Blue) = 197+204+220=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCDC is #3A3323. Grayscale: #CBCBCB. Windows color (decimal): -3814180 or 14470341. OLE color: 14470341.

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

Color convert

RGB197204220-
CMYK0.100.0700.14
HSL221.74º24.73%81.76%-
HSV(B)221.74º10.45%86.27%-
XYZ57.5460.2276.3-
YUV203.73137.18123.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.72%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=31.72%
G=32.85%
B=35.43%

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
Decimal1972042200.100.0700.14221.7424.7381.76
HexC5CCDCA70Ede1952
Octal30531433412701633631122
Binary11000101110011001101110010101110111011011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCDC; }

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

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

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

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

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

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

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

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