#C5CCD7

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

Shades of Link Water #C5CCD7

Tints of Link Water #C5CCD7

Color information

#C5CCD7 (or 0xC5CCD7) is unknown color: approx Link Water. HEX triplet: C5, CC and D7. RGB value is (197,204,215). Sum of RGB (Red+Green+Blue) = 197+204+215=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCD7 is #3A3328. Grayscale: #CBCBCB. Windows color (decimal): -3814185 or 14142661. OLE color: 14142661.

HSL color Cylindrical-coordinate representation of color #C5CCD7: hue angle of 216.67º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5CCD7 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197204215-
CMYK0.080.0500.16
HSL216.67º18.37%80.78%-
HSV(B)216.67º8.37%84.31%-
XYZ56.8859.9672.87-
YUV203.16134.68123.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 215 (84.38% from 255) = 34.90%
R=31.98%
G=33.12%
B=34.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972042150.080.0500.16216.6718.3780.78
HexC5CCD785010d91251
Octal30531432710502033122121
Binary110001011100110011010111100010101000011011001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCD7; }

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

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

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

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

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

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

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

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