#C1CFDB

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

Shades of Link Water #C1CFDB

Tints of Link Water #C1CFDB

Color information

#C1CFDB (or 0xC1CFDB) is unknown color: approx Link Water. HEX triplet: C1, CF and DB. RGB value is (193,207,219). Sum of RGB (Red+Green+Blue) = 193+207+219=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFDB is #3E3024. Grayscale: #CCCCCC. Windows color (decimal): -4075557 or 14405569. OLE color: 14405569.

HSL color Cylindrical-coordinate representation of color #C1CFDB: hue angle of 207.69º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1CFDB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193207219-
CMYK0.120.0500.14
HSL207.69º26.53%80.78%-
HSV(B)207.69º11.87%85.88%-
XYZ57.0961.0875.8-
YUV204.18136.36120.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.18%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=31.18%
G=33.44%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932072190.120.0500.14207.6926.5380.78
HexC1CFDBC50Ed01b51
Octal30131733314501632033121
Binary11000001110011111101101111001010111011010000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CFDB; }

 p { color: rgb(193,207,219); }

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

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

 a { background-color: rgb(193,207,219); }

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

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

 span { border-color: rgb(193,207,219); }

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