Shades of Link Water #CCCFD7
Tints of Link Water #CCCFD7
RGB
CMYK
RGB Variations
Color information
#CCCFD7 (or 0xCCCFD7) is known color: Link Water. HEX triplet: CC, CF and D7. RGB value is (204,207,215). Sum of RGB (Red+Green+Blue) = 204+207+215=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFD7 is #333028. Grayscale: #CECECE. Windows color (decimal): -3354665 or 14143436. OLE color: 14143436.
HSL color Cylindrical-coordinate representation of color #CCCFD7: hue angle of 223.64º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCFD7 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 207 | 215 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.16 |
| HSL | 223.64º | 0.12% | 0.82% | - |
| HSV(B) | 223.64º | 0.05% | 0.84% | - |
| XYZ | 59.48 | 62.37 | 73.19 | - |
| YUV | 207.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 215 | 0.05 | 0.04 | 0 | 0.16 | 223.64 | 0.12 | 0.82 |
| Hex | CC | CF | D7 | 5 | 4 | 0 | 10 | E0 | C | 52 |
| Octal | 314 | 317 | 327 | 5 | 4 | 0 | 20 | 340 | 14 | 122 |
| Binary | 11001100 | 11001111 | 11010111 | 101 | 100 | 0 | 10000 | 11100000 | 1100 | 1010010 |
Color Harmonies of #CCCFD7
Complementary color
Monochromatic Colors of #CCCFD7
Black with #CCCFD7
Text Example
Text Example
White with #CCCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFD7; }
p { color: rgb(204,207,215); }
H1.HeaderClassName
{
color: #CCCFD7;
}
.AnyTagClassName
{
color: #CCCFD7;
}
</style>
background-color css
<style>
a { background-color: #CCCFD7; }
a { background-color: rgb(204,207,215); }
div.DivClassName
{
background-color: #CCCFD7;
}
.BgClassName
{
background-color: #CCCFD7;
}
</style>
border-color css
<style>
span { border-color: #CCCFD7; }
span { border-color: rgb(204,207,215); }
td.TdClassName
{
border-color: #CCCFD7;
}
.TagClassName
{
border-color: #CCCFD7;
}
</style>