Shades of Link Water #CCCFD5
Tints of Link Water #CCCFD5
RGB
CMYK
RGB Variations
Color information
#CCCFD5 (or 0xCCCFD5) is known color: Link Water. HEX triplet: CC, CF and D5. RGB value is (204,207,213). Sum of RGB (Red+Green+Blue) = 204+207+213=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFD5 is #33302A. Grayscale: #CECECE. Windows color (decimal): -3354667 or 14012364. OLE color: 14012364.
HSL color Cylindrical-coordinate representation of color #CCCFD5: hue angle of 220º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCFD5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 207 | 213 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.16 |
| HSL | 220º | 0.1% | 0.82% | - |
| HSV(B) | 220º | 0.04% | 0.84% | - |
| XYZ | 59.22 | 62.27 | 71.85 | - |
| YUV | 206.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 213 | 0.04 | 0.03 | 0 | 0.16 | 220 | 0.1 | 0.82 |
| Hex | CC | CF | D5 | 4 | 3 | 0 | 10 | DC | A | 52 |
| Octal | 314 | 317 | 325 | 4 | 3 | 0 | 20 | 334 | 12 | 122 |
| Binary | 11001100 | 11001111 | 11010101 | 100 | 11 | 0 | 10000 | 11011100 | 1010 | 1010010 |
Color Harmonies of #CCCFD5
Complementary color
Monochromatic Colors of #CCCFD5
Black with #CCCFD5
Text Example
Text Example
White with #CCCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFD5; }
p { color: rgb(204,207,213); }
H1.HeaderClassName
{
color: #CCCFD5;
}
.AnyTagClassName
{
color: #CCCFD5;
}
</style>
background-color css
<style>
a { background-color: #CCCFD5; }
a { background-color: rgb(204,207,213); }
div.DivClassName
{
background-color: #CCCFD5;
}
.BgClassName
{
background-color: #CCCFD5;
}
</style>
border-color css
<style>
span { border-color: #CCCFD5; }
span { border-color: rgb(204,207,213); }
td.TdClassName
{
border-color: #CCCFD5;
}
.TagClassName
{
border-color: #CCCFD5;
}
</style>