#C5CFDC

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

Shades of Link Water #C5CFDC

Tints of Link Water #C5CFDC

Color information

#C5CFDC (or 0xC5CFDC) is unknown color: approx Link Water. HEX triplet: C5, CF and DC. RGB value is (197,207,220). Sum of RGB (Red+Green+Blue) = 197+207+220=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFDC is #3A3023. Grayscale: #CDCDCD. Windows color (decimal): -3813412 or 14471109. OLE color: 14471109.

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

Color convert

RGB197207220-
CMYK0.100.0600.14
HSL213.91º24.73%81.76%-
HSV(B)213.91º10.45%86.27%-
XYZ58.2661.6676.54-
YUV205.49136.19121.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.57%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=31.57%
G=33.17%
B=35.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972072200.100.0600.14213.9124.7381.76
HexC5CFDCA60Ed61952
Octal30531733412601632631122
Binary11000101110011111101110010101100111011010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFDC; }

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

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

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

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

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

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

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

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