#C0CDDB

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

Shades of Link Water #C0CDDB

Tints of Link Water #C0CDDB

Color information

#C0CDDB (or 0xC0CDDB) is unknown color: approx Link Water. HEX triplet: C0, CD and DB. RGB value is (192,205,219). Sum of RGB (Red+Green+Blue) = 192+205+219=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDDB is #3F3224. Grayscale: #CACACA. Windows color (decimal): -4141605 or 14405056. OLE color: 14405056.

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

Color convert

RGB192205219-
CMYK0.120.0600.14
HSL211.11º27.27%80.59%-
HSV(B)211.11º12.33%85.88%-
XYZ56.3659.9875.63-
YUV202.71137.19120.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 219 (85.94% from 255) = 35.55%
R=31.17%
G=33.28%
B=35.55%

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
Decimal1922052190.120.0600.14211.1127.2780.59
HexC0CDDBC60Ed31b51
Octal30031533314601632333121
Binary11000000110011011101101111001100111011010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDDB; }

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

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

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

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

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

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

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

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