#C0CDDE

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

Shades of Link Water #C0CDDE

Tints of Link Water #C0CDDE

Color information

#C0CDDE (or 0xC0CDDE) is unknown color: approx Link Water. HEX triplet: C0, CD and DE. RGB value is (192,205,222). Sum of RGB (Red+Green+Blue) = 192+205+222=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDDE is #3F3221. Grayscale: #CACACA. Windows color (decimal): -4141602 or 14601664. OLE color: 14601664.

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

Color convert

RGB192205222-
CMYK0.140.0800.13
HSL214º31.25%81.18%-
HSV(B)214º13.51%87.06%-
XYZ56.7560.1477.72-
YUV203.05138.69120.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=31.02%
G=33.12%
B=35.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922052220.140.0800.1321431.2581.18
HexC0CDDEE80Dd61f51
Octal300315336161001532637121
Binary110000001100110111011110111010000110111010110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDDE; }

 p { color: rgb(192,205,222); }

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

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

 a { background-color: rgb(192,205,222); }

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

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

 span { border-color: rgb(192,205,222); }

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