#C2CADC

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

Shades of Link Water #C2CADC

Tints of Link Water #C2CADC

Color information

#C2CADC (or 0xC2CADC) is unknown color: approx Link Water. HEX triplet: C2, CA and DC. RGB value is (194,202,220). Sum of RGB (Red+Green+Blue) = 194+202+220=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CADC is #3D3523. Grayscale: #C9C9C9. Windows color (decimal): -4011300 or 14469826. OLE color: 14469826.

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

Color convert

RGB194202220-
CMYK0.120.0800.14
HSL221.54º27.08%81.18%-
HSV(B)221.54º11.82%86.27%-
XYZ56.2958.8876.11-
YUV201.66138.35122.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.49%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=31.49%
G=32.79%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942022200.120.0800.14221.5427.0881.18
HexC2CADCC80Ede1b51
Octal302312334141001633633121
Binary110000101100101011011100110010000111011011110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CADC; }

 p { color: rgb(194,202,220); }

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

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

 a { background-color: rgb(194,202,220); }

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

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

 span { border-color: rgb(194,202,220); }

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