Shades of Link Water #CFD3DD
Tints of Link Water #CFD3DD
RGB
CMYK
RGB Variations
Color information
#CFD3DD (or 0xCFD3DD) is known color: Link Water. HEX triplet: CF, D3 and DD. RGB value is (207,211,221). Sum of RGB (Red+Green+Blue) = 207+211+221=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD3DD is #302C22. Grayscale: #D2D2D2. Windows color (decimal): -3157027 or 14537679. OLE color: 14537679.
HSL color Cylindrical-coordinate representation of color #CFD3DD: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD3DD is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 211 | 221 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.13 |
| HSL | 222.86º | 0.17% | 0.84% | - |
| HSV(B) | 222.86º | 0.06% | 0.87% | - |
| XYZ | 62.08 | 65.07 | 77.7 | - |
| YUV | 210.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 221 | 0.06 | 0.05 | 0 | 0.13 | 222.86 | 0.17 | 0.84 |
| Hex | CF | D3 | DD | 6 | 5 | 0 | D | DF | 11 | 54 |
| Octal | 317 | 323 | 335 | 6 | 5 | 0 | 15 | 337 | 21 | 124 |
| Binary | 11001111 | 11010011 | 11011101 | 110 | 101 | 0 | 1101 | 11011111 | 10001 | 1010100 |
Color Harmonies of #CFD3DD
Complementary color
Monochromatic Colors of #CFD3DD
Black with #CFD3DD
Text Example
Text Example
White with #CFD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3DD; }
p { color: rgb(207,211,221); }
H1.HeaderClassName
{
color: #CFD3DD;
}
.AnyTagClassName
{
color: #CFD3DD;
}
</style>
background-color css
<style>
a { background-color: #CFD3DD; }
a { background-color: rgb(207,211,221); }
div.DivClassName
{
background-color: #CFD3DD;
}
.BgClassName
{
background-color: #CFD3DD;
}
</style>
border-color css
<style>
span { border-color: #CFD3DD; }
span { border-color: rgb(207,211,221); }
td.TdClassName
{
border-color: #CFD3DD;
}
.TagClassName
{
border-color: #CFD3DD;
}
</style>