Shades of Link Water #CDD0D4
Tints of Link Water #CDD0D4
RGB
CMYK
RGB Variations
Color information
#CDD0D4 (or 0xCDD0D4) is known color: Link Water. HEX triplet: CD, D0 and D4. RGB value is (205,208,212). Sum of RGB (Red+Green+Blue) = 205+208+212=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDD0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0D4 is #322F2B. Grayscale: #CFCFCF. Windows color (decimal): -3288876 or 13947085. OLE color: 13947085.
HSL color Cylindrical-coordinate representation of color #CDD0D4: hue angle of 214.29º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDD0D4 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 208 | 212 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.17 |
| HSL | 214.29º | 0.08% | 0.82% | - |
| HSV(B) | 214.29º | 0.03% | 0.83% | - |
| XYZ | 59.62 | 62.84 | 71.28 | - |
| YUV | 207.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 212 | 0.03 | 0.02 | 0 | 0.17 | 214.29 | 0.08 | 0.82 |
| Hex | CD | D0 | D4 | 3 | 2 | 0 | 11 | D6 | 8 | 52 |
| Octal | 315 | 320 | 324 | 3 | 2 | 0 | 21 | 326 | 10 | 122 |
| Binary | 11001101 | 11010000 | 11010100 | 11 | 10 | 0 | 10001 | 11010110 | 1000 | 1010010 |
Color Harmonies of #CDD0D4
Complementary color
Monochromatic Colors of #CDD0D4
Black with #CDD0D4
Text Example
Text Example
White with #CDD0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0D4; }
p { color: rgb(205,208,212); }
H1.HeaderClassName
{
color: #CDD0D4;
}
.AnyTagClassName
{
color: #CDD0D4;
}
</style>
background-color css
<style>
a { background-color: #CDD0D4; }
a { background-color: rgb(205,208,212); }
div.DivClassName
{
background-color: #CDD0D4;
}
.BgClassName
{
background-color: #CDD0D4;
}
</style>
border-color css
<style>
span { border-color: #CDD0D4; }
span { border-color: rgb(205,208,212); }
td.TdClassName
{
border-color: #CDD0D4;
}
.TagClassName
{
border-color: #CDD0D4;
}
</style>