Shades of Link Water #CCCDD0
Tints of Link Water #CCCDD0
RGB
CMYK
RGB Variations
Color information
#CCCDD0 (or 0xCCCDD0) is known color: Link Water. HEX triplet: CC, CD and D0. RGB value is (204,205,208). Sum of RGB (Red+Green+Blue) = 204+205+208=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCCDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD0 is #33322F. Grayscale: #CDCDCD. Windows color (decimal): -3355184 or 13684172. OLE color: 13684172.
HSL color Cylindrical-coordinate representation of color #CCCDD0: hue angle of 225º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCDD0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 205 | 208 | - |
CMYK | 0.02 | 0.01 | 0 | 0.18 |
HSL | 225º | 0.04% | 0.81% | - |
HSV(B) | 225º | 0.02% | 0.82% | - |
XYZ | 58.12 | 61.05 | 68.4 | - |
YUV | 205.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 208 | 0.02 | 0.01 | 0 | 0.18 | 225 | 0.04 | 0.81 |
Hex | CC | CD | D0 | 2 | 1 | 0 | 12 | E1 | 4 | 51 |
Octal | 314 | 315 | 320 | 2 | 1 | 0 | 22 | 341 | 4 | 121 |
Binary | 11001100 | 11001101 | 11010000 | 10 | 1 | 0 | 10010 | 11100001 | 100 | 1010001 |
Color Harmonies of #CCCDD0
Complementary color
Monochromatic Colors of #CCCDD0
Black with #CCCDD0
Text Example
Text Example
White with #CCCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDD0; }
p { color: rgb(204,205,208); }
H1.HeaderClassName
{
color: #CCCDD0;
}
.AnyTagClassName
{
color: #CCCDD0;
}
</style>
background-color css
<style>
a { background-color: #CCCDD0; }
a { background-color: rgb(204,205,208); }
div.DivClassName
{
background-color: #CCCDD0;
}
.BgClassName
{
background-color: #CCCDD0;
}
</style>
border-color css
<style>
span { border-color: #CCCDD0; }
span { border-color: rgb(204,205,208); }
td.TdClassName
{
border-color: #CCCDD0;
}
.TagClassName
{
border-color: #CCCDD0;
}
</style>