Shades of Link Water #CDD3DD
Tints of Link Water #CDD3DD
RGB
CMYK
RGB Variations
Color information
#CDD3DD (or 0xCDD3DD) is known color: Link Water. HEX triplet: CD, D3 and DD. RGB value is (205,211,221). Sum of RGB (Red+Green+Blue) = 205+211+221=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3DD is #322C22. Grayscale: #D2D2D2. Windows color (decimal): -3288099 or 14537677. OLE color: 14537677.
HSL color Cylindrical-coordinate representation of color #CDD3DD: hue angle of 217.5º 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 #CDD3DD is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 211 | 221 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.13 |
| HSL | 217.5º | 0.19% | 0.84% | - |
| HSV(B) | 217.5º | 0.07% | 0.87% | - |
| XYZ | 61.52 | 64.79 | 77.67 | - |
| YUV | 210.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 221 | 0.07 | 0.05 | 0 | 0.13 | 217.5 | 0.19 | 0.84 |
| Hex | CD | D3 | DD | 7 | 5 | 0 | D | DA | 13 | 54 |
| Octal | 315 | 323 | 335 | 7 | 5 | 0 | 15 | 332 | 23 | 124 |
| Binary | 11001101 | 11010011 | 11011101 | 111 | 101 | 0 | 1101 | 11011010 | 10011 | 1010100 |
Color Harmonies of #CDD3DD
Complementary color
Monochromatic Colors of #CDD3DD
Black with #CDD3DD
Text Example
Text Example
White with #CDD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3DD; }
p { color: rgb(205,211,221); }
H1.HeaderClassName
{
color: #CDD3DD;
}
.AnyTagClassName
{
color: #CDD3DD;
}
</style>
background-color css
<style>
a { background-color: #CDD3DD; }
a { background-color: rgb(205,211,221); }
div.DivClassName
{
background-color: #CDD3DD;
}
.BgClassName
{
background-color: #CDD3DD;
}
</style>
border-color css
<style>
span { border-color: #CDD3DD; }
span { border-color: rgb(205,211,221); }
td.TdClassName
{
border-color: #CDD3DD;
}
.TagClassName
{
border-color: #CDD3DD;
}
</style>