Shades of Link Water #C8CFDB
Tints of Link Water #C8CFDB
RGB
CMYK
RGB Variations
Color information
#C8CFDB (or 0xC8CFDB) is known color: Link Water. HEX triplet: C8, CF and DB. RGB value is (200,207,219). Sum of RGB (Red+Green+Blue) = 200+207+219=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFDB is #373024. Grayscale: #CECECE. Windows color (decimal): -3616805 or 14405576. OLE color: 14405576.
HSL color Cylindrical-coordinate representation of color #C8CFDB: hue angle of 217.89º 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 #C8CFDB is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 207 | 219 | - |
CMYK | 0.09 | 0.05 | 0 | 0.14 |
HSL | 217.89º | 0.21% | 0.82% | - |
HSV(B) | 217.89º | 0.09% | 0.86% | - |
XYZ | 58.92 | 62.02 | 75.88 | - |
YUV | 206.28 | 135.18 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 207 | 219 | 0.09 | 0.05 | 0 | 0.14 | 217.89 | 0.21 | 0.82 |
Hex | C8 | CF | DB | 9 | 5 | 0 | E | DA | 15 | 52 |
Octal | 310 | 317 | 333 | 11 | 5 | 0 | 16 | 332 | 25 | 122 |
Binary | 11001000 | 11001111 | 11011011 | 1001 | 101 | 0 | 1110 | 11011010 | 10101 | 1010010 |
Color Harmonies of #C8CFDB
Complementary color
Monochromatic Colors of #C8CFDB
Black with #C8CFDB
Text Example
Text Example
White with #C8CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFDB; }
p { color: rgb(200,207,219); }
H1.HeaderClassName
{
color: #C8CFDB;
}
.AnyTagClassName
{
color: #C8CFDB;
}
</style>
background-color css
<style>
a { background-color: #C8CFDB; }
a { background-color: rgb(200,207,219); }
div.DivClassName
{
background-color: #C8CFDB;
}
.BgClassName
{
background-color: #C8CFDB;
}
</style>
border-color css
<style>
span { border-color: #C8CFDB; }
span { border-color: rgb(200,207,219); }
td.TdClassName
{
border-color: #C8CFDB;
}
.TagClassName
{
border-color: #C8CFDB;
}
</style>