#C1CADB

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

Shades of Link Water #C1CADB

Tints of Link Water #C1CADB

Color information

#C1CADB (or 0xC1CADB) is unknown color: approx Link Water. HEX triplet: C1, CA and DB. RGB value is (193,202,219). Sum of RGB (Red+Green+Blue) = 193+202+219=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1CADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CADB is #3E3524. Grayscale: #C9C9C9. Windows color (decimal): -4076837 or 14404289. OLE color: 14404289.

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

Color convert

RGB193202219-
CMYK0.120.0800.14
HSL219.23º26.53%80.78%-
HSV(B)219.23º11.87%85.88%-
XYZ55.958.6975.4-
YUV201.25138.02122.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.43%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=31.43%
G=32.90%
B=35.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932022190.120.0800.14219.2326.5380.78
HexC1CADBC80Edb1b51
Octal301312333141001633333121
Binary110000011100101011011011110010000111011011011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CADB; }

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

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

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

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

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

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

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

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