Shades of Link Water #CFD1DC
Tints of Link Water #CFD1DC
RGB
CMYK
RGB Variations
Color information
#CFD1DC (or 0xCFD1DC) is known color: Link Water. HEX triplet: CF, D1 and DC. RGB value is (207,209,220). Sum of RGB (Red+Green+Blue) = 207+209+220=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD1DC is #302E23. Grayscale: #D1D1D1. Windows color (decimal): -3157540 or 14471631. OLE color: 14471631.
HSL color Cylindrical-coordinate representation of color #CFD1DC: hue angle of 230.77º 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 #CFD1DC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 209 | 220 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.14 |
| HSL | 230.77º | 0.16% | 0.84% | - |
| HSV(B) | 230.77º | 0.06% | 0.86% | - |
| XYZ | 61.45 | 64.03 | 76.83 | - |
| YUV | 209.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 220 | 0.06 | 0.05 | 0 | 0.14 | 230.77 | 0.16 | 0.84 |
| Hex | CF | D1 | DC | 6 | 5 | 0 | E | E7 | 10 | 54 |
| Octal | 317 | 321 | 334 | 6 | 5 | 0 | 16 | 347 | 20 | 124 |
| Binary | 11001111 | 11010001 | 11011100 | 110 | 101 | 0 | 1110 | 11100111 | 10000 | 1010100 |
Color Harmonies of #CFD1DC
Complementary color
Monochromatic Colors of #CFD1DC
Black with #CFD1DC
Text Example
Text Example
White with #CFD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1DC; }
p { color: rgb(207,209,220); }
H1.HeaderClassName
{
color: #CFD1DC;
}
.AnyTagClassName
{
color: #CFD1DC;
}
</style>
background-color css
<style>
a { background-color: #CFD1DC; }
a { background-color: rgb(207,209,220); }
div.DivClassName
{
background-color: #CFD1DC;
}
.BgClassName
{
background-color: #CFD1DC;
}
</style>
border-color css
<style>
span { border-color: #CFD1DC; }
span { border-color: rgb(207,209,220); }
td.TdClassName
{
border-color: #CFD1DC;
}
.TagClassName
{
border-color: #CFD1DC;
}
</style>