Shades of Link Water #CDD2DD
Tints of Link Water #CDD2DD
RGB
CMYK
RGB Variations
Color information
#CDD2DD (or 0xCDD2DD) is known color: Link Water. HEX triplet: CD, D2 and DD. RGB value is (205,210,221). Sum of RGB (Red+Green+Blue) = 205+210+221=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2DD is #322D22. Grayscale: #D1D1D1. Windows color (decimal): -3288355 or 14537421. OLE color: 14537421.
HSL color Cylindrical-coordinate representation of color #CDD2DD: hue angle of 221.25º 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 #CDD2DD is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 210 | 221 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.13 |
| HSL | 221.25º | 0.19% | 0.84% | - |
| HSV(B) | 221.25º | 0.07% | 0.87% | - |
| XYZ | 61.27 | 64.29 | 77.59 | - |
| YUV | 209.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 221 | 0.07 | 0.05 | 0 | 0.13 | 221.25 | 0.19 | 0.84 |
| Hex | CD | D2 | DD | 7 | 5 | 0 | D | DD | 13 | 54 |
| Octal | 315 | 322 | 335 | 7 | 5 | 0 | 15 | 335 | 23 | 124 |
| Binary | 11001101 | 11010010 | 11011101 | 111 | 101 | 0 | 1101 | 11011101 | 10011 | 1010100 |
Color Harmonies of #CDD2DD
Complementary color
Monochromatic Colors of #CDD2DD
Black with #CDD2DD
Text Example
Text Example
White with #CDD2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2DD; }
p { color: rgb(205,210,221); }
H1.HeaderClassName
{
color: #CDD2DD;
}
.AnyTagClassName
{
color: #CDD2DD;
}
</style>
background-color css
<style>
a { background-color: #CDD2DD; }
a { background-color: rgb(205,210,221); }
div.DivClassName
{
background-color: #CDD2DD;
}
.BgClassName
{
background-color: #CDD2DD;
}
</style>
border-color css
<style>
span { border-color: #CDD2DD; }
span { border-color: rgb(205,210,221); }
td.TdClassName
{
border-color: #CDD2DD;
}
.TagClassName
{
border-color: #CDD2DD;
}
</style>