Shades of Link Water #CCD6DF
Tints of Link Water #CCD6DF
RGB
CMYK
RGB Variations
Color information
#CCD6DF (or 0xCCD6DF) is known color: Link Water. HEX triplet: CC, D6 and DF. RGB value is (204,214,223). Sum of RGB (Red+Green+Blue) = 204+214+223=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6DF is #332920. Grayscale: #D3D3D3. Windows color (decimal): -3352865 or 14669516. OLE color: 14669516.
HSL color Cylindrical-coordinate representation of color #CCD6DF: hue angle of 208.42º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD6DF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 214 | 223 | - |
CMYK | 0.09 | 0.04 | 0 | 0.13 |
HSL | 208.42º | 0.23% | 0.84% | - |
HSV(B) | 208.42º | 0.09% | 0.87% | - |
XYZ | 62.27 | 66.26 | 79.32 | - |
YUV | 212.04 | 134.19 | 122.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 214 | 223 | 0.09 | 0.04 | 0 | 0.13 | 208.42 | 0.23 | 0.84 |
Hex | CC | D6 | DF | 9 | 4 | 0 | D | D0 | 17 | 54 |
Octal | 314 | 326 | 337 | 11 | 4 | 0 | 15 | 320 | 27 | 124 |
Binary | 11001100 | 11010110 | 11011111 | 1001 | 100 | 0 | 1101 | 11010000 | 10111 | 1010100 |
Color Harmonies of #CCD6DF
Complementary color
Monochromatic Colors of #CCD6DF
Black with #CCD6DF
Text Example
Text Example
White with #CCD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6DF; }
p { color: rgb(204,214,223); }
H1.HeaderClassName
{
color: #CCD6DF;
}
.AnyTagClassName
{
color: #CCD6DF;
}
</style>
background-color css
<style>
a { background-color: #CCD6DF; }
a { background-color: rgb(204,214,223); }
div.DivClassName
{
background-color: #CCD6DF;
}
.BgClassName
{
background-color: #CCD6DF;
}
</style>
border-color css
<style>
span { border-color: #CCD6DF; }
span { border-color: rgb(204,214,223); }
td.TdClassName
{
border-color: #CCD6DF;
}
.TagClassName
{
border-color: #CCD6DF;
}
</style>