#C1CDDF

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

Shades of Link Water #C1CDDF

Tints of Link Water #C1CDDF

Color information

#C1CDDF (or 0xC1CDDF) is unknown color: approx Link Water. HEX triplet: C1, CD and DF. RGB value is (193,205,223). Sum of RGB (Red+Green+Blue) = 193+205+223=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDDF is #3E3220. Grayscale: #CBCBCB. Windows color (decimal): -4076065 or 14667201. OLE color: 14667201.

HSL color Cylindrical-coordinate representation of color #C1CDDF: hue angle of 216º degrees, saturation: 0.32, 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 #C1CDDF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193205223-
CMYK0.130.0800.13
HSL216º31.91%81.57%-
HSV(B)216º13.45%87.45%-
XYZ57.1460.3378.44-
YUV203.46139.02120.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.08%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=31.08%
G=33.01%
B=35.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932052230.130.0800.1321631.9181.57
HexC1CDDFD80Dd82052
Octal301315337151001533040122
Binary1100000111001101110111111101100001101110110001000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDDF; }

 p { color: rgb(193,205,223); }

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

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

 a { background-color: rgb(193,205,223); }

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

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

 span { border-color: rgb(193,205,223); }

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