Shades of Link Water #CFD6DC
Tints of Link Water #CFD6DC
RGB
CMYK
RGB Variations
Color information
#CFD6DC (or 0xCFD6DC) is known color: Link Water. HEX triplet: CF, D6 and DC. RGB value is (207,214,220). Sum of RGB (Red+Green+Blue) = 207+214+220=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6DC is #302923. Grayscale: #D4D4D4. Windows color (decimal): -3156260 or 14472911. OLE color: 14472911.
HSL color Cylindrical-coordinate representation of color #CFD6DC: hue angle of 207.69º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD6DC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 214 | 220 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.14 |
| HSL | 207.69º | 0.16% | 0.84% | - |
| HSV(B) | 207.69º | 0.06% | 0.86% | - |
| XYZ | 62.7 | 66.53 | 77.25 | - |
| YUV | 212.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 220 | 0.06 | 0.03 | 0 | 0.14 | 207.69 | 0.16 | 0.84 |
| Hex | CF | D6 | DC | 6 | 3 | 0 | E | D0 | 10 | 54 |
| Octal | 317 | 326 | 334 | 6 | 3 | 0 | 16 | 320 | 20 | 124 |
| Binary | 11001111 | 11010110 | 11011100 | 110 | 11 | 0 | 1110 | 11010000 | 10000 | 1010100 |
Color Harmonies of #CFD6DC
Complementary color
Monochromatic Colors of #CFD6DC
Black with #CFD6DC
Text Example
Text Example
White with #CFD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6DC; }
p { color: rgb(207,214,220); }
H1.HeaderClassName
{
color: #CFD6DC;
}
.AnyTagClassName
{
color: #CFD6DC;
}
</style>
background-color css
<style>
a { background-color: #CFD6DC; }
a { background-color: rgb(207,214,220); }
div.DivClassName
{
background-color: #CFD6DC;
}
.BgClassName
{
background-color: #CFD6DC;
}
</style>
border-color css
<style>
span { border-color: #CFD6DC; }
span { border-color: rgb(207,214,220); }
td.TdClassName
{
border-color: #CFD6DC;
}
.TagClassName
{
border-color: #CFD6DC;
}
</style>