#C0CCDC

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

Shades of Link Water #C0CCDC

Tints of Link Water #C0CCDC

Color information

#C0CCDC (or 0xC0CCDC) is unknown color: approx Link Water. HEX triplet: C0, CC and DC. RGB value is (192,204,220). Sum of RGB (Red+Green+Blue) = 192+204+220=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 204 (80.08% from 255 or 33.12% 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 #C0CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCDC is #3F3323. Grayscale: #CACACA. Windows color (decimal): -4141860 or 14470336. OLE color: 14470336.

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

Color convert

RGB192204220-
CMYK0.130.0700.14
HSL214.29º28.57%80.78%-
HSV(B)214.29º12.73%86.27%-
XYZ56.2559.5676.24-
YUV202.24138.02120.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=31.17%
G=33.12%
B=35.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922042200.130.0700.14214.2928.5780.78
HexC0CCDCD70Ed61d51
Octal30031433415701632635121
Binary11000000110011001101110011011110111011010110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCDC; }

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

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

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

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

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

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

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

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