Shades of Link Water #CCCDCF
Tints of Link Water #CCCDCF
RGB
CMYK
RGB Variations
Color information
#CCCDCF (or 0xCCCDCF) is known color: Link Water. HEX triplet: CC, CD and CF. RGB value is (204,205,207). Sum of RGB (Red+Green+Blue) = 204+205+207=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCCDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDCF is #333230. Grayscale: #CCCCCC. Windows color (decimal): -3355185 or 13618636. OLE color: 13618636.
HSL color Cylindrical-coordinate representation of color #CCCDCF: hue angle of 220º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCDCF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 205 | 207 | - |
CMYK | 0.01 | 0.01 | 0 | 0.19 |
HSL | 220º | 0.03% | 0.81% | - |
HSV(B) | 220º | 0.01% | 0.81% | - |
XYZ | 58 | 61.01 | 67.75 | - |
YUV | 204.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 207 | 0.01 | 0.01 | 0 | 0.19 | 220 | 0.03 | 0.81 |
Hex | CC | CD | CF | 1 | 1 | 0 | 13 | DC | 3 | 51 |
Octal | 314 | 315 | 317 | 1 | 1 | 0 | 23 | 334 | 3 | 121 |
Binary | 11001100 | 11001101 | 11001111 | 1 | 1 | 0 | 10011 | 11011100 | 11 | 1010001 |
Color Harmonies of #CCCDCF
Complementary color
Monochromatic Colors of #CCCDCF
Black with #CCCDCF
Text Example
Text Example
White with #CCCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDCF; }
p { color: rgb(204,205,207); }
H1.HeaderClassName
{
color: #CCCDCF;
}
.AnyTagClassName
{
color: #CCCDCF;
}
</style>
background-color css
<style>
a { background-color: #CCCDCF; }
a { background-color: rgb(204,205,207); }
div.DivClassName
{
background-color: #CCCDCF;
}
.BgClassName
{
background-color: #CCCDCF;
}
</style>
border-color css
<style>
span { border-color: #CCCDCF; }
span { border-color: rgb(204,205,207); }
td.TdClassName
{
border-color: #CCCDCF;
}
.TagClassName
{
border-color: #CCCDCF;
}
</style>