Shades of Link Water #CDD1D3
Tints of Link Water #CDD1D3
RGB
CMYK
RGB Variations
Color information
#CDD1D3 (or 0xCDD1D3) is known color: Link Water. HEX triplet: CD, D1 and D3. RGB value is (205,209,211). Sum of RGB (Red+Green+Blue) = 205+209+211=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDD1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1D3 is #322E2C. Grayscale: #D0D0D0. Windows color (decimal): -3288621 or 13881805. OLE color: 13881805.
HSL color Cylindrical-coordinate representation of color #CDD1D3: hue angle of 200º degrees, saturation: 0.06, 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 #CDD1D3 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 209 | 211 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.17 |
| HSL | 200º | 0.06% | 0.82% | - |
| HSV(B) | 200º | 0.03% | 0.83% | - |
| XYZ | 59.74 | 63.28 | 70.69 | - |
| YUV | 208.03 | 129.67 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 211 | 0.03 | 0.01 | 0 | 0.17 | 200 | 0.06 | 0.82 |
| Hex | CD | D1 | D3 | 3 | 1 | 0 | 11 | C8 | 6 | 52 |
| Octal | 315 | 321 | 323 | 3 | 1 | 0 | 21 | 310 | 6 | 122 |
| Binary | 11001101 | 11010001 | 11010011 | 11 | 1 | 0 | 10001 | 11001000 | 110 | 1010010 |
Color Harmonies of #CDD1D3
Complementary color
Monochromatic Colors of #CDD1D3
Black with #CDD1D3
Text Example
Text Example
White with #CDD1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1D3; }
p { color: rgb(205,209,211); }
H1.HeaderClassName
{
color: #CDD1D3;
}
.AnyTagClassName
{
color: #CDD1D3;
}
</style>
background-color css
<style>
a { background-color: #CDD1D3; }
a { background-color: rgb(205,209,211); }
div.DivClassName
{
background-color: #CDD1D3;
}
.BgClassName
{
background-color: #CDD1D3;
}
</style>
border-color css
<style>
span { border-color: #CDD1D3; }
span { border-color: rgb(205,209,211); }
td.TdClassName
{
border-color: #CDD1D3;
}
.TagClassName
{
border-color: #CDD1D3;
}
</style>