Shades of Link Water #CDD0D2
Tints of Link Water #CDD0D2
RGB
CMYK
RGB Variations
Color information
#CDD0D2 (or 0xCDD0D2) is known color: Link Water. HEX triplet: CD, D0 and D2. RGB value is (205,208,210). Sum of RGB (Red+Green+Blue) = 205+208+210=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 210 - color contains mainly: blue. Hex color #CDD0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0D2 is #322F2D. Grayscale: #CFCFCF. Windows color (decimal): -3288878 or 13816013. OLE color: 13816013.
HSL color Cylindrical-coordinate representation of color #CDD0D2: hue angle of 204º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDD0D2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 210 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.18 |
| HSL | 204º | 0.05% | 0.81% | - |
| HSV(B) | 204º | 0.02% | 0.82% | - |
| XYZ | 59.37 | 62.74 | 69.95 | - |
| YUV | 207.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 210 | 0.02 | 0.01 | 0 | 0.18 | 204 | 0.05 | 0.81 |
| Hex | CD | D0 | D2 | 2 | 1 | 0 | 12 | CC | 5 | 51 |
| Octal | 315 | 320 | 322 | 2 | 1 | 0 | 22 | 314 | 5 | 121 |
| Binary | 11001101 | 11010000 | 11010010 | 10 | 1 | 0 | 10010 | 11001100 | 101 | 1010001 |
Color Harmonies of #CDD0D2
Complementary color
Monochromatic Colors of #CDD0D2
Black with #CDD0D2
Text Example
Text Example
White with #CDD0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0D2; }
p { color: rgb(205,208,210); }
H1.HeaderClassName
{
color: #CDD0D2;
}
.AnyTagClassName
{
color: #CDD0D2;
}
</style>
background-color css
<style>
a { background-color: #CDD0D2; }
a { background-color: rgb(205,208,210); }
div.DivClassName
{
background-color: #CDD0D2;
}
.BgClassName
{
background-color: #CDD0D2;
}
</style>
border-color css
<style>
span { border-color: #CDD0D2; }
span { border-color: rgb(205,208,210); }
td.TdClassName
{
border-color: #CDD0D2;
}
.TagClassName
{
border-color: #CDD0D2;
}
</style>