Shades of Link Water #C8D2DB
Tints of Link Water #C8D2DB
RGB
CMYK
RGB Variations
Color information
#C8D2DB (or 0xC8D2DB) is known color: Link Water. HEX triplet: C8, D2 and DB. RGB value is (200,210,219). Sum of RGB (Red+Green+Blue) = 200+210+219=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8D2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2DB is #372D24. Grayscale: #CFCFCF. Windows color (decimal): -3616037 or 14406344. OLE color: 14406344.
HSL color Cylindrical-coordinate representation of color #C8D2DB: hue angle of 208.42º degrees, saturation: 0.21, 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 #C8D2DB is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 210 | 219 | - |
CMYK | 0.09 | 0.04 | 0 | 0.14 |
HSL | 208.42º | 0.21% | 0.82% | - |
HSV(B) | 208.42º | 0.09% | 0.86% | - |
XYZ | 59.65 | 63.49 | 76.13 | - |
YUV | 208.04 | 134.19 | 122.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 210 | 219 | 0.09 | 0.04 | 0 | 0.14 | 208.42 | 0.21 | 0.82 |
Hex | C8 | D2 | DB | 9 | 4 | 0 | E | D0 | 15 | 52 |
Octal | 310 | 322 | 333 | 11 | 4 | 0 | 16 | 320 | 25 | 122 |
Binary | 11001000 | 11010010 | 11011011 | 1001 | 100 | 0 | 1110 | 11010000 | 10101 | 1010010 |
Color Harmonies of #C8D2DB
Complementary color
Monochromatic Colors of #C8D2DB
Black with #C8D2DB
Text Example
Text Example
White with #C8D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2DB; }
p { color: rgb(200,210,219); }
H1.HeaderClassName
{
color: #C8D2DB;
}
.AnyTagClassName
{
color: #C8D2DB;
}
</style>
background-color css
<style>
a { background-color: #C8D2DB; }
a { background-color: rgb(200,210,219); }
div.DivClassName
{
background-color: #C8D2DB;
}
.BgClassName
{
background-color: #C8D2DB;
}
</style>
border-color css
<style>
span { border-color: #C8D2DB; }
span { border-color: rgb(200,210,219); }
td.TdClassName
{
border-color: #C8D2DB;
}
.TagClassName
{
border-color: #C8D2DB;
}
</style>