Shades of Link Water #CDD1DC
Tints of Link Water #CDD1DC
RGB
CMYK
RGB Variations
Color information
#CDD1DC (or 0xCDD1DC) is known color: Link Water. HEX triplet: CD, D1 and DC. RGB value is (205,209,220). Sum of RGB (Red+Green+Blue) = 205+209+220=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1DC is #322E23. Grayscale: #D1D1D1. Windows color (decimal): -3288612 or 14471629. OLE color: 14471629.
HSL color Cylindrical-coordinate representation of color #CDD1DC: hue angle of 224º 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 #CDD1DC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 209 | 220 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.14 |
| HSL | 224º | 0.18% | 0.83% | - |
| HSV(B) | 224º | 0.07% | 0.86% | - |
| XYZ | 60.9 | 63.75 | 76.81 | - |
| YUV | 209.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 220 | 0.07 | 0.05 | 0 | 0.14 | 224 | 0.18 | 0.83 |
| Hex | CD | D1 | DC | 7 | 5 | 0 | E | E0 | 12 | 53 |
| Octal | 315 | 321 | 334 | 7 | 5 | 0 | 16 | 340 | 22 | 123 |
| Binary | 11001101 | 11010001 | 11011100 | 111 | 101 | 0 | 1110 | 11100000 | 10010 | 1010011 |
Color Harmonies of #CDD1DC
Complementary color
Monochromatic Colors of #CDD1DC
Black with #CDD1DC
Text Example
Text Example
White with #CDD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1DC; }
p { color: rgb(205,209,220); }
H1.HeaderClassName
{
color: #CDD1DC;
}
.AnyTagClassName
{
color: #CDD1DC;
}
</style>
background-color css
<style>
a { background-color: #CDD1DC; }
a { background-color: rgb(205,209,220); }
div.DivClassName
{
background-color: #CDD1DC;
}
.BgClassName
{
background-color: #CDD1DC;
}
</style>
border-color css
<style>
span { border-color: #CDD1DC; }
span { border-color: rgb(205,209,220); }
td.TdClassName
{
border-color: #CDD1DC;
}
.TagClassName
{
border-color: #CDD1DC;
}
</style>