Shades of Link Water #C8D4DC
Tints of Link Water #C8D4DC
RGB
CMYK
RGB Variations
Color information
#C8D4DC (or 0xC8D4DC) is known color: Link Water. HEX triplet: C8, D4 and DC. RGB value is (200,212,220). Sum of RGB (Red+Green+Blue) = 200+212+220=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4DC is #372B23. Grayscale: #D1D1D1. Windows color (decimal): -3615524 or 14472392. OLE color: 14472392.
HSL color Cylindrical-coordinate representation of color #C8D4DC: hue angle of 204º 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 #C8D4DC is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 212 | 220 | - |
CMYK | 0.09 | 0.04 | 0 | 0.14 |
HSL | 204º | 0.22% | 0.82% | - |
HSV(B) | 204º | 0.09% | 0.86% | - |
XYZ | 60.28 | 64.53 | 76.99 | - |
YUV | 209.32 | 134.02 | 121.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 212 | 220 | 0.09 | 0.04 | 0 | 0.14 | 204 | 0.22 | 0.82 |
Hex | C8 | D4 | DC | 9 | 4 | 0 | E | CC | 16 | 52 |
Octal | 310 | 324 | 334 | 11 | 4 | 0 | 16 | 314 | 26 | 122 |
Binary | 11001000 | 11010100 | 11011100 | 1001 | 100 | 0 | 1110 | 11001100 | 10110 | 1010010 |
Color Harmonies of #C8D4DC
Complementary color
Monochromatic Colors of #C8D4DC
Black with #C8D4DC
Text Example
Text Example
White with #C8D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D4DC; }
p { color: rgb(200,212,220); }
H1.HeaderClassName
{
color: #C8D4DC;
}
.AnyTagClassName
{
color: #C8D4DC;
}
</style>
background-color css
<style>
a { background-color: #C8D4DC; }
a { background-color: rgb(200,212,220); }
div.DivClassName
{
background-color: #C8D4DC;
}
.BgClassName
{
background-color: #C8D4DC;
}
</style>
border-color css
<style>
span { border-color: #C8D4DC; }
span { border-color: rgb(200,212,220); }
td.TdClassName
{
border-color: #C8D4DC;
}
.TagClassName
{
border-color: #C8D4DC;
}
</style>