Shades of Link Water #CDD1D7
Tints of Link Water #CDD1D7
RGB
CMYK
RGB Variations
Color information
#CDD1D7 (or 0xCDD1D7) is known color: Link Water. HEX triplet: CD, D1 and D7. RGB value is (205,209,215). Sum of RGB (Red+Green+Blue) = 205+209+215=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDD1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1D7 is #322E28. Grayscale: #D0D0D0. Windows color (decimal): -3288617 or 14143949. OLE color: 14143949.
HSL color Cylindrical-coordinate representation of color #CDD1D7: hue angle of 216º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDD1D7 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 209 | 215 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.16 |
| HSL | 216º | 0.11% | 0.82% | - |
| HSV(B) | 216º | 0.05% | 0.84% | - |
| XYZ | 60.24 | 63.49 | 73.37 | - |
| YUV | 208.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 215 | 0.05 | 0.03 | 0 | 0.16 | 216 | 0.11 | 0.82 |
| Hex | CD | D1 | D7 | 5 | 3 | 0 | 10 | D8 | B | 52 |
| Octal | 315 | 321 | 327 | 5 | 3 | 0 | 20 | 330 | 13 | 122 |
| Binary | 11001101 | 11010001 | 11010111 | 101 | 11 | 0 | 10000 | 11011000 | 1011 | 1010010 |
Color Harmonies of #CDD1D7
Complementary color
Monochromatic Colors of #CDD1D7
Black with #CDD1D7
Text Example
Text Example
White with #CDD1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1D7; }
p { color: rgb(205,209,215); }
H1.HeaderClassName
{
color: #CDD1D7;
}
.AnyTagClassName
{
color: #CDD1D7;
}
</style>
background-color css
<style>
a { background-color: #CDD1D7; }
a { background-color: rgb(205,209,215); }
div.DivClassName
{
background-color: #CDD1D7;
}
.BgClassName
{
background-color: #CDD1D7;
}
</style>
border-color css
<style>
span { border-color: #CDD1D7; }
span { border-color: rgb(205,209,215); }
td.TdClassName
{
border-color: #CDD1D7;
}
.TagClassName
{
border-color: #CDD1D7;
}
</style>