#C2CCDF

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

Shades of Link Water #C2CCDF

Tints of Link Water #C2CCDF

Color information

#C2CCDF (or 0xC2CCDF) is unknown color: approx Link Water. HEX triplet: C2, CC and DF. RGB value is (194,204,223). Sum of RGB (Red+Green+Blue) = 194+204+223=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCDF is #3D3320. Grayscale: #CBCBCB. Windows color (decimal): -4010785 or 14666946. OLE color: 14666946.

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

Color convert

RGB194204223-
CMYK0.130.0900.13
HSL219.31º31.18%81.76%-
HSV(B)219.31º13%87.45%-
XYZ57.1659.9878.38-
YUV203.18139.19121.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=31.24%
G=32.85%
B=35.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942042230.130.0900.13219.3131.1881.76
HexC2CCDFD90Ddb1f52
Octal302314337151101533337122
Binary110000101100110011011111110110010110111011011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCDF; }

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

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

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

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

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

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

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

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