#C8D2D9

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

Shades of Link Water #C8D2D9

Tints of Link Water #C8D2D9

Color information

#C8D2D9 (or 0xC8D2D9) is unknown color: approx Link Water. HEX triplet: C8, D2 and D9. RGB value is (200,210,217). Sum of RGB (Red+Green+Blue) = 200+210+217=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8D2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2D9 is #372D26. Grayscale: #CFCFCF. Windows color (decimal): -3616039 or 14275272. OLE color: 14275272.

HSL color Cylindrical-coordinate representation of color #C8D2D9: hue angle of 204.71º 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 #C8D2D9 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200210217-
CMYK0.080.0300.15
HSL204.71º18.28%81.76%-
HSV(B)204.71º7.83%85.1%-
XYZ59.3963.3874.75-
YUV207.81133.19122.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.90%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 217 (85.16% from 255) = 34.61%
R=31.90%
G=33.49%
B=34.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002102170.080.0300.15204.7118.2881.76
HexC8D2D9830Fcd1252
Octal31032233110301731522122
Binary1100100011010010110110011000110111111001101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2D9; }

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

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

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

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

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

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

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

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