Shades of Link Water #CCD3DD
Tints of Link Water #CCD3DD
RGB
CMYK
RGB Variations
Color information
#CCD3DD (or 0xCCD3DD) is known color: Link Water. HEX triplet: CC, D3 and DD. RGB value is (204,211,221). Sum of RGB (Red+Green+Blue) = 204+211+221=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3DD is #332C22. Grayscale: #D2D2D2. Windows color (decimal): -3353635 or 14537676. OLE color: 14537676.
HSL color Cylindrical-coordinate representation of color #CCD3DD: hue angle of 215.29º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD3DD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 211 | 221 | - |
CMYK | 0.08 | 0.05 | 0 | 0.13 |
HSL | 215.29º | 0.2% | 0.83% | - |
HSV(B) | 215.29º | 0.08% | 0.87% | - |
XYZ | 61.25 | 64.65 | 77.66 | - |
YUV | 210.05 | 134.18 | 123.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 211 | 221 | 0.08 | 0.05 | 0 | 0.13 | 215.29 | 0.2 | 0.83 |
Hex | CC | D3 | DD | 8 | 5 | 0 | D | D7 | 14 | 53 |
Octal | 314 | 323 | 335 | 10 | 5 | 0 | 15 | 327 | 24 | 123 |
Binary | 11001100 | 11010011 | 11011101 | 1000 | 101 | 0 | 1101 | 11010111 | 10100 | 1010011 |
Color Harmonies of #CCD3DD
Complementary color
Monochromatic Colors of #CCD3DD
Black with #CCD3DD
Text Example
Text Example
White with #CCD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3DD; }
p { color: rgb(204,211,221); }
H1.HeaderClassName
{
color: #CCD3DD;
}
.AnyTagClassName
{
color: #CCD3DD;
}
</style>
background-color css
<style>
a { background-color: #CCD3DD; }
a { background-color: rgb(204,211,221); }
div.DivClassName
{
background-color: #CCD3DD;
}
.BgClassName
{
background-color: #CCD3DD;
}
</style>
border-color css
<style>
span { border-color: #CCD3DD; }
span { border-color: rgb(204,211,221); }
td.TdClassName
{
border-color: #CCD3DD;
}
.TagClassName
{
border-color: #CCD3DD;
}
</style>