Shades of Link Water #CDD0D8
Tints of Link Water #CDD0D8
RGB
CMYK
RGB Variations
Color information
#CDD0D8 (or 0xCDD0D8) is known color: Link Water. HEX triplet: CD, D0 and D8. RGB value is (205,208,216). Sum of RGB (Red+Green+Blue) = 205+208+216=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDD0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0D8 is #322F27. Grayscale: #CFCFCF. Windows color (decimal): -3288872 or 14209229. OLE color: 14209229.
HSL color Cylindrical-coordinate representation of color #CDD0D8: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDD0D8 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 208 | 216 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.15 |
| HSL | 223.64º | 0.12% | 0.83% | - |
| HSV(B) | 223.64º | 0.05% | 0.85% | - |
| XYZ | 60.13 | 63.05 | 73.97 | - |
| YUV | 208.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 216 | 0.05 | 0.04 | 0 | 0.15 | 223.64 | 0.12 | 0.83 |
| Hex | CD | D0 | D8 | 5 | 4 | 0 | F | E0 | C | 53 |
| Octal | 315 | 320 | 330 | 5 | 4 | 0 | 17 | 340 | 14 | 123 |
| Binary | 11001101 | 11010000 | 11011000 | 101 | 100 | 0 | 1111 | 11100000 | 1100 | 1010011 |
Color Harmonies of #CDD0D8
Complementary color
Monochromatic Colors of #CDD0D8
Black with #CDD0D8
Text Example
Text Example
White with #CDD0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0D8; }
p { color: rgb(205,208,216); }
H1.HeaderClassName
{
color: #CDD0D8;
}
.AnyTagClassName
{
color: #CDD0D8;
}
</style>
background-color css
<style>
a { background-color: #CDD0D8; }
a { background-color: rgb(205,208,216); }
div.DivClassName
{
background-color: #CDD0D8;
}
.BgClassName
{
background-color: #CDD0D8;
}
</style>
border-color css
<style>
span { border-color: #CDD0D8; }
span { border-color: rgb(205,208,216); }
td.TdClassName
{
border-color: #CDD0D8;
}
.TagClassName
{
border-color: #CDD0D8;
}
</style>