Shades of Link Water #CCCDD5
Tints of Link Water #CCCDD5
RGB
CMYK
RGB Variations
Color information
#CCCDD5 (or 0xCCCDD5) is known color: Link Water. HEX triplet: CC, CD and D5. RGB value is (204,205,213). Sum of RGB (Red+Green+Blue) = 204+205+213=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD5 is #33322A. Grayscale: #CDCDCD. Windows color (decimal): -3355179 or 14011852. OLE color: 14011852.
HSL color Cylindrical-coordinate representation of color #CCCDD5: hue angle of 233.33º 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 #CCCDD5 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 205 | 213 | - |
CMYK | 0.04 | 0.04 | 0 | 0.16 |
HSL | 233.33º | 0.1% | 0.82% | - |
HSV(B) | 233.33º | 0.04% | 0.84% | - |
XYZ | 58.74 | 61.3 | 71.69 | - |
YUV | 205.61 | 132.17 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 213 | 0.04 | 0.04 | 0 | 0.16 | 233.33 | 0.1 | 0.82 |
Hex | CC | CD | D5 | 4 | 4 | 0 | 10 | E9 | A | 52 |
Octal | 314 | 315 | 325 | 4 | 4 | 0 | 20 | 351 | 12 | 122 |
Binary | 11001100 | 11001101 | 11010101 | 100 | 100 | 0 | 10000 | 11101001 | 1010 | 1010010 |
Color Harmonies of #CCCDD5
Complementary color
Monochromatic Colors of #CCCDD5
Black with #CCCDD5
Text Example
Text Example
White with #CCCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDD5; }
p { color: rgb(204,205,213); }
H1.HeaderClassName
{
color: #CCCDD5;
}
.AnyTagClassName
{
color: #CCCDD5;
}
</style>
background-color css
<style>
a { background-color: #CCCDD5; }
a { background-color: rgb(204,205,213); }
div.DivClassName
{
background-color: #CCCDD5;
}
.BgClassName
{
background-color: #CCCDD5;
}
</style>
border-color css
<style>
span { border-color: #CCCDD5; }
span { border-color: rgb(204,205,213); }
td.TdClassName
{
border-color: #CCCDD5;
}
.TagClassName
{
border-color: #CCCDD5;
}
</style>