Shades of Link Water #CDD2D6
Tints of Link Water #CDD2D6
RGB
CMYK
RGB Variations
Color information
#CDD2D6 (or 0xCDD2D6) is known color: Link Water. HEX triplet: CD, D2 and D6. RGB value is (205,210,214). Sum of RGB (Red+Green+Blue) = 205+210+214=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDD2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2D6 is #322D29. Grayscale: #D0D0D0. Windows color (decimal): -3288362 or 14078669. OLE color: 14078669.
HSL color Cylindrical-coordinate representation of color #CDD2D6: hue angle of 206.67º degrees, saturation: 0.1, 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 #CDD2D6 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 210 | 214 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.16 |
| HSL | 206.67º | 0.1% | 0.82% | - |
| HSV(B) | 206.67º | 0.04% | 0.84% | - |
| XYZ | 60.36 | 63.93 | 72.78 | - |
| YUV | 208.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 214 | 0.04 | 0.02 | 0 | 0.16 | 206.67 | 0.1 | 0.82 |
| Hex | CD | D2 | D6 | 4 | 2 | 0 | 10 | CF | A | 52 |
| Octal | 315 | 322 | 326 | 4 | 2 | 0 | 20 | 317 | 12 | 122 |
| Binary | 11001101 | 11010010 | 11010110 | 100 | 10 | 0 | 10000 | 11001111 | 1010 | 1010010 |
Color Harmonies of #CDD2D6
Complementary color
Monochromatic Colors of #CDD2D6
Black with #CDD2D6
Text Example
Text Example
White with #CDD2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2D6; }
p { color: rgb(205,210,214); }
H1.HeaderClassName
{
color: #CDD2D6;
}
.AnyTagClassName
{
color: #CDD2D6;
}
</style>
background-color css
<style>
a { background-color: #CDD2D6; }
a { background-color: rgb(205,210,214); }
div.DivClassName
{
background-color: #CDD2D6;
}
.BgClassName
{
background-color: #CDD2D6;
}
</style>
border-color css
<style>
span { border-color: #CDD2D6; }
span { border-color: rgb(205,210,214); }
td.TdClassName
{
border-color: #CDD2D6;
}
.TagClassName
{
border-color: #CDD2D6;
}
</style>