#C0CADE

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

Shades of Link Water #C0CADE

Tints of Link Water #C0CADE

Color information

#C0CADE (or 0xC0CADE) is unknown color: approx Link Water. HEX triplet: C0, CA and DE. RGB value is (192,202,222). Sum of RGB (Red+Green+Blue) = 192+202+222=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CADE is #3F3521. Grayscale: #C9C9C9. Windows color (decimal): -4142370 or 14600896. OLE color: 14600896.

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

Color convert

RGB192202222-
CMYK0.140.0900.13
HSL220º31.25%81.18%-
HSV(B)220º13.51%87.06%-
XYZ56.0458.7277.49-
YUV201.29139.69121.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=31.17%
G=32.79%
B=36.04%

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
Decimal1922022220.140.0900.1322031.2581.18
HexC0CADEE90Ddc1f51
Octal300312336161101533437121
Binary110000001100101011011110111010010110111011100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CADE; }

 p { color: rgb(192,202,222); }

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

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

 a { background-color: rgb(192,202,222); }

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

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

 span { border-color: rgb(192,202,222); }

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