#C1D1DD

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

Shades of Link Water #C1D1DD

Tints of Link Water #C1D1DD

Color information

#C1D1DD (or 0xC1D1DD) is unknown color: approx Link Water. HEX triplet: C1, D1 and DD. RGB value is (193,209,221). Sum of RGB (Red+Green+Blue) = 193+209+221=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1D1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D1DD is #3E2E22. Grayscale: #CDCDCD. Windows color (decimal): -4075043 or 14537153. OLE color: 14537153.

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

Color convert

RGB193209221-
CMYK0.130.0500.13
HSL205.71º29.17%81.18%-
HSV(B)205.71º12.67%86.67%-
XYZ57.8462.1677.36-
YUV205.58136.7119.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.98%
GREEN value IS 209 (82.03% from 255) = 33.55%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=30.98%
G=33.55%
B=35.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932092210.130.0500.13205.7129.1781.18
HexC1D1DDD50Dce1d51
Octal30132133515501531635121
Binary11000001110100011101110111011010110111001110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D1DD; }

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

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

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

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

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

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

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

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