#C5CFDD

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

Shades of Link Water #C5CFDD

Tints of Link Water #C5CFDD

Color information

#C5CFDD (or 0xC5CFDD) is unknown color: approx Link Water. HEX triplet: C5, CF and DD. RGB value is (197,207,221). Sum of RGB (Red+Green+Blue) = 197+207+221=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFDD is #3A3022. Grayscale: #CDCDCD. Windows color (decimal): -3813411 or 14536645. OLE color: 14536645.

HSL color Cylindrical-coordinate representation of color #C5CFDD: hue angle of 215º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CFDD is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197207221-
CMYK0.110.0600.13
HSL215º26.09%81.96%-
HSV(B)215º10.86%86.67%-
XYZ58.3961.7277.24-
YUV205.61136.69121.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=31.52%
G=33.12%
B=35.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972072210.110.0600.1321526.0981.96
HexC5CFDDB60Dd71a52
Octal30531733513601532732122
Binary11000101110011111101110110111100110111010111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFDD; }

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

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

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

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

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

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

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

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