Shades of Link Water #CDD5E0
Tints of Link Water #CDD5E0
RGB
CMYK
RGB Variations
Color information
#CDD5E0 (or 0xCDD5E0) is known color: Link Water. HEX triplet: CD, D5 and E0. RGB value is (205,213,224). Sum of RGB (Red+Green+Blue) = 205+213+224=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDD5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5E0 is #322A1F. Grayscale: #D3D3D3. Windows color (decimal): -3287584 or 14734797. OLE color: 14734797.
HSL color Cylindrical-coordinate representation of color #CDD5E0: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD5E0 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 213 | 224 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.12 |
| HSL | 214.74º | 0.23% | 0.84% | - |
| HSV(B) | 214.74º | 0.08% | 0.88% | - |
| XYZ | 62.43 | 65.95 | 79.96 | - |
| YUV | 211.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 224 | 0.08 | 0.05 | 0 | 0.12 | 214.74 | 0.23 | 0.84 |
| Hex | CD | D5 | E0 | 8 | 5 | 0 | C | D7 | 17 | 54 |
| Octal | 315 | 325 | 340 | 10 | 5 | 0 | 14 | 327 | 27 | 124 |
| Binary | 11001101 | 11010101 | 11100000 | 1000 | 101 | 0 | 1100 | 11010111 | 10111 | 1010100 |
Color Harmonies of #CDD5E0
Complementary color
Monochromatic Colors of #CDD5E0
Black with #CDD5E0
Text Example
Text Example
White with #CDD5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5E0; }
p { color: rgb(205,213,224); }
H1.HeaderClassName
{
color: #CDD5E0;
}
.AnyTagClassName
{
color: #CDD5E0;
}
</style>
background-color css
<style>
a { background-color: #CDD5E0; }
a { background-color: rgb(205,213,224); }
div.DivClassName
{
background-color: #CDD5E0;
}
.BgClassName
{
background-color: #CDD5E0;
}
</style>
border-color css
<style>
span { border-color: #CDD5E0; }
span { border-color: rgb(205,213,224); }
td.TdClassName
{
border-color: #CDD5E0;
}
.TagClassName
{
border-color: #CDD5E0;
}
</style>