Shades of Link Water #CDD1D6
Tints of Link Water #CDD1D6
RGB
CMYK
RGB Variations
Color information
#CDD1D6 (or 0xCDD1D6) is known color: Link Water. HEX triplet: CD, D1 and D6. RGB value is (205,209,214). Sum of RGB (Red+Green+Blue) = 205+209+214=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDD1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1D6 is #322E29. Grayscale: #D0D0D0. Windows color (decimal): -3288618 or 14078413. OLE color: 14078413.
HSL color Cylindrical-coordinate representation of color #CDD1D6: hue angle of 213.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDD1D6 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 209 | 214 | - |
CMYK | 0.04 | 0.02 | 0 | 0.16 |
HSL | 213.33º | 0.1% | 0.82% | - |
HSV(B) | 213.33º | 0.04% | 0.84% | - |
XYZ | 60.11 | 63.44 | 72.69 | - |
YUV | 208.37 | 131.17 | 125.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 209 | 214 | 0.04 | 0.02 | 0 | 0.16 | 213.33 | 0.1 | 0.82 |
Hex | CD | D1 | D6 | 4 | 2 | 0 | 10 | D5 | A | 52 |
Octal | 315 | 321 | 326 | 4 | 2 | 0 | 20 | 325 | 12 | 122 |
Binary | 11001101 | 11010001 | 11010110 | 100 | 10 | 0 | 10000 | 11010101 | 1010 | 1010010 |
Color Harmonies of #CDD1D6
Complementary color
Monochromatic Colors of #CDD1D6
Black with #CDD1D6
Text Example
Text Example
White with #CDD1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1D6; }
p { color: rgb(205,209,214); }
H1.HeaderClassName
{
color: #CDD1D6;
}
.AnyTagClassName
{
color: #CDD1D6;
}
</style>
background-color css
<style>
a { background-color: #CDD1D6; }
a { background-color: rgb(205,209,214); }
div.DivClassName
{
background-color: #CDD1D6;
}
.BgClassName
{
background-color: #CDD1D6;
}
</style>
border-color css
<style>
span { border-color: #CDD1D6; }
span { border-color: rgb(205,209,214); }
td.TdClassName
{
border-color: #CDD1D6;
}
.TagClassName
{
border-color: #CDD1D6;
}
</style>