#C8D1DC

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

Shades of Link Water #C8D1DC

Tints of Link Water #C8D1DC

Color information

#C8D1DC (or 0xC8D1DC) is unknown color: approx Link Water. HEX triplet: C8, D1 and DC. RGB value is (200,209,220). Sum of RGB (Red+Green+Blue) = 200+209+220=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1DC is #372E23. Grayscale: #CFCFCF. Windows color (decimal): -3616292 or 14471624. OLE color: 14471624.

HSL color Cylindrical-coordinate representation of color #C8D1DC: hue angle of 213º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8D1DC is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200209220-
CMYK0.090.0500.14
HSL213º22.22%82.35%-
HSV(B)213º9.09%86.27%-
XYZ59.5463.0576.74-
YUV207.56135.02122.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.80%
GREEN value IS 209 (82.03% from 255) = 33.23%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=31.80%
G=33.23%
B=34.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002092200.090.0500.1421322.2282.35
HexC8D1DC950Ed51652
Octal31032133411501632526122
Binary11001000110100011101110010011010111011010101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D1DC; }

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

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

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

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

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

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

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

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