#C0D0DC

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

Shades of Link Water #C0D0DC

Tints of Link Water #C0D0DC

Color information

#C0D0DC (or 0xC0D0DC) is unknown color: approx Link Water. HEX triplet: C0, D0 and DC. RGB value is (192,208,220). Sum of RGB (Red+Green+Blue) = 192+208+220=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D0DC is #3F2F23. Grayscale: #CCCCCC. Windows color (decimal): -4140836 or 14471360. OLE color: 14471360.

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

Color convert

RGB192208220-
CMYK0.130.0500.14
HSL205.71º28.57%80.78%-
HSV(B)205.71º12.73%86.27%-
XYZ57.2161.4976.56-
YUV204.58136.7119.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 208 (81.64% from 255) = 33.55%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=30.97%
G=33.55%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922082200.130.0500.14205.7128.5780.78
HexC0D0DCD50Ece1d51
Octal30032033415501631635121
Binary11000000110100001101110011011010111011001110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D0DC; }

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

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

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

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

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

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

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

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