Shades of Link Water #CFD1D6
Tints of Link Water #CFD1D6
RGB
CMYK
RGB Variations
Color information
#CFD1D6 (or 0xCFD1D6) is known color: Link Water. HEX triplet: CF, D1 and D6. RGB value is (207,209,214). Sum of RGB (Red+Green+Blue) = 207+209+214=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFD1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD1D6 is #302E29. Grayscale: #D0D0D0. Windows color (decimal): -3157546 or 14078415. OLE color: 14078415.
HSL color Cylindrical-coordinate representation of color #CFD1D6: hue angle of 222.86º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFD1D6 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 209 | 214 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.16 |
| HSL | 222.86º | 0.08% | 0.83% | - |
| HSV(B) | 222.86º | 0.03% | 0.84% | - |
| XYZ | 60.67 | 63.72 | 72.72 | - |
| YUV | 208.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 214 | 0.03 | 0.02 | 0 | 0.16 | 222.86 | 0.08 | 0.83 |
| Hex | CF | D1 | D6 | 3 | 2 | 0 | 10 | DF | 8 | 53 |
| Octal | 317 | 321 | 326 | 3 | 2 | 0 | 20 | 337 | 10 | 123 |
| Binary | 11001111 | 11010001 | 11010110 | 11 | 10 | 0 | 10000 | 11011111 | 1000 | 1010011 |
Color Harmonies of #CFD1D6
Complementary color
Monochromatic Colors of #CFD1D6
Black with #CFD1D6
Text Example
Text Example
White with #CFD1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1D6; }
p { color: rgb(207,209,214); }
H1.HeaderClassName
{
color: #CFD1D6;
}
.AnyTagClassName
{
color: #CFD1D6;
}
</style>
background-color css
<style>
a { background-color: #CFD1D6; }
a { background-color: rgb(207,209,214); }
div.DivClassName
{
background-color: #CFD1D6;
}
.BgClassName
{
background-color: #CFD1D6;
}
</style>
border-color css
<style>
span { border-color: #CFD1D6; }
span { border-color: rgb(207,209,214); }
td.TdClassName
{
border-color: #CFD1D6;
}
.TagClassName
{
border-color: #CFD1D6;
}
</style>