#C0CEDC

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

Shades of Link Water #C0CEDC

Tints of Link Water #C0CEDC

Color information

#C0CEDC (or 0xC0CEDC) is unknown color: approx Link Water. HEX triplet: C0, CE and DC. RGB value is (192,206,220). Sum of RGB (Red+Green+Blue) = 192+206+220=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 206 (80.86% from 255 or 33.33% 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 #C0CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEDC is #3F3123. Grayscale: #CBCBCB. Windows color (decimal): -4141348 or 14470848. OLE color: 14470848.

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

Color convert

RGB192206220-
CMYK0.130.0600.14
HSL210º28.57%80.78%-
HSV(B)210º12.73%86.27%-
XYZ56.7360.5276.4-
YUV203.41137.36119.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=31.07%
G=33.33%
B=35.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922062200.130.0600.1421028.5780.78
HexC0CEDCD60Ed21d51
Octal30031633415601632235121
Binary11000000110011101101110011011100111011010010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEDC; }

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

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

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

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

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

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

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

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