#C2D0D9

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

Shades of Link Water #C2D0D9

Tints of Link Water #C2D0D9

Color information

#C2D0D9 (or 0xC2D0D9) is unknown color: approx Link Water. HEX triplet: C2, D0 and D9. RGB value is (194,208,217). Sum of RGB (Red+Green+Blue) = 194+208+217=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #C2D0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0D9 is #3D2F26. Grayscale: #CCCCCC. Windows color (decimal): -4009767 or 14274754. OLE color: 14274754.

HSL color Cylindrical-coordinate representation of color #C2D0D9: hue angle of 203.48º degrees, saturation: 0.23, 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 #C2D0D9 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194208217-
CMYK0.110.0400.15
HSL203.48º23.23%80.59%-
HSV(B)203.48º10.6%85.1%-
XYZ57.3361.5974.51-
YUV204.84134.86120.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.34%
GREEN value IS 208 (81.64% from 255) = 33.60%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=31.34%
G=33.60%
B=35.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942082170.110.0400.15203.4823.2380.59
HexC2D0D9B40Fcb1751
Octal30232033113401731327121
Binary11000010110100001101100110111000111111001011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D0D9; }

 p { color: rgb(194,208,217); }

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

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

 a { background-color: rgb(194,208,217); }

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

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

 span { border-color: rgb(194,208,217); }

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