#C8D1D9

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

Shades of Link Water #C8D1D9

Tints of Link Water #C8D1D9

Color information

#C8D1D9 (or 0xC8D1D9) is unknown color: approx Link Water. HEX triplet: C8, D1 and D9. RGB value is (200,209,217). Sum of RGB (Red+Green+Blue) = 200+209+217=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8D1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1D9 is #372E26. Grayscale: #CFCFCF. Windows color (decimal): -3616295 or 14275016. OLE color: 14275016.

HSL color Cylindrical-coordinate representation of color #C8D1D9: hue angle of 208.24º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8D1D9 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200209217-
CMYK0.080.0400.15
HSL208.24º18.28%81.76%-
HSV(B)208.24º7.83%85.1%-
XYZ59.1462.8974.67-
YUV207.22133.52122.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 217 (85.16% from 255) = 34.66%
R=31.95%
G=33.39%
B=34.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002092170.080.0400.15208.2418.2881.76
HexC8D1D9840Fd01252
Octal31032133110401732022122
Binary11001000110100011101100110001000111111010000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D1D9; }

 p { color: rgb(200,209,217); }

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

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

 a { background-color: rgb(200,209,217); }

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

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

 span { border-color: rgb(200,209,217); }

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