Shades of Link Water #CBCDD7
Tints of Link Water #CBCDD7
RGB
CMYK
RGB Variations
Color information
#CBCDD7 (or 0xCBCDD7) is known color: Link Water. HEX triplet: CB, CD and D7. RGB value is (203,205,215). Sum of RGB (Red+Green+Blue) = 203+205+215=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBCDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDD7 is #343228. Grayscale: #CDCDCD. Windows color (decimal): -3420713 or 14142923. OLE color: 14142923.
HSL color Cylindrical-coordinate representation of color #CBCDD7: hue angle of 230º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBCDD7 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 205 | 215 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.16 |
| HSL | 230º | 0.13% | 0.82% | - |
| HSV(B) | 230º | 0.06% | 0.84% | - |
| XYZ | 58.73 | 61.27 | 73.02 | - |
| YUV | 205.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 215 | 0.06 | 0.05 | 0 | 0.16 | 230 | 0.13 | 0.82 |
| Hex | CB | CD | D7 | 6 | 5 | 0 | 10 | E6 | D | 52 |
| Octal | 313 | 315 | 327 | 6 | 5 | 0 | 20 | 346 | 15 | 122 |
| Binary | 11001011 | 11001101 | 11010111 | 110 | 101 | 0 | 10000 | 11100110 | 1101 | 1010010 |
Color Harmonies of #CBCDD7
Complementary color
Monochromatic Colors of #CBCDD7
Black with #CBCDD7
Text Example
Text Example
White with #CBCDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDD7; }
p { color: rgb(203,205,215); }
H1.HeaderClassName
{
color: #CBCDD7;
}
.AnyTagClassName
{
color: #CBCDD7;
}
</style>
background-color css
<style>
a { background-color: #CBCDD7; }
a { background-color: rgb(203,205,215); }
div.DivClassName
{
background-color: #CBCDD7;
}
.BgClassName
{
background-color: #CBCDD7;
}
</style>
border-color css
<style>
span { border-color: #CBCDD7; }
span { border-color: rgb(203,205,215); }
td.TdClassName
{
border-color: #CBCDD7;
}
.TagClassName
{
border-color: #CBCDD7;
}
</style>