Shades of Link Water #C8D0DC
Tints of Link Water #C8D0DC
RGB
CMYK
RGB Variations
Color information
#C8D0DC (or 0xC8D0DC) is known color: 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
RGB | 200 | 208 | 220 | - |
CMYK | 0.09 | 0.05 | 0 | 0.14 |
HSL | 216º | 0.22% | 0.82% | - |
HSV(B) | 216º | 0.09% | 0.86% | - |
XYZ | 59.29 | 62.56 | 76.66 | - |
YUV | 206.98 | 135.35 | 123.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 208 | 220 | 0.09 | 0.05 | 0 | 0.14 | 216 | 0.22 | 0.82 |
Hex | C8 | D0 | DC | 9 | 5 | 0 | E | D8 | 16 | 52 |
Octal | 310 | 320 | 334 | 11 | 5 | 0 | 16 | 330 | 26 | 122 |
Binary | 11001000 | 11010000 | 11011100 | 1001 | 101 | 0 | 1110 | 11011000 | 10110 | 1010010 |
Color Harmonies of #C8D0DC
Complementary color
Monochromatic Colors of #C8D0DC
Black with #C8D0DC
Text Example
Text Example
White with #C8D0DC
Text Example
Text Example
HTML Codes & Css Web 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>