Shades of Link Water #CDD3DE
Tints of Link Water #CDD3DE
RGB
CMYK
RGB Variations
Color information
#CDD3DE (or 0xCDD3DE) is known color: Link Water. HEX triplet: CD, D3 and DE. RGB value is (205,211,222). Sum of RGB (Red+Green+Blue) = 205+211+222=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDD3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3DE is #322C21. Grayscale: #D2D2D2. Windows color (decimal): -3288098 or 14603213. OLE color: 14603213.
HSL color Cylindrical-coordinate representation of color #CDD3DE: hue angle of 218.82º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD3DE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 211 | 222 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.13 |
| HSL | 218.82º | 0.2% | 0.84% | - |
| HSV(B) | 218.82º | 0.08% | 0.87% | - |
| XYZ | 61.66 | 64.84 | 78.37 | - |
| YUV | 210.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 222 | 0.08 | 0.05 | 0 | 0.13 | 218.82 | 0.2 | 0.84 |
| Hex | CD | D3 | DE | 8 | 5 | 0 | D | DB | 14 | 54 |
| Octal | 315 | 323 | 336 | 10 | 5 | 0 | 15 | 333 | 24 | 124 |
| Binary | 11001101 | 11010011 | 11011110 | 1000 | 101 | 0 | 1101 | 11011011 | 10100 | 1010100 |
Color Harmonies of #CDD3DE
Complementary color
Monochromatic Colors of #CDD3DE
Black with #CDD3DE
Text Example
Text Example
White with #CDD3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3DE; }
p { color: rgb(205,211,222); }
H1.HeaderClassName
{
color: #CDD3DE;
}
.AnyTagClassName
{
color: #CDD3DE;
}
</style>
background-color css
<style>
a { background-color: #CDD3DE; }
a { background-color: rgb(205,211,222); }
div.DivClassName
{
background-color: #CDD3DE;
}
.BgClassName
{
background-color: #CDD3DE;
}
</style>
border-color css
<style>
span { border-color: #CDD3DE; }
span { border-color: rgb(205,211,222); }
td.TdClassName
{
border-color: #CDD3DE;
}
.TagClassName
{
border-color: #CDD3DE;
}
</style>