Shades of Link Water #CBCDD6
Tints of Link Water #CBCDD6
RGB
CMYK
RGB Variations
Color information
#CBCDD6 (or 0xCBCDD6) is known color: Link Water. HEX triplet: CB, CD and D6. RGB value is (203,205,214). Sum of RGB (Red+Green+Blue) = 203+205+214=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDD6 is #343229. Grayscale: #CDCDCD. Windows color (decimal): -3420714 or 14077387. OLE color: 14077387.
HSL color Cylindrical-coordinate representation of color #CBCDD6: hue angle of 229.09º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBCDD6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 205 | 214 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.16 |
| HSL | 229.09º | 0.12% | 0.82% | - |
| HSV(B) | 229.09º | 0.05% | 0.84% | - |
| XYZ | 58.6 | 61.21 | 72.35 | - |
| YUV | 205.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 214 | 0.05 | 0.04 | 0 | 0.16 | 229.09 | 0.12 | 0.82 |
| Hex | CB | CD | D6 | 5 | 4 | 0 | 10 | E5 | C | 52 |
| Octal | 313 | 315 | 326 | 5 | 4 | 0 | 20 | 345 | 14 | 122 |
| Binary | 11001011 | 11001101 | 11010110 | 101 | 100 | 0 | 10000 | 11100101 | 1100 | 1010010 |
Color Harmonies of #CBCDD6
Complementary color
Monochromatic Colors of #CBCDD6
Black with #CBCDD6
Text Example
Text Example
White with #CBCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDD6; }
p { color: rgb(203,205,214); }
H1.HeaderClassName
{
color: #CBCDD6;
}
.AnyTagClassName
{
color: #CBCDD6;
}
</style>
background-color css
<style>
a { background-color: #CBCDD6; }
a { background-color: rgb(203,205,214); }
div.DivClassName
{
background-color: #CBCDD6;
}
.BgClassName
{
background-color: #CBCDD6;
}
</style>
border-color css
<style>
span { border-color: #CBCDD6; }
span { border-color: rgb(203,205,214); }
td.TdClassName
{
border-color: #CBCDD6;
}
.TagClassName
{
border-color: #CBCDD6;
}
</style>