#C0CDDF

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

Shades of Link Water #C0CDDF

Tints of Link Water #C0CDDF

Color information

#C0CDDF (or 0xC0CDDF) is unknown color: approx Link Water. HEX triplet: C0, CD and DF. RGB value is (192,205,223). Sum of RGB (Red+Green+Blue) = 192+205+223=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDDF is #3F3220. Grayscale: #CBCBCB. Windows color (decimal): -4141601 or 14667200. OLE color: 14667200.

HSL color Cylindrical-coordinate representation of color #C0CDDF: hue angle of 214.84º degrees, saturation: 0.33, 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 #C0CDDF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192205223-
CMYK0.140.0800.13
HSL214.84º32.63%81.37%-
HSV(B)214.84º13.9%87.45%-
XYZ56.8960.278.43-
YUV203.16139.19120.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=30.97%
G=33.06%
B=35.97%

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
Decimal1922052230.140.0800.13214.8432.6381.37
HexC0CDDFE80Dd72151
Octal300315337161001532741121
Binary1100000011001101110111111110100001101110101111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDDF; }

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

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

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

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

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

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

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

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