Shades of Link Water #CDD6DC
Tints of Link Water #CDD6DC
RGB
CMYK
RGB Variations
Color information
#CDD6DC (or 0xCDD6DC) is known color: Link Water. HEX triplet: CD, D6 and DC. RGB value is (205,214,220). Sum of RGB (Red+Green+Blue) = 205+214+220=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6DC is #322923. Grayscale: #D3D3D3. Windows color (decimal): -3287332 or 14472909. OLE color: 14472909.
HSL color Cylindrical-coordinate representation of color #CDD6DC: hue angle of 204º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDD6DC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 214 | 220 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.14 |
| HSL | 204º | 0.18% | 0.83% | - |
| HSV(B) | 204º | 0.07% | 0.86% | - |
| XYZ | 62.14 | 66.24 | 77.22 | - |
| YUV | 211.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 220 | 0.07 | 0.03 | 0 | 0.14 | 204 | 0.18 | 0.83 |
| Hex | CD | D6 | DC | 7 | 3 | 0 | E | CC | 12 | 53 |
| Octal | 315 | 326 | 334 | 7 | 3 | 0 | 16 | 314 | 22 | 123 |
| Binary | 11001101 | 11010110 | 11011100 | 111 | 11 | 0 | 1110 | 11001100 | 10010 | 1010011 |
Color Harmonies of #CDD6DC
Complementary color
Monochromatic Colors of #CDD6DC
Black with #CDD6DC
Text Example
Text Example
White with #CDD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6DC; }
p { color: rgb(205,214,220); }
H1.HeaderClassName
{
color: #CDD6DC;
}
.AnyTagClassName
{
color: #CDD6DC;
}
</style>
background-color css
<style>
a { background-color: #CDD6DC; }
a { background-color: rgb(205,214,220); }
div.DivClassName
{
background-color: #CDD6DC;
}
.BgClassName
{
background-color: #CDD6DC;
}
</style>
border-color css
<style>
span { border-color: #CDD6DC; }
span { border-color: rgb(205,214,220); }
td.TdClassName
{
border-color: #CDD6DC;
}
.TagClassName
{
border-color: #CDD6DC;
}
</style>