#C0CDDD

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

Shades of Link Water #C0CDDD

Tints of Link Water #C0CDDD

Color information

#C0CDDD (or 0xC0CDDD) is unknown color: approx Link Water. HEX triplet: C0, CD and DD. RGB value is (192,205,221). Sum of RGB (Red+Green+Blue) = 192+205+221=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDDD is #3F3222. Grayscale: #CACACA. Windows color (decimal): -4141603 or 14536128. OLE color: 14536128.

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

Color convert

RGB192205221-
CMYK0.130.0700.13
HSL213.1º29.9%80.98%-
HSV(B)213.1º13.12%86.67%-
XYZ56.6260.0977.02-
YUV202.94138.19120.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.07%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=31.07%
G=33.17%
B=35.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922052210.130.0700.13213.129.980.98
HexC0CDDDD70Dd51e51
Octal30031533515701532536121
Binary11000000110011011101110111011110110111010101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDDD; }

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

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

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

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

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

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

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

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