#C2CCDA

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

Shades of Link Water #C2CCDA

Tints of Link Water #C2CCDA

Color information

#C2CCDA (or 0xC2CCDA) is unknown color: approx Link Water. HEX triplet: C2, CC and DA. RGB value is (194,204,218). Sum of RGB (Red+Green+Blue) = 194+204+218=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCDA is #3D3325. Grayscale: #CACACA. Windows color (decimal): -4010790 or 14339266. OLE color: 14339266.

HSL color Cylindrical-coordinate representation of color #C2CCDA: hue angle of 215º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CCDA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194204218-
CMYK0.110.0600.15
HSL215º24.49%80.78%-
HSV(B)215º11.01%85.49%-
XYZ56.559.7274.88-
YUV202.61136.69121.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.49%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=31.49%
G=33.12%
B=35.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942042180.110.0600.1521524.4980.78
HexC2CCDAB60Fd71851
Octal30231433213601732730121
Binary11000010110011001101101010111100111111010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCDA; }

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

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

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

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

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

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

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

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