Shades of Link Water #CFD4DC
Tints of Link Water #CFD4DC
RGB
CMYK
RGB Variations
Color information
#CFD4DC (or 0xCFD4DC) is known color: Link Water. HEX triplet: CF, D4 and DC. RGB value is (207,212,220). Sum of RGB (Red+Green+Blue) = 207+212+220=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4DC is #302B23. Grayscale: #D3D3D3. Windows color (decimal): -3156772 or 14472399. OLE color: 14472399.
HSL color Cylindrical-coordinate representation of color #CFD4DC: hue angle of 216.92º 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 #CFD4DC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 212 | 220 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.14 |
| HSL | 216.92º | 0.16% | 0.84% | - |
| HSV(B) | 216.92º | 0.06% | 0.86% | - |
| XYZ | 62.19 | 65.52 | 77.08 | - |
| YUV | 211.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 220 | 0.06 | 0.04 | 0 | 0.14 | 216.92 | 0.16 | 0.84 |
| Hex | CF | D4 | DC | 6 | 4 | 0 | E | D9 | 10 | 54 |
| Octal | 317 | 324 | 334 | 6 | 4 | 0 | 16 | 331 | 20 | 124 |
| Binary | 11001111 | 11010100 | 11011100 | 110 | 100 | 0 | 1110 | 11011001 | 10000 | 1010100 |
Color Harmonies of #CFD4DC
Complementary color
Monochromatic Colors of #CFD4DC
Black with #CFD4DC
Text Example
Text Example
White with #CFD4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4DC; }
p { color: rgb(207,212,220); }
H1.HeaderClassName
{
color: #CFD4DC;
}
.AnyTagClassName
{
color: #CFD4DC;
}
</style>
background-color css
<style>
a { background-color: #CFD4DC; }
a { background-color: rgb(207,212,220); }
div.DivClassName
{
background-color: #CFD4DC;
}
.BgClassName
{
background-color: #CFD4DC;
}
</style>
border-color css
<style>
span { border-color: #CFD4DC; }
span { border-color: rgb(207,212,220); }
td.TdClassName
{
border-color: #CFD4DC;
}
.TagClassName
{
border-color: #CFD4DC;
}
</style>