Shades of Link Water #CCD3DB
Tints of Link Water #CCD3DB
RGB
CMYK
RGB Variations
Color information
#CCD3DB (or 0xCCD3DB) is known color: Link Water. HEX triplet: CC, D3 and DB. RGB value is (204,211,219). Sum of RGB (Red+Green+Blue) = 204+211+219=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3DB is #332C24. Grayscale: #D1D1D1. Windows color (decimal): -3353637 or 14406604. OLE color: 14406604.
HSL color Cylindrical-coordinate representation of color #CCD3DB: hue angle of 212º degrees, saturation: 0.17, 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 #CCD3DB is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 211 | 219 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.14 |
| HSL | 212º | 0.17% | 0.83% | - |
| HSV(B) | 212º | 0.07% | 0.86% | - |
| XYZ | 60.98 | 64.54 | 76.26 | - |
| YUV | 209.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 219 | 0.07 | 0.04 | 0 | 0.14 | 212 | 0.17 | 0.83 |
| Hex | CC | D3 | DB | 7 | 4 | 0 | E | D4 | 11 | 53 |
| Octal | 314 | 323 | 333 | 7 | 4 | 0 | 16 | 324 | 21 | 123 |
| Binary | 11001100 | 11010011 | 11011011 | 111 | 100 | 0 | 1110 | 11010100 | 10001 | 1010011 |
Color Harmonies of #CCD3DB
Complementary color
Monochromatic Colors of #CCD3DB
Black with #CCD3DB
Text Example
Text Example
White with #CCD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3DB; }
p { color: rgb(204,211,219); }
H1.HeaderClassName
{
color: #CCD3DB;
}
.AnyTagClassName
{
color: #CCD3DB;
}
</style>
background-color css
<style>
a { background-color: #CCD3DB; }
a { background-color: rgb(204,211,219); }
div.DivClassName
{
background-color: #CCD3DB;
}
.BgClassName
{
background-color: #CCD3DB;
}
</style>
border-color css
<style>
span { border-color: #CCD3DB; }
span { border-color: rgb(204,211,219); }
td.TdClassName
{
border-color: #CCD3DB;
}
.TagClassName
{
border-color: #CCD3DB;
}
</style>