Shades of Link Water #CDD0D5
Tints of Link Water #CDD0D5
RGB
CMYK
RGB Variations
Color information
#CDD0D5 (or 0xCDD0D5) is known color: Link Water. HEX triplet: CD, D0 and D5. RGB value is (205,208,213). Sum of RGB (Red+Green+Blue) = 205+208+213=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDD0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0D5 is #322F2A. Grayscale: #CFCFCF. Windows color (decimal): -3288875 or 14012621. OLE color: 14012621.
HSL color Cylindrical-coordinate representation of color #CDD0D5: hue angle of 217.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDD0D5 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 208 | 213 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.16 |
| HSL | 217.5º | 0.09% | 0.82% | - |
| HSV(B) | 217.5º | 0.04% | 0.84% | - |
| XYZ | 59.74 | 62.89 | 71.94 | - |
| YUV | 207.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 213 | 0.04 | 0.02 | 0 | 0.16 | 217.5 | 0.09 | 0.82 |
| Hex | CD | D0 | D5 | 4 | 2 | 0 | 10 | DA | 9 | 52 |
| Octal | 315 | 320 | 325 | 4 | 2 | 0 | 20 | 332 | 11 | 122 |
| Binary | 11001101 | 11010000 | 11010101 | 100 | 10 | 0 | 10000 | 11011010 | 1001 | 1010010 |
Color Harmonies of #CDD0D5
Complementary color
Monochromatic Colors of #CDD0D5
Black with #CDD0D5
Text Example
Text Example
White with #CDD0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0D5; }
p { color: rgb(205,208,213); }
H1.HeaderClassName
{
color: #CDD0D5;
}
.AnyTagClassName
{
color: #CDD0D5;
}
</style>
background-color css
<style>
a { background-color: #CDD0D5; }
a { background-color: rgb(205,208,213); }
div.DivClassName
{
background-color: #CDD0D5;
}
.BgClassName
{
background-color: #CDD0D5;
}
</style>
border-color css
<style>
span { border-color: #CDD0D5; }
span { border-color: rgb(205,208,213); }
td.TdClassName
{
border-color: #CDD0D5;
}
.TagClassName
{
border-color: #CDD0D5;
}
</style>