Shades of Link Water #CCD3DC
Tints of Link Water #CCD3DC
RGB
CMYK
RGB Variations
Color information
#CCD3DC (or 0xCCD3DC) is known color: Link Water. HEX triplet: CC, D3 and DC. RGB value is (204,211,220). Sum of RGB (Red+Green+Blue) = 204+211+220=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3DC is #332C23. Grayscale: #D1D1D1. Windows color (decimal): -3353636 or 14472140. OLE color: 14472140.
HSL color Cylindrical-coordinate representation of color #CCD3DC: hue angle of 213.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD3DC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 211 | 220 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.14 |
| HSL | 213.75º | 0.19% | 0.83% | - |
| HSV(B) | 213.75º | 0.07% | 0.86% | - |
| XYZ | 61.11 | 64.59 | 76.96 | - |
| YUV | 209.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 220 | 0.07 | 0.04 | 0 | 0.14 | 213.75 | 0.19 | 0.83 |
| Hex | CC | D3 | DC | 7 | 4 | 0 | E | D6 | 13 | 53 |
| Octal | 314 | 323 | 334 | 7 | 4 | 0 | 16 | 326 | 23 | 123 |
| Binary | 11001100 | 11010011 | 11011100 | 111 | 100 | 0 | 1110 | 11010110 | 10011 | 1010011 |
Color Harmonies of #CCD3DC
Complementary color
Monochromatic Colors of #CCD3DC
Black with #CCD3DC
Text Example
Text Example
White with #CCD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3DC; }
p { color: rgb(204,211,220); }
H1.HeaderClassName
{
color: #CCD3DC;
}
.AnyTagClassName
{
color: #CCD3DC;
}
</style>
background-color css
<style>
a { background-color: #CCD3DC; }
a { background-color: rgb(204,211,220); }
div.DivClassName
{
background-color: #CCD3DC;
}
.BgClassName
{
background-color: #CCD3DC;
}
</style>
border-color css
<style>
span { border-color: #CCD3DC; }
span { border-color: rgb(204,211,220); }
td.TdClassName
{
border-color: #CCD3DC;
}
.TagClassName
{
border-color: #CCD3DC;
}
</style>