Shades of Link Water #CDD6DF
Tints of Link Water #CDD6DF
RGB
CMYK
RGB Variations
Color information
#CDD6DF (or 0xCDD6DF) is known color: Link Water. HEX triplet: CD, D6 and DF. RGB value is (205,214,223). Sum of RGB (Red+Green+Blue) = 205+214+223=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6DF is #322920. Grayscale: #D4D4D4. Windows color (decimal): -3287329 or 14669517. OLE color: 14669517.
HSL color Cylindrical-coordinate representation of color #CDD6DF: hue angle of 210º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD6DF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 214 | 223 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.13 |
| HSL | 210º | 0.22% | 0.84% | - |
| HSV(B) | 210º | 0.08% | 0.87% | - |
| XYZ | 62.54 | 66.4 | 79.33 | - |
| YUV | 212.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 223 | 0.08 | 0.04 | 0 | 0.13 | 210 | 0.22 | 0.84 |
| Hex | CD | D6 | DF | 8 | 4 | 0 | D | D2 | 16 | 54 |
| Octal | 315 | 326 | 337 | 10 | 4 | 0 | 15 | 322 | 26 | 124 |
| Binary | 11001101 | 11010110 | 11011111 | 1000 | 100 | 0 | 1101 | 11010010 | 10110 | 1010100 |
Color Harmonies of #CDD6DF
Complementary color
Monochromatic Colors of #CDD6DF
Black with #CDD6DF
Text Example
Text Example
White with #CDD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6DF; }
p { color: rgb(205,214,223); }
H1.HeaderClassName
{
color: #CDD6DF;
}
.AnyTagClassName
{
color: #CDD6DF;
}
</style>
background-color css
<style>
a { background-color: #CDD6DF; }
a { background-color: rgb(205,214,223); }
div.DivClassName
{
background-color: #CDD6DF;
}
.BgClassName
{
background-color: #CDD6DF;
}
</style>
border-color css
<style>
span { border-color: #CDD6DF; }
span { border-color: rgb(205,214,223); }
td.TdClassName
{
border-color: #CDD6DF;
}
.TagClassName
{
border-color: #CDD6DF;
}
</style>