#C1D1DC

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

Shades of Link Water #C1D1DC

Tints of Link Water #C1D1DC

Color information

#C1D1DC (or 0xC1D1DC) is unknown color: approx Link Water. HEX triplet: C1, D1 and DC. RGB value is (193,209,220). Sum of RGB (Red+Green+Blue) = 193+209+220=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D1DC is #3E2E23. Grayscale: #CDCDCD. Windows color (decimal): -4075044 or 14471617. OLE color: 14471617.

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

Color convert

RGB193209220-
CMYK0.120.0500.14
HSL204.44º27.84%80.98%-
HSV(B)204.44º12.27%86.27%-
XYZ57.7162.1176.66-
YUV205.47136.2119.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.03%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=31.03%
G=33.60%
B=35.37%

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
Decimal1932092200.120.0500.14204.4427.8480.98
HexC1D1DCC50Ecc1c51
Octal30132133414501631434121
Binary11000001110100011101110011001010111011001100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D1DC; }

 p { color: rgb(193,209,220); }

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

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

 a { background-color: rgb(193,209,220); }

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

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

 span { border-color: rgb(193,209,220); }

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