Shades of Link Water #CDD3DB
Tints of Link Water #CDD3DB
RGB
CMYK
RGB Variations
Color information
#CDD3DB (or 0xCDD3DB) is known color: Link Water. HEX triplet: CD, D3 and DB. RGB value is (205,211,219). Sum of RGB (Red+Green+Blue) = 205+211+219=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3DB is #322C24. Grayscale: #D2D2D2. Windows color (decimal): -3288101 or 14406605. OLE color: 14406605.
HSL color Cylindrical-coordinate representation of color #CDD3DB: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD3DB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 211 | 219 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.14 |
| HSL | 214.29º | 0.16% | 0.83% | - |
| HSV(B) | 214.29º | 0.06% | 0.86% | - |
| XYZ | 61.26 | 64.68 | 76.27 | - |
| YUV | 210.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 219 | 0.06 | 0.04 | 0 | 0.14 | 214.29 | 0.16 | 0.83 |
| Hex | CD | D3 | DB | 6 | 4 | 0 | E | D6 | 10 | 53 |
| Octal | 315 | 323 | 333 | 6 | 4 | 0 | 16 | 326 | 20 | 123 |
| Binary | 11001101 | 11010011 | 11011011 | 110 | 100 | 0 | 1110 | 11010110 | 10000 | 1010011 |
Color Harmonies of #CDD3DB
Complementary color
Monochromatic Colors of #CDD3DB
Black with #CDD3DB
Text Example
Text Example
White with #CDD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3DB; }
p { color: rgb(205,211,219); }
H1.HeaderClassName
{
color: #CDD3DB;
}
.AnyTagClassName
{
color: #CDD3DB;
}
</style>
background-color css
<style>
a { background-color: #CDD3DB; }
a { background-color: rgb(205,211,219); }
div.DivClassName
{
background-color: #CDD3DB;
}
.BgClassName
{
background-color: #CDD3DB;
}
</style>
border-color css
<style>
span { border-color: #CDD3DB; }
span { border-color: rgb(205,211,219); }
td.TdClassName
{
border-color: #CDD3DB;
}
.TagClassName
{
border-color: #CDD3DB;
}
</style>