#C3CBDC

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

Shades of Link Water #C3CBDC

Tints of Link Water #C3CBDC

Color information

#C3CBDC (or 0xC3CBDC) is unknown color: approx Link Water. HEX triplet: C3, CB and DC. RGB value is (195,203,220). Sum of RGB (Red+Green+Blue) = 195+203+220=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBDC is #3C3423. Grayscale: #CACACA. Windows color (decimal): -3945508 or 14470083. OLE color: 14470083.

HSL color Cylindrical-coordinate representation of color #C3CBDC: hue angle of 220.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3CBDC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195203220-
CMYK0.110.0800.14
HSL220.8º26.32%81.37%-
HSV(B)220.8º11.36%86.27%-
XYZ56.7859.4876.2-
YUV202.55137.85122.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=31.55%
G=32.85%
B=35.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952032200.110.0800.14220.826.3281.37
HexC3CBDCB80Edd1a51
Octal303313334131001633532121
Binary110000111100101111011100101110000111011011101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBDC; }

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

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

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

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

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

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

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

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