#C5CFDF

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

Shades of Link Water #C5CFDF

Tints of Link Water #C5CFDF

Color information

#C5CFDF (or 0xC5CFDF) is unknown color: approx Link Water. HEX triplet: C5, CF and DF. RGB value is (197,207,223). Sum of RGB (Red+Green+Blue) = 197+207+223=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFDF is #3A3020. Grayscale: #CDCDCD. Windows color (decimal): -3813409 or 14667717. OLE color: 14667717.

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

Color convert

RGB197207223-
CMYK0.120.0700.13
HSL216.92º28.89%82.35%-
HSV(B)216.92º11.66%87.45%-
XYZ58.6661.8278.65-
YUV205.83137.69121.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.42%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=31.42%
G=33.01%
B=35.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972072230.120.0700.13216.9228.8982.35
HexC5CFDFC70Dd91d52
Octal30531733714701533135122
Binary11000101110011111101111111001110110111011001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFDF; }

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

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

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

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

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

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

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

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