#C3CCDC

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

Shades of Link Water #C3CCDC

Tints of Link Water #C3CCDC

Color information

#C3CCDC (or 0xC3CCDC) is unknown color: approx Link Water. HEX triplet: C3, CC and DC. RGB value is (195,204,220). Sum of RGB (Red+Green+Blue) = 195+204+220=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCDC is #3C3323. Grayscale: #CBCBCB. Windows color (decimal): -3945252 or 14470339. OLE color: 14470339.

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

Color convert

RGB195204220-
CMYK0.110.0700.14
HSL218.4º26.32%81.37%-
HSV(B)218.4º11.36%86.27%-
XYZ57.0259.9676.28-
YUV203.13137.52122.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.50%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=31.50%
G=32.96%
B=35.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952042200.110.0700.14218.426.3281.37
HexC3CCDCB70Eda1a51
Octal30331433413701633232121
Binary11000011110011001101110010111110111011011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CCDC; }

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

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

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

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

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

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

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

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