Shades of Link Water #CDD2DA
Tints of Link Water #CDD2DA
RGB
CMYK
RGB Variations
Color information
#CDD2DA (or 0xCDD2DA) is known color: Link Water. HEX triplet: CD, D2 and DA. RGB value is (205,210,218). Sum of RGB (Red+Green+Blue) = 205+210+218=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2DA is #322D25. Grayscale: #D1D1D1. Windows color (decimal): -3288358 or 14340813. OLE color: 14340813.
HSL color Cylindrical-coordinate representation of color #CDD2DA: hue angle of 216.92º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD2DA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 210 | 218 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.15 |
| HSL | 216.92º | 0.15% | 0.83% | - |
| HSV(B) | 216.92º | 0.06% | 0.85% | - |
| XYZ | 60.88 | 64.13 | 75.5 | - |
| YUV | 209.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 218 | 0.06 | 0.04 | 0 | 0.15 | 216.92 | 0.15 | 0.83 |
| Hex | CD | D2 | DA | 6 | 4 | 0 | F | D9 | F | 53 |
| Octal | 315 | 322 | 332 | 6 | 4 | 0 | 17 | 331 | 17 | 123 |
| Binary | 11001101 | 11010010 | 11011010 | 110 | 100 | 0 | 1111 | 11011001 | 1111 | 1010011 |
Color Harmonies of #CDD2DA
Complementary color
Monochromatic Colors of #CDD2DA
Black with #CDD2DA
Text Example
Text Example
White with #CDD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2DA; }
p { color: rgb(205,210,218); }
H1.HeaderClassName
{
color: #CDD2DA;
}
.AnyTagClassName
{
color: #CDD2DA;
}
</style>
background-color css
<style>
a { background-color: #CDD2DA; }
a { background-color: rgb(205,210,218); }
div.DivClassName
{
background-color: #CDD2DA;
}
.BgClassName
{
background-color: #CDD2DA;
}
</style>
border-color css
<style>
span { border-color: #CDD2DA; }
span { border-color: rgb(205,210,218); }
td.TdClassName
{
border-color: #CDD2DA;
}
.TagClassName
{
border-color: #CDD2DA;
}
</style>