#C2CDDD

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

Shades of Link Water #C2CDDD

Tints of Link Water #C2CDDD

Color information

#C2CDDD (or 0xC2CDDD) is unknown color: approx Link Water. HEX triplet: C2, CD and DD. RGB value is (194,205,221). Sum of RGB (Red+Green+Blue) = 194+205+221=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDDD is #3D3222. Grayscale: #CBCBCB. Windows color (decimal): -4010531 or 14536130. OLE color: 14536130.

HSL color Cylindrical-coordinate representation of color #C2CDDD: hue angle of 215.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CDDD is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194205221-
CMYK0.120.0700.13
HSL215.56º28.42%81.37%-
HSV(B)215.56º12.22%86.67%-
XYZ57.1360.3577.04-
YUV203.54137.86121.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.29%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=31.29%
G=33.06%
B=35.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942052210.120.0700.13215.5628.4281.37
HexC2CDDDC70Dd81c51
Octal30231533514701533034121
Binary11000010110011011101110111001110110111011000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDDD; }

 p { color: rgb(194,205,221); }

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

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

 a { background-color: rgb(194,205,221); }

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

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

 span { border-color: rgb(194,205,221); }

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