Shades of Link Water #CCD2DC
Tints of Link Water #CCD2DC
RGB
CMYK
RGB Variations
Color information
#CCD2DC (or 0xCCD2DC) is known color: Link Water. HEX triplet: CC, D2 and DC. RGB value is (204,210,220). Sum of RGB (Red+Green+Blue) = 204+210+220=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2DC is #332D23. Grayscale: #D1D1D1. Windows color (decimal): -3353892 or 14471884. OLE color: 14471884.
HSL color Cylindrical-coordinate representation of color #CCD2DC: hue angle of 217.5º 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 #CCD2DC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 210 | 220 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.14 |
| HSL | 217.5º | 0.19% | 0.83% | - |
| HSV(B) | 217.5º | 0.07% | 0.86% | - |
| XYZ | 60.87 | 64.1 | 76.87 | - |
| YUV | 209.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 220 | 0.07 | 0.05 | 0 | 0.14 | 217.5 | 0.19 | 0.83 |
| Hex | CC | D2 | DC | 7 | 5 | 0 | E | DA | 13 | 53 |
| Octal | 314 | 322 | 334 | 7 | 5 | 0 | 16 | 332 | 23 | 123 |
| Binary | 11001100 | 11010010 | 11011100 | 111 | 101 | 0 | 1110 | 11011010 | 10011 | 1010011 |
Color Harmonies of #CCD2DC
Complementary color
Monochromatic Colors of #CCD2DC
Black with #CCD2DC
Text Example
Text Example
White with #CCD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2DC; }
p { color: rgb(204,210,220); }
H1.HeaderClassName
{
color: #CCD2DC;
}
.AnyTagClassName
{
color: #CCD2DC;
}
</style>
background-color css
<style>
a { background-color: #CCD2DC; }
a { background-color: rgb(204,210,220); }
div.DivClassName
{
background-color: #CCD2DC;
}
.BgClassName
{
background-color: #CCD2DC;
}
</style>
border-color css
<style>
span { border-color: #CCD2DC; }
span { border-color: rgb(204,210,220); }
td.TdClassName
{
border-color: #CCD2DC;
}
.TagClassName
{
border-color: #CCD2DC;
}
</style>