#C8D2DC

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

Shades of Link Water #C8D2DC

Tints of Link Water #C8D2DC

Color information

#C8D2DC (or 0xC8D2DC) is unknown color: approx Link Water. HEX triplet: C8, D2 and DC. RGB value is (200,210,220). Sum of RGB (Red+Green+Blue) = 200+210+220=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2DC is #372D23. Grayscale: #D0D0D0. Windows color (decimal): -3616036 or 14471880. OLE color: 14471880.

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

Color convert

RGB200210220-
CMYK0.090.0500.14
HSL210º22.22%82.35%-
HSV(B)210º9.09%86.27%-
XYZ59.7863.5476.82-
YUV208.15134.69122.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.75%
GREEN value IS 210 (82.42% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=31.75%
G=33.33%
B=34.92%

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
Decimal2002102200.090.0500.1421022.2282.35
HexC8D2DC950Ed21652
Octal31032233411501632226122
Binary11001000110100101101110010011010111011010010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2DC; }

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

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

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

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

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

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

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

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