#C0CBDB

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

Shades of Link Water #C0CBDB

Tints of Link Water #C0CBDB

Color information

#C0CBDB (or 0xC0CBDB) is unknown color: approx Link Water. HEX triplet: C0, CB and DB. RGB value is (192,203,219). Sum of RGB (Red+Green+Blue) = 192+203+219=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBDB is #3F3424. Grayscale: #C9C9C9. Windows color (decimal): -4142117 or 14404544. OLE color: 14404544.

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

Color convert

RGB192203219-
CMYK0.120.0700.14
HSL215.56º27.27%80.59%-
HSV(B)215.56º12.33%85.88%-
XYZ55.8859.0375.47-
YUV201.54137.86121.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.27%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=31.27%
G=33.06%
B=35.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922032190.120.0700.14215.5627.2780.59
HexC0CBDBC70Ed81b51
Octal30031333314701633033121
Binary11000000110010111101101111001110111011011000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBDB; }

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

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

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

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

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

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

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

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