Shades of Link Water #CFD3DB
Tints of Link Water #CFD3DB
RGB
CMYK
RGB Variations
Color information
#CFD3DB (or 0xCFD3DB) is known color: Link Water. HEX triplet: CF, D3 and DB. RGB value is (207,211,219). Sum of RGB (Red+Green+Blue) = 207+211+219=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD3DB is #302C24. Grayscale: #D2D2D2. Windows color (decimal): -3157029 or 14406607. OLE color: 14406607.
HSL color Cylindrical-coordinate representation of color #CFD3DB: hue angle of 220º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD3DB is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 211 | 219 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.14 |
| HSL | 220º | 0.14% | 0.84% | - |
| HSV(B) | 220º | 0.05% | 0.86% | - |
| XYZ | 61.81 | 64.97 | 76.3 | - |
| YUV | 210.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 219 | 0.05 | 0.04 | 0 | 0.14 | 220 | 0.14 | 0.84 |
| Hex | CF | D3 | DB | 5 | 4 | 0 | E | DC | E | 54 |
| Octal | 317 | 323 | 333 | 5 | 4 | 0 | 16 | 334 | 16 | 124 |
| Binary | 11001111 | 11010011 | 11011011 | 101 | 100 | 0 | 1110 | 11011100 | 1110 | 1010100 |
Color Harmonies of #CFD3DB
Complementary color
Monochromatic Colors of #CFD3DB
Black with #CFD3DB
Text Example
Text Example
White with #CFD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3DB; }
p { color: rgb(207,211,219); }
H1.HeaderClassName
{
color: #CFD3DB;
}
.AnyTagClassName
{
color: #CFD3DB;
}
</style>
background-color css
<style>
a { background-color: #CFD3DB; }
a { background-color: rgb(207,211,219); }
div.DivClassName
{
background-color: #CFD3DB;
}
.BgClassName
{
background-color: #CFD3DB;
}
</style>
border-color css
<style>
span { border-color: #CFD3DB; }
span { border-color: rgb(207,211,219); }
td.TdClassName
{
border-color: #CFD3DB;
}
.TagClassName
{
border-color: #CFD3DB;
}
</style>