Shades of Link Water #CCD3DF
Tints of Link Water #CCD3DF
RGB
CMYK
RGB Variations
Color information
#CCD3DF (or 0xCCD3DF) is known color: Link Water. HEX triplet: CC, D3 and DF. RGB value is (204,211,223). Sum of RGB (Red+Green+Blue) = 204+211+223=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3DF is #332C20. Grayscale: #D2D2D2. Windows color (decimal): -3353633 or 14668748. OLE color: 14668748.
HSL color Cylindrical-coordinate representation of color #CCD3DF: hue angle of 217.89º 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 #CCD3DF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 211 | 223 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.13 |
| HSL | 217.89º | 0.23% | 0.84% | - |
| HSV(B) | 217.89º | 0.09% | 0.87% | - |
| XYZ | 61.52 | 64.75 | 79.07 | - |
| YUV | 210.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 223 | 0.09 | 0.05 | 0 | 0.13 | 217.89 | 0.23 | 0.84 |
| Hex | CC | D3 | DF | 9 | 5 | 0 | D | DA | 17 | 54 |
| Octal | 314 | 323 | 337 | 11 | 5 | 0 | 15 | 332 | 27 | 124 |
| Binary | 11001100 | 11010011 | 11011111 | 1001 | 101 | 0 | 1101 | 11011010 | 10111 | 1010100 |
Color Harmonies of #CCD3DF
Complementary color
Monochromatic Colors of #CCD3DF
Black with #CCD3DF
Text Example
Text Example
White with #CCD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3DF; }
p { color: rgb(204,211,223); }
H1.HeaderClassName
{
color: #CCD3DF;
}
.AnyTagClassName
{
color: #CCD3DF;
}
</style>
background-color css
<style>
a { background-color: #CCD3DF; }
a { background-color: rgb(204,211,223); }
div.DivClassName
{
background-color: #CCD3DF;
}
.BgClassName
{
background-color: #CCD3DF;
}
</style>
border-color css
<style>
span { border-color: #CCD3DF; }
span { border-color: rgb(204,211,223); }
td.TdClassName
{
border-color: #CCD3DF;
}
.TagClassName
{
border-color: #CCD3DF;
}
</style>