#C0CCDF

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

Shades of Link Water #C0CCDF

Tints of Link Water #C0CCDF

Color information

#C0CCDF (or 0xC0CCDF) is unknown color: approx Link Water. HEX triplet: C0, CC and DF. RGB value is (192,204,223). Sum of RGB (Red+Green+Blue) = 192+204+223=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCDF is #3F3320. Grayscale: #CACACA. Windows color (decimal): -4141857 or 14666944. OLE color: 14666944.

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

Color convert

RGB192204223-
CMYK0.140.0900.13
HSL216.77º32.63%81.37%-
HSV(B)216.77º13.9%87.45%-
XYZ56.6559.7278.35-
YUV202.58139.52120.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=31.02%
G=32.96%
B=36.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922042230.140.0900.13216.7732.6381.37
HexC0CCDFE90Dd92151
Octal300314337161101533141121
Binary1100000011001100110111111110100101101110110011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCDF; }

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

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

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

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

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

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

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

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