#C8D0DC

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

Shades of Link Water #C8D0DC

Tints of Link Water #C8D0DC

Color information

#C8D0DC (or 0xC8D0DC) is unknown color: approx Link Water. HEX triplet: C8, D0 and DC. RGB value is (200,208,220). Sum of RGB (Red+Green+Blue) = 200+208+220=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0DC is #372F23. Grayscale: #CECECE. Windows color (decimal): -3616548 or 14471368. OLE color: 14471368.

HSL color Cylindrical-coordinate representation of color #C8D0DC: hue angle of 216º 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 #C8D0DC is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200208220-
CMYK0.090.0500.14
HSL216º22.22%82.35%-
HSV(B)216º9.09%86.27%-
XYZ59.2962.5676.66-
YUV206.98135.35123.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.85%
GREEN value IS 208 (81.64% from 255) = 33.12%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=31.85%
G=33.12%
B=35.03%

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
Decimal2002082200.090.0500.1421622.2282.35
HexC8D0DC950Ed81652
Octal31032033411501633026122
Binary11001000110100001101110010011010111011011000101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D0DC; }

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

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

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

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

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

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

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

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