Shades of Link Water #CCCDD1
Tints of Link Water #CCCDD1
RGB
CMYK
RGB Variations
Color information
#CCCDD1 (or 0xCCCDD1) is known color: Link Water. HEX triplet: CC, CD and D1. RGB value is (204,205,209). Sum of RGB (Red+Green+Blue) = 204+205+209=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCCDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD1 is #33322E. Grayscale: #CDCDCD. Windows color (decimal): -3355183 or 13749708. OLE color: 13749708.
HSL color Cylindrical-coordinate representation of color #CCCDD1: hue angle of 228º degrees, saturation: 0.05, 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 #CCCDD1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 205 | 209 | - |
CMYK | 0.02 | 0.02 | 0 | 0.18 |
HSL | 228º | 0.05% | 0.81% | - |
HSV(B) | 228º | 0.02% | 0.82% | - |
XYZ | 58.24 | 61.1 | 69.05 | - |
YUV | 205.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 209 | 0.02 | 0.02 | 0 | 0.18 | 228 | 0.05 | 0.81 |
Hex | CC | CD | D1 | 2 | 2 | 0 | 12 | E4 | 5 | 51 |
Octal | 314 | 315 | 321 | 2 | 2 | 0 | 22 | 344 | 5 | 121 |
Binary | 11001100 | 11001101 | 11010001 | 10 | 10 | 0 | 10010 | 11100100 | 101 | 1010001 |
Color Harmonies of #CCCDD1
Complementary color
Monochromatic Colors of #CCCDD1
Black with #CCCDD1
Text Example
Text Example
White with #CCCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDD1; }
p { color: rgb(204,205,209); }
H1.HeaderClassName
{
color: #CCCDD1;
}
.AnyTagClassName
{
color: #CCCDD1;
}
</style>
background-color css
<style>
a { background-color: #CCCDD1; }
a { background-color: rgb(204,205,209); }
div.DivClassName
{
background-color: #CCCDD1;
}
.BgClassName
{
background-color: #CCCDD1;
}
</style>
border-color css
<style>
span { border-color: #CCCDD1; }
span { border-color: rgb(204,205,209); }
td.TdClassName
{
border-color: #CCCDD1;
}
.TagClassName
{
border-color: #CCCDD1;
}
</style>