#C3CFDF

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

Shades of Link Water #C3CFDF

Tints of Link Water #C3CFDF

Color information

#C3CFDF (or 0xC3CFDF) is unknown color: approx Link Water. HEX triplet: C3, CF and DF. RGB value is (195,207,223). Sum of RGB (Red+Green+Blue) = 195+207+223=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFDF is #3C3020. Grayscale: #CDCDCD. Windows color (decimal): -3944481 or 14667715. OLE color: 14667715.

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

Color convert

RGB195207223-
CMYK0.130.0700.13
HSL214.29º30.43%81.96%-
HSV(B)214.29º12.56%87.45%-
XYZ58.1461.5678.63-
YUV205.24138.02120.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.2%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=31.2%
G=33.12%
B=35.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952072230.130.0700.13214.2930.4381.96
HexC3CFDFD70Dd61e52
Octal30331733715701532636122
Binary11000011110011111101111111011110110111010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFDF; }

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

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

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

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

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

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

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

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