#C0CEDB

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

Shades of Link Water #C0CEDB

Tints of Link Water #C0CEDB

Color information

#C0CEDB (or 0xC0CEDB) is unknown color: approx Link Water. HEX triplet: C0, CE and DB. RGB value is (192,206,219). Sum of RGB (Red+Green+Blue) = 192+206+219=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEDB is #3F3124. Grayscale: #CBCBCB. Windows color (decimal): -4141349 or 14405312. OLE color: 14405312.

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

Color convert

RGB192206219-
CMYK0.120.0600.14
HSL208.89º27.27%80.59%-
HSV(B)208.89º12.33%85.88%-
XYZ56.660.4675.71-
YUV203.3136.86119.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=31.12%
G=33.39%
B=35.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922062190.120.0600.14208.8927.2780.59
HexC0CEDBC60Ed11b51
Octal30031633314601632133121
Binary11000000110011101101101111001100111011010001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEDB; }

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

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

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

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

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

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

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

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