Shades of Link Water #CCCDD2
Tints of Link Water #CCCDD2
RGB
CMYK
RGB Variations
Color information
#CCCDD2 (or 0xCCCDD2) is known color: Link Water. HEX triplet: CC, CD and D2. RGB value is (204,205,210). Sum of RGB (Red+Green+Blue) = 204+205+210=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCCDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD2 is #33322D. Grayscale: #CDCDCD. Windows color (decimal): -3355182 or 13815244. OLE color: 13815244.
HSL color Cylindrical-coordinate representation of color #CCCDD2: hue angle of 230º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCDD2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 205 | 210 | - |
CMYK | 0.03 | 0.02 | 0 | 0.18 |
HSL | 230º | 0.06% | 0.81% | - |
HSV(B) | 230º | 0.03% | 0.82% | - |
XYZ | 58.37 | 61.15 | 69.7 | - |
YUV | 205.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 210 | 0.03 | 0.02 | 0 | 0.18 | 230 | 0.06 | 0.81 |
Hex | CC | CD | D2 | 3 | 2 | 0 | 12 | E6 | 6 | 51 |
Octal | 314 | 315 | 322 | 3 | 2 | 0 | 22 | 346 | 6 | 121 |
Binary | 11001100 | 11001101 | 11010010 | 11 | 10 | 0 | 10010 | 11100110 | 110 | 1010001 |
Color Harmonies of #CCCDD2
Complementary color
Monochromatic Colors of #CCCDD2
Black with #CCCDD2
Text Example
Text Example
White with #CCCDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDD2; }
p { color: rgb(204,205,210); }
H1.HeaderClassName
{
color: #CCCDD2;
}
.AnyTagClassName
{
color: #CCCDD2;
}
</style>
background-color css
<style>
a { background-color: #CCCDD2; }
a { background-color: rgb(204,205,210); }
div.DivClassName
{
background-color: #CCCDD2;
}
.BgClassName
{
background-color: #CCCDD2;
}
</style>
border-color css
<style>
span { border-color: #CCCDD2; }
span { border-color: rgb(204,205,210); }
td.TdClassName
{
border-color: #CCCDD2;
}
.TagClassName
{
border-color: #CCCDD2;
}
</style>