#C1CBDC

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

Shades of Link Water #C1CBDC

Tints of Link Water #C1CBDC

Color information

#C1CBDC (or 0xC1CBDC) is unknown color: approx Link Water. HEX triplet: C1, CB and DC. RGB value is (193,203,220). Sum of RGB (Red+Green+Blue) = 193+203+220=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBDC is #3E3423. Grayscale: #C9C9C9. Windows color (decimal): -4076580 or 14470081. OLE color: 14470081.

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

Color convert

RGB193203220-
CMYK0.120.0800.14
HSL217.78º27.84%80.98%-
HSV(B)217.78º12.27%86.27%-
XYZ56.2759.2276.17-
YUV201.95138.19121.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=31.33%
G=32.95%
B=35.71%

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
Decimal1932032200.120.0800.14217.7827.8480.98
HexC1CBDCC80Eda1c51
Octal301313334141001633234121
Binary110000011100101111011100110010000111011011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBDC; }

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

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

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

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

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

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

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

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