Shades of Link Water #CDD1DD
Tints of Link Water #CDD1DD
RGB
CMYK
RGB Variations
Color information
#CDD1DD (or 0xCDD1DD) is known color: Link Water. HEX triplet: CD, D1 and DD. RGB value is (205,209,221). Sum of RGB (Red+Green+Blue) = 205+209+221=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1DD is #322E22. Grayscale: #D1D1D1. Windows color (decimal): -3288611 or 14537165. OLE color: 14537165.
HSL color Cylindrical-coordinate representation of color #CDD1DD: hue angle of 225º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDD1DD is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 209 | 221 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.13 |
| HSL | 225º | 0.19% | 0.84% | - |
| HSV(B) | 225º | 0.07% | 0.87% | - |
| XYZ | 61.03 | 63.8 | 77.5 | - |
| YUV | 209.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 221 | 0.07 | 0.05 | 0 | 0.13 | 225 | 0.19 | 0.84 |
| Hex | CD | D1 | DD | 7 | 5 | 0 | D | E1 | 13 | 54 |
| Octal | 315 | 321 | 335 | 7 | 5 | 0 | 15 | 341 | 23 | 124 |
| Binary | 11001101 | 11010001 | 11011101 | 111 | 101 | 0 | 1101 | 11100001 | 10011 | 1010100 |
Color Harmonies of #CDD1DD
Complementary color
Monochromatic Colors of #CDD1DD
Black with #CDD1DD
Text Example
Text Example
White with #CDD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1DD; }
p { color: rgb(205,209,221); }
H1.HeaderClassName
{
color: #CDD1DD;
}
.AnyTagClassName
{
color: #CDD1DD;
}
</style>
background-color css
<style>
a { background-color: #CDD1DD; }
a { background-color: rgb(205,209,221); }
div.DivClassName
{
background-color: #CDD1DD;
}
.BgClassName
{
background-color: #CDD1DD;
}
</style>
border-color css
<style>
span { border-color: #CDD1DD; }
span { border-color: rgb(205,209,221); }
td.TdClassName
{
border-color: #CDD1DD;
}
.TagClassName
{
border-color: #CDD1DD;
}
</style>