Shades of Link Water #C8CFDD
Tints of Link Water #C8CFDD
RGB
CMYK
RGB Variations
Color information
#C8CFDD (or 0xC8CFDD) is known color: Link Water. HEX triplet: C8, CF and DD. RGB value is (200,207,221). Sum of RGB (Red+Green+Blue) = 200+207+221=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFDD is #373022. Grayscale: #CECECE. Windows color (decimal): -3616803 or 14536648. OLE color: 14536648.
HSL color Cylindrical-coordinate representation of color #C8CFDD: hue angle of 220º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8CFDD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 207 | 221 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.13 |
| HSL | 220º | 0.24% | 0.83% | - |
| HSV(B) | 220º | 0.1% | 0.87% | - |
| XYZ | 59.18 | 62.13 | 77.28 | - |
| YUV | 206.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 221 | 0.10 | 0.06 | 0 | 0.13 | 220 | 0.24 | 0.83 |
| Hex | C8 | CF | DD | A | 6 | 0 | D | DC | 18 | 53 |
| Octal | 310 | 317 | 335 | 12 | 6 | 0 | 15 | 334 | 30 | 123 |
| Binary | 11001000 | 11001111 | 11011101 | 1010 | 110 | 0 | 1101 | 11011100 | 11000 | 1010011 |
Color Harmonies of #C8CFDD
Complementary color
Monochromatic Colors of #C8CFDD
Black with #C8CFDD
Text Example
Text Example
White with #C8CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFDD; }
p { color: rgb(200,207,221); }
H1.HeaderClassName
{
color: #C8CFDD;
}
.AnyTagClassName
{
color: #C8CFDD;
}
</style>
background-color css
<style>
a { background-color: #C8CFDD; }
a { background-color: rgb(200,207,221); }
div.DivClassName
{
background-color: #C8CFDD;
}
.BgClassName
{
background-color: #C8CFDD;
}
</style>
border-color css
<style>
span { border-color: #C8CFDD; }
span { border-color: rgb(200,207,221); }
td.TdClassName
{
border-color: #C8CFDD;
}
.TagClassName
{
border-color: #C8CFDD;
}
</style>